body
	{
		background:b7ceec;
	}
	
#container
	{
		width=950px;
	}
#menu
	{
		height:50px;
		width:700px;
		float:right;
	}

#menu ul
	{
		list-style: none;
		font-size:16px;
		height:41px;	
		text-align:center;
		float:left;
		display:inline;		
		padding-top:40px;
	}
#menu li.current
{
background: url(images/hover_tab.jpg) no-repeat;
}

#menu ul li	
	{
		background: url(images/tab.jpg) no-repeat;
		height:41px;
		width:125px;
		float:left;
		text-align: center;
		font-family: Arial;
		padding-right:2px;
		padding-top:10px;
	}
	
#menu a
	{
		color:#ffffff;
		text-decoration:none;
	}
	
#menu a:hover
	{
		text-decoration:underline;
	}

#body
{
width:900px;
}
#content_body

	{
	background:#ffffff;
	width:700px;
	height:800px;
	padding-bottom:100px;
	padding-top:45px;
	margin-top:48px;
	font-family: Arial;
	float:right;
	}
	
#advertising_space	
{
	float:left;
	width:200x;
	padding-bottom:10px;
	font-family: Arial;
	color:#5C9147;
	
	}