﻿body {
	background-color:White;
	margin-top:10px;
	padding:0px;
}

.clear{
	clear:both;	
}

#outer{
	width:800px;
	margin:0 auto;
}

#header{
	width:800px;
	height:83px;
}

#title{
	width:284px;
	background-image:url(/images/header.gif);	
	float:left;
}

#topnav{
	width:516px;
	float:left;	
	padding-top:20px;
}

#search{
	float:left;
	width:130px;
	height:29px;
	padding-top:11px;
	padding-left:31px;
	background-image:url(/images/nav-search.gif);
	background-repeat:no-repeat;	
}

#searchbox{
	width:100px;
	border:none;
	background-color:Transparent;	
	color:#a9a9a9;
}

#greyframe{
	width:780px;
	padding:10px;	
	background-color:#f4f4f4;
}

#content{
	width:780px;	
}

#contenttop{
	width:780px;
	background-image:url(/images/contenttop.gif);
	padding:0px;
	height:12px;
	background-repeat:no-repeat;
}

#contentmid{
	width:780px;
	background-image:url(/images/contentmid.gif);
	background-repeat:repeat-y;
	padding:10px;	
}

#leftnavigation{
	float:left;
	width:200px;
}

#newsbox{
	background-image:url(/images/newsbox.gif);
	background-repeat:no-repeat;
	width:155px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	height:115px;
	margin-top:20px;
}

#newsbutton{
	text-align:right;
	width:185px;	
}

#contentarea {
	float:left;	
	width:550px;
}

#contentfoot{
	width:780px;
	height:12px;
	background-image:url(/images/contentfoot.gif);
	background-repeat:no-repeat;
}

#footer{
	width:800px;
	text-align:right;	
}


