/* 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: 800px; 
	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-color: #4B6177;
}

#left { 
	float: left; 
	text-align:center; 
	width: 205px; }

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

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

#divider {
	position:relative;
	width: 700px;
	height:5px;
	background: #FFF url(../images/divider.gif) repeat-x;
}

#top {
	position:relative;
	height:60px;
	width:650px; 
	padding-left: 50px; 
	background: url(../images/top.gif) repeat;
}

#logo {
	float:left;
	height:60px;
	width:200px;
	DELmargin-left:40px;
}

#banner1 {
	float:left;
	width:458px;
	height:184px;
}

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

.topNav{
	margin: 10px auto 0px auto;
	text-align:center;
	width:220px;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	background:url(../images/button.gif) no-repeat center;
}

.topNav a{ 
	padding-top: 3px;
	padding-left:10px;
	color: #9BA7AC; 
	text-decoration: none;
	display:block;
}

#banner2 {
	float:left;
	width:40px;
	height:184px;
    background: #FFF url(../images/banner2.gif) repeat-x;

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

.content{ 
	padding: 0px 10px; 
	marginright: 10px; 
	text-align: justify; 
	height:auto; 	
	border-right: 2px solid #CCC;
}

.title{
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #65BA32;
	padding: 0px 10px 0px 10px;
	background: #FFF url(../images/title.gif) left no-repeat;
	text-align: left;
}

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

.clear { 
	clear: both;
}

#footer{
	padding: 5px 0px 10px 0px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	background:#4B6177;
}

#footer a { 
	color: #FFFFFF;
}

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

#adLeft{
	padding: 5px 10px;
	margin: 0px 10px;
	height:auto;
	background-color: #ffffff;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

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

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