*, html, body {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #ffffff;
	text-align: center;
	width: 100%;
}

body, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
	width: 1000px;
/*	border: 1px solid red; */
}

body>#wrapper{
	position: relative;
	top: 0px;
	left: 0px;	
	text-align: left;	
	width: 1000px;
	min-height: 600px;
}

#sidebar_left {
	position: absolute;
	top: 90px;
	left: 0px;
	z-index: -1;
	width: 92px;
	height: 320px;
	background: url(sidebar_left.jpg) no-repeat;	
}

#sidebar_right {
	position: absolute;
	top: 90px;
	left: 908px;
	z-index: -1;	
	width: 92px;
	height: 320px;	
	background: url(sidebar_right.jpg) no-repeat;	
}

#headerarea {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	float: left;
  	height: 80px;
  	width: 840px;
  	margin-left: 80px;
  	margin-right: 80px;	
}

#logo {
	display: block;
	float: left;
	width: 300px;
	height: 80px;
	text-align: left;	
}

#navigation {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	float: left;
	text-align: right;
	width: 540px;
	height: 80px;
  	background: url(sol.gif) no-repeat 100px 36px;		
}

#metanavigation {
	display: block;
	float: left;
  	height: 20px;
  	width:308px;
  	margin-right: 32px;
	margin-top: 10px;
  	text-align: right;	
}

#search {
	position: relative;
	top: -10px;
	left: 0px;
	display: block;
	float: left;
	text-align: left;
	width: 200px;
	height: 40px;
}

#searchbox {
	position: relative;
	top: 2px;
	left: 0px;	
	padding: 10px;
}

#mainmenu {
	display: block;
	float: right;
	clear: both;
	text-align: right;
	margin-top: 22px;
  	height: 18px;
  	width: 540px;
}

#contentarea {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	background-color: #ffffff;
	float: left;	
	min-height: 400px;
	width: 820px;	
  	margin-left: 80px;
  	margin-right: 80px;	
  	margin-top: 10px;
  	margin-bottom: 10px;	
	text-align: left;
	padding: 10px;
/*	border: 3px solid grey;	*/	
}

#content {
	padding: 10px;
}

#footerarea {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	float: left;	
	width: 840px;
  	margin-left: 80px;
  	margin-right: 80px;		
	height: 50px;
	text-align: left;	
}

#copyright {
	display: block;
	float: left;
	height: 50px;
	color: #828282;
	font-size: 11px;
}

#subnavigation {
	display: block;
	float: right;
	text-align: right;
	width: 300px;
	height: 50px;
	color: #828282;
	font-size: 11px;
}
