@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#main{
	width: 775px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#header{
	height: 204px; /*Height of top section*/
}

h1{
	font-size: 18px; /*Page header title font size*/
	margin : 5px; /*Page header title margin*/
	padding : 0px; /*Page header title padding*/
}

#nav{
	background-image: url(../Graphics/nav_bg.jpg); /*Background image*/
	background-repeat: repeat-x; /*Background set to repeat on x axis*/
	height: 39px; /*Navigation cell height*/
}
 
#nav ul {
	margin: 0px 0 0px 5px;
	padding: 10px 0 0 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 30px 0 20px 0;
	padding: 15px 10px 15px 10px;
	border-right: #444444 1px solid;
}

.nav_link{
	font-size: 11px; /*Navigation cell font size*/
	font-weight: bold; /*Navigation cell font weight*/
	text-decoration:none;
	color:#FFCC00;
}	

.nav_link:hover{
	color:#FFFFFF; /*Navigation link roll over color*/
}

#mbody{
	float:left;
	width: 775px; /*Center container on page*/
	background-color:#333333;
}

blockquote{
	margin:20px;
	border-bottom:#FFFF66 1px dashed;
}

#pix{
	float: right;
	overflow:hidden;
	width: 350px; /*Width of right column*/
	background: #444444;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#pix a{color:#FFFF99; text-decoration:none;}
#pix a:hover{color:#FFFFFF;}

.thumb{
	border-top: #FFFFFF 2px solid;
	border-bottom: #FFFFFF 2px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
}

.bLink {
	color:#FFFF00;
}

.bLink hover {
	color: #FFFFFF;
}
		

#info{
	float: left;
	width: 385px; /*Width of right column*/
	background: #444444;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#info h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#footer{
	clear: left;
	width: 100%;
	background:#222222;
	font-size:10px;
	color: #FFF;
	text-align: center;
	padding: 4px 0 0 0;
}

#footer a{color:#FFFFFF; text-transform:none;}
#footer a:hover{color:#FF9900}
	
#homeBook {
	float:right;
	width: 350px;
	height: 233px;
	margin: 10px 10px 10px 0;
	padding: 0;
	background: url(../Graphics/name.jpg) no-repeat top left;
}

#homeBook h1 {
	margin:0;
	padding: 0;
	font-size:15px;
	font-weight:bold;
	color:#FFFF00;
}

#homeBook h2 {
	margin:0;
	padding: 0;
	font-size:14px;
	font-weight:bold;
}

#homeBook a {
	font-weight:bold;
	text-decoration:none;
	color:#FFCC00;
}

#homeBook a:hover {
	color:#FFFFFF;
}
	
#homeFill {
	float:right;
	width: 350px;
	height: 100px;
	margin: 10px 10px 10px 0;
	padding: 0;
	background: url(../Graphics/home.jpg) no-repeat top left;
}	

.blink {
	color:#FFFF00;
	text-decoration: none;
}
