@charset "utf-8";
html { overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	height: 100%; }

body	{padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 100%;
	}

.container {width: 800px;
	    margin-left: auto;
	    margin-right: auto;
	    min-height: 100%;
	    border: medium solid #4f331e;
	   }

b	{font-size: 15px;
	 color: #e07f16;}

a {
	text-decoration: none;
	color: #d79439;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.header	{width: 99%;
	 height: 126px;
	 color: #a43417;
	 font-size: 30px;
	 border: medium solid #a0340d;
	 background-image: url('images/cd_small.gif');
	 background-repeat: no-repeat;
	 background-position: center right;
	}

.menu	{position:absolute;
	 width: 300px;
	 text-align: center;
	 top: 40px;
	 padding-left: 15px;
	 font-size: 16px;
	 word-spacing: 10px;
	 line-height: 20pt;
	 z-index: 2;}

.menuL	{font-weight: bold;
	 color: #e07f16;
	}

.menuL:hover	{background: #EAB360;
		color: #D06741;
	}

.name	{position: relative;
	 top: 45px;
	 text-align: right;
	 right: 125px;
	}

.main	{padding: 10px;
	 color: #F7BB38;}

.b01	{padding-left: 40px;
	 padding-bottom: 40px;
	 float: right;
	 display: inline
	}

.intro	{width: 690px;
	 padding-left: 45px;
	 padding-right: 45px;
	 padding-top: 45px;}

.h3	{color: #a43417;
	 font-weight: bold;
	 font-size: 24px;}

.h3 a{color: #a43417;
	 font-weight: bold;
	 font-size: 24px;
}

.h3 a:hover {
	text-decoration: none;
}

.footer	{position: absolute:
	 margin-bottom: 0px;
	 width: 100%;
	 text-align: center;
	 height: 14px;
	 color: #d79439;
	 font-size: 10px;
	}