/* 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; 
	margin-top: 5px; 
	width: 700px; 
	background: #69799B;
}

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

#left { 
	float: left; 
	text-align:center; 
	width: 537px;
	background: #FFF; 
}

#right { 
	float: right; 
	width: 163px; 
	text-align:center; 
}

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

#nav {
	float:left;
	height:46px;
	width:537px; 
    background: #FFF url(../images/nav.gif) repeat-x;
}

.topNav{
	float: left;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	font-weight: bolder;
}

.topNav a{ 
	padding: 5px 5px 0px 5px;
	color: #F0F0F0; 
	text-decoration: none;
	display:block;
}

#topDivider{
	float: left;
	height:46px;
	width:12px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	background:url(../images/divider.gif) no-repeat right;
}

#banner	{
	float:left;
}

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

.content{ 
	padding: 0px 10px; 
	text-align:justify;
	height:auto;
}
.title{
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	height: 40;
	color: #69799B;
	padding: 0px 10px 0px 50px;
	background: #FFFFFF url(../images/corner.gif) left top no-repeat;
	text-align: left;
}
	
.content a {
	color:#69799B;
}

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

.clear { 
	clear: both;
}

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

}

#footer a { 
	color: #ffffff;
}

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

#adLong{ 
	padding: 5px 10px; 
	background: #69799B; 
	height:auto; 
}

#adTop{
	float:left; 
	height: auto;
	width:260px; 
	padding:9px 10px; 
	margin-bottom:15px; 
	background: #FFF; 

}

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