/* CSS Document */
body { 
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif; 
	color: #454545; 
	margin: 0px auto 0px auto;  
	text-align: center;  
}

#page{ 
	margin: 0px auto; 
	padding: 5px 0px 0px 0px; 
	width: 700px; 
	background: #FFFFff;
}

h1 {
	color:#FFF;
	font-size: 11px;
	width:706px;
	line-height: 18px;
	padding: 2px;
	margin: 0px auto 5px auto;  
	text-align:center;
	border: 1px solid #636060;
	background: #858182;
}

#left { 
	float: left; 
	text-align:center; 
	padding-top: 3px; 
	width: 190px; 
}

#right { 
	float: left; 
	padding-top: 3px ; 
	width: 510px; 
	text-align:center; 
	background: #FFF; 
}

/* ------------------- #top ------------------- */

#nav {
	height:92px;
	width:468px;
	background: #FFF url(../images/menu.gif) repeat-x;
}

.topNav{
	padding: 2px 10px 0px 10px;
	float: left;
	margin-top:37px;
	padding-bottom:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	border-bottom: 2px solid #CCC;
}

.topNav a{ 
	color: #cccccc; 
	text-decoration: none;
	display:block;
}

#topDivider{
	float: left;
	margin-top:35px;
	height:57px;
	width:12px;
	background:url(../images/menu_div.gif) no-repeat right;
}

#banner	{
	float:left;
}

	
/* ------------------- #content ------------------- */

.content{ 
	padding: 0px 10px; 
	text-align:justify;
	height:auto; 	
}

.content a {
	color:#990000;
}

.title{
	font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 10px 0px 10px;
	background: #CCCCCC;
	height:auto;
	margin-right:40px;
	text-align: left;
}

/* ------------------- #Footer ------------------- */

.clear { 
	clear: both;
}

#footer{
	padding: 5px 0px 10px 0px;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	background:#990000;
}

#footer a { 
	color: #ffffff;
}

/* ------------------- #Google Ad ------------------- */

#adLeft{ 
	padding: 5px 0px; 
	margin-bottom: 5px ; 
	background: #ffffff; 
	height:auto; 
	DELborder: 2px solid #CCC;
}

#adTop{
	float:right; 
	height: auto;
	width:260px; 
	padding:0px 10px 9px 10px; 
}

#adbottom{ 
	padding: 15px 5px 5px 15px; 
	height: auto;
	background:#ffffff; 
}
