/* 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; 
	width: 200px; }

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

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

#logo {
	width:200px;
	height:140px;
	margin-top:30px;
}

#nav {
	width:20ppx;
	height:150px;
}

.topNav{
	float: left;
	width:200px;
	height:30px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	background:url(../images/button.gif) no-repeat right;
}

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

#banner	{
	width:500px;
	height:170px;
}

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

.content{
	padding: 20px 10px; 
	margin-top: 10px; 
	text-align: justify;
	height:auto; 	
	DELborder: 2px solid #CCC;}

.title{
	float:left;
	width:200px;
	;
	color: #000000;
	padding: 20px 10px 0px 10px;
	background: #FFF url(../images/title.gif) left no-repeat;
	margin-bottom: 10px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

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

.clear { 
	clear: both;
}

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

#footer a { 
	color: #000000;
}

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

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

#adTop{
	float:right; 
	width:250px;
	height: auto; 
	padding:9px 10px; 
	margin-bottom:5px; 
	background: #FFF; 
}

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