/* 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: 700px;
	height:auto !important;
	height:100%;
	min-height:100%;  
	background: #FFFFff;
	DELborder-left: 15px solid #CCC;
}

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; 
	height:auto;
	width: 180px; 
	z-index:0;
}

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

#main {
	float:left;
	width:685px;
	border-left: 15px solid #5C5CC6;
}

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

#horizontal {
	width:600px;
	height:6px;
	margin: 0px auto 0px auto; 
    background: url(../images/horizontal.gif) repeat-x;
}

#logo {
	position:relative;
	width:180px;
	height:105px;
}

#banner {
	width:505px;
	height:179px;
}

#nav {
	position:relative;
	width:193px;
	height:115px;
	margin-left:-15px;
	border-top: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	z-index:3;
    background: url(../images/nav.gif) repeat;
}

.topNav{
	padding: 4px 30px 0px 0px;
	DELfloat: right;
	height:19px;
	width:auto;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:600;
	background:url(../images/button.gif) no-repeat right;	
}

.topNav a{ 
	color: #000000; 
	text-decoration: none;
	display:block;
}
	
/* ------------------- #content ------------------- */

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

.title{
	color: #FFF;
	padding: 0px 10px 0px 10px;
	background: #5C5CC6;
	margin-top: 20px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

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

.clear { 
	clear: both;
}

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

#footer a { 
	color: #FFFFFF;
}

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

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

#adTop{
	float:right; 
	height: auto;
	width:250px; 
	padding:9px 10px; 
	margin-top:20px;
	background: #FFF; 
	border-right: 2px solid #CCC;
}

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