@charset "utf-8";
/* CSS Document */

body{
	background:#e8f5da;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:0;
}

a{
	color:#2e1301;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-size:24px;
	margin:0;
	padding:0;
	text-align:left;
}

p{
	margin:7px 0;
}

.clear{
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
}

#wrapper{
	background:#ffffff;
	width:900px;
	margin:auto;
}

#header{
	width:900px;
	height:100px;
        border:0px;
}

#navbarBck{
	width:900px;
	height:28px;
	background:#92ad2a;
	border-top:1px solid #434343;
}

#navbarBck ul{
	margin:0;
	padding:0;
	list-style:none;
}

#navbarBck ul li{
	float:left;
	display:inline;
}

#navbarBck ul li a{
	display:block;
	color:#ffffff;
	padding:0 10px;
	line-height:28px;
	border-right:1px solid #434343;
	text-decoration:none;
}

#navbarBck ul li a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#rightColumn{
	width:160px;
	padding:0 10px;
	float:right;
	display:inline;
	border-left:1px solid #434343;
	margin:10px 0 10px 0;
}

#mainContent{
	width:698px;
	padding:0 10px;
	margin:10px 0;
	float:left;
}

#contentAd{
	width:120px;
	height:90px;
	float:left;
	margin:0 20px 20px 0;
}
#topAD{
	width:468px;
	height:60px;
	float:left;
	margin:15px 25px 20px 135px;
}
#Adsen {  
	margin:20px 50px 10px 10px;
	float:right;
	width:200px;
	height:90px;
	position:relative;
}

#footer{
	text-align:center;
	height:24px;
	line-height:24px;
	border-top:1px solid #434343;
	clear:both;
}
