body	{
	font-family: Arial,sans-serif;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	background-color: #0f59bc;
}

p		{font-size: 13px;}
li		{font-size: 13px;}

A:link    {text-decoration: none; color: #0000FF}
A:visited {text-decoration: none; color: #0000FF}
A:active  {text-decoration: none; color: #0000FF}
A:hover   {text-decoration: underline; color: #0077FF}

#body {width:1000px;margin:0 auto;background-color:#ffffff;}

#header {height:81px;width:1000px;text-align:left;}

#top_nav {width:1000px;height:29px;text-align:left;background-image:url(nav_top/bg.jpg);background-repeat:repeat-x;}

#content {width:1000px;}

	#left {width:170px;float:left;background-color:#B9DC38;border-style:solid;border-color:#000000;border-width:1px;height:100%;}
	
	#middle_content {width:820px;float:right;padding-top:5px;text-align:left;padding-bottom:10px;}
	
	#right {width:175px;float:right; background-color:#B9DC38;border-style:solid; border-color:#000000; border-width:1px;height:100%;}

#footer {width:1000px;background-color:#0f59bc;clear:both;}
	

