body{
	background:#FCFFF7;	
}
#real_body{
	width:900px;
	margin:0 auto;
	margin-top:-7px;
	font: 85% arial,sans-serif;
	text-align:center;
	font-family:"trebuchet ms",helvetica,sans-serif;
	background:#F9F9F7;
}

#header{
	background-color:#ECFEFF;
	width:100%;
	height:80px;

}

/* Logo */

#logo {
	float: left;
	height:100%;
}
/*
#logo h1, #logo h2 {
	float: left;
	color: black;
}*/

#logo a img{
	border-style:none;
	width:350px;
	height:80px;
	
}

#logo div {
	margin-left:150px;
	margin-top:-10px;
	font-size: 16px;
	font-weight: bold;
	float:left;
}


/* Menu */



#topads {
	float: right;
	margin-right:5px;
	margin-top:10px;	
}
#menu {
	float: right;
	margin-right:5px;
		
}


#menu ul {
	margin: 0;
	padding: 20px 5px 0 0;
	list-style: none;
	line-height: normal;
}


#menu li {
	display: inline;
}


#menu a {
	padding: 0 28px 0 0;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: black;
	background:#B0FCA1;
}

/* End of Menu */

#container{
	width:100%;
}


/* main two part */
#center{
	float:right;
	width:693px;
	background:#E8FDED;
	
}

#left{
	float:left;
	width:205px;
	background:#D4F7DC;
}
#left_top{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #006633;
	min-height: 200px;
}

/* end of main two part */


#imagecontent .images img{
	border-style:none;
	height:50px;
	margin:5px;	

}

#content{
	margin-top:5px;
}

.head{
	font-size:13px;
	font-weight:bold;
	background:#CDFCC3;
	padding:2px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content a{
	font-family:"Times New Roman", Times, serif;
	text-decoration: none;
	color:#2864B4;
}
#content a:hover{
	
	background:#FFFFFF;
}

#content .odd{
	background:#FFF8F0;
}

#content .even{
	background:#F0F7FF;
}
#content div{
		
	
}
/* footer*/
#footer
{
	width:100%;
	background:#CBE1C7;
}

#footer p{
	margin:0;
	padding:5px 10px;
}
/* end of footer*/


/* separateline */
#separateline{
	clear:both;
	width:100%;
	background-color:#85CC96;
	height:5px;
}


table tr td{
	text-align: left;
}