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

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

#page{ 
	background: #5C5C5C; 
	width: 700px; 
	margin: 0em auto 2em auto; 
	padding: 0 0 1em 0;
}

#left {
	float:left; 
	text-align:left;
	width: 201px;
	margin-top:3px;
	background-color:#5C5C5C;
}

#right { 
	float: left; 
	width: 496px;
	margin-left:3px; 
	text-align:center; 
	background-color:#5C5C5C;
}

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

#top {
	height:70px;
	width:700px;
	margin-bottom:3px;
}

#nav {
	width:197px;
	padding:10px 0px;
	background: #32639D;
 	border: 2px solid #CCC;
}

.topNav{
	width:166px;
	height: 23px;
	margin:0px auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	background:url(../images/button.gif);
}

.topNav a{
	margin-left:20px; 
	color: #ffffff; 
	text-decoration: none;
	display:block;
}

#main {
	width:492px;
	margin-top:3px;
	border: 2px solid #CCC;
}

#banner	{
	width: 197px;
	height:249px;
	margin-top:3px;
 	border: 2px solid #CCC;
}	
/* ------------------- #content ------------------- */

.content{ 
	padding: 10px 10px; 
	text-align: justify;
	width:auto; 
	height:auto;
	background:#ffffff; 	
}

.content a {
	color:#32639D;
}

.title{
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0px 0px 0px 10px;
	height:100%;
	margin: 5px 0px 0px 10px;
	text-align: left;
}

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

.clear { 
	clear: both;
}

#footer{
	padding: 5px 0px 10px 0px;
	color: #000000;
	text-align: center;
	font-size: 10px;
	background:#CCCCCC;
	border: 2px solid #CCC; 
}

#footer a { 
	color: #000000;
}

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

#adLong{
	margin-top: 3px;
	width: auto;
	text-align:center; 
	background: #5C5C5C; 
	DELheight:auto;
}

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

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