/* 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; 
	padding-top: 3px; 
	width: 190px;
}

#right { 
	float: left; 
	padding-top: 3px ; 
	margin-left: 2px ; 
	width: 508px; 
	text-align:center; 
	background: #FFF }

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

#top {
	position:relative;
	height:55px; 
}

#logo {
	float:left;
	height:50px;
	width:172px;
	margin-top:5px;
}

#slogan {
	float:left;
	width:500px;
	height:35px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding:15px 20px 0px 0px;
}


#nav {
	float:left;
	height:25px;
	width:650px;
}

.topNav{
	margin-right:2px;
	float: left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:25px;
	width:120px;
	font-weight:600;
	background:url(../images/button.gif) no-repeat;
}

.topNav a{ 
	padding-top: 2px;
	color: #656568; 
	text-decoration: none;
	display:block;
}

#divider{
	float:left;
	height: 30px;
	width:700px;
	margin-top:2px;
    background: #D21010;
	background: url(../images/divider.gif) repeat-x;
}

#horisontal	{
	position:relative;
	height: 10px;
	width:700px;
    background: #D8D6D7;
}

#main {
	float:left;
	width:500px;
	background: #FFF url(../images/background.gif) top repeat-x;
}

#banner	{
	height: 150px;
	background: #FFF url(../images/banner.gif) top repeat-x;
}

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

.content{ 
	padding: 0px 10px; 
	text-align: justify; 
	height:auto; 	
}
	
.content a {
	color:#5C5CC6;
}

.title{
	color: #000000;
	padding: 0px 10px 0px 10px;
	background: #FFF url(../images/title.gif) left no-repeat;
	margin: 0px;
	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: #fff;
	text-align: center;
	font-size: 10px;
	background:#5C5CC6;
}

#footer a { 
	color: #fff;
}

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

#adLong{
	float:left; 
	padding: 5px 0px; 
	width:186px; 
	background: #ffffff; 
	height:auto; 
	border: 2px solid #CCC;
}

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

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