﻿* {
	margin: 		0;
	padding: 		0;
	font-family:	Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:		12px;
}

html {
	overflow-y:	scroll;
	overflow-x:	hidden;
	background:	#bdb4b4;
}

html, body {
	text-align: center;
	margin: 	0 auto;
	height:		100%;
}


.clear {height: 5px; clear: both;}


#header {
	background:	url('../images/interface/headerbg.jpg') repeat-x;
	text-align:	center;
	height:		297px;
	z-index:	100;
}

#container {
	background:	url('../images/interface/content.jpg') repeat-y;
	margin: 	0 auto;
	width:		987px;
	min-height: 100%;
	_height: 	100%;
	margin-top:	-297px;
	z-index:		1;
}

#visual {
	background:	url('../images/interface/header.jpg') no-repeat;
	height:		297px;
	width:		987px;
	z-index:	100;
}

.logos {
	float: left;
	margin-top: 7px;
	margin-left:50px;
	display: none;
	}


#menu {
	margin: 		0 auto;
	width:			134px;
	min-height: 	100%;
	_height: 		100%;
   	float: 			left;
   	margin-left:	48px;
   	margin-right:	18px;
}

#content {
	margin: 		0 auto;
	width: 			587px;
	min-height: 	100%;
	_height: 		100%;
	float: 			left;
	margin-right:	21px;
	text-align:		left;
}


#sidebar {
	margin: 		0 auto;
	width:			134px;
	min-height: 	100%;
	_height: 		100%;
	float: 			left;
}


#footer {
	color:			#ffffff;
	background:		url('../images/interface/footerbg.jpg') 100% 0% repeat-x;
	text-align:		center;
	font-size: 		11px;
	height:			65px;
	margin: 		0 auto;
	margin-top:		-65px;
}


