/* 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; 
	width: 760px; 
	background: #FFFFff;
}

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

#left { 
	float: left; 
	text-align:center; 
	padding-top: 0px; 
	width: 239px;
}

#right { 
	float: left; 
	width: 521px; 
	text-align:center; 
	background: #FFF;
    background: #FFF url(../images/back_wide.gif) repeat-y;
	z-index:5;
}

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

#logo {
	position:relative;
}

#banner {
	position:relative;
	height: 200px;
}

#nav {
	position:relative;
}

.topNav{
	padding: 1px 0px 0px 0px;
	float: left;
	height:24px;
	width:239px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	background: url(../images/button.gif) no-repeat left top;
}

.topNav a{
	margin-left: 50px;
	color: #ffffff; 
	text-decoration: none;
	display:block;
}
	
/* ------------------- #content ------------------- */

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

.title{
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px 10px 0px 20px;
	background:url(../images/bullet.gif) left no-repeat;
	border-bottom:#8CC31F 3px solid;
	width:auto;
	margin-right:40px;
	text-align: left;
}

.clear {
	clear:both;
}

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

#footer{
	padding: 5px 0px 10px 0px;
	color: #000000;
	text-align: center;
	font-size: 10px;
	width:760px;
	background:#8CC31F;
}

#footer a { 
	color: #000000;
}

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

#adLong{ 
	padding: 5px 10px; 
	background: #ffffff; 
	height:auto; 
    background: #FFF url(../images/back.gif) repeat-y;
}

#adTop{
	float:right; 
	height: auto;
	width:260px; 
	padding:9px 10px; 
	margin-bottom:5px; 
	z-index:0;
}

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