@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

html, body {
	height:100%;
	width:100%;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
/*	background-color:#939393;*/
	background-color:#43435D;
	}
	
#header {
	background-color:#43435d;
	color:#fff;
	font-size:40px;
	width:100%;
	}

#header img {
	float:right;
	margin-right:10px;
	margin-top:5px;
	}
	
#header .gbs {
	float:left;
	margin-top:5px;
	margin-left:10px;
	}
	
#menu_header {
	width:100%;
	background:#fff;
	height:30px;
	border-bottom:2px solid #43435d;
}

#outer_cont {
	display:block;
	position:relative;
	height:100%;
	height:auto !important;
	min-height:100%;
	width:900px;
/*	background-color:#43435d;*/
	border-left:2px solid #000;
	border-right:2px solid #000;
	margin-left:auto;
	margin-right:auto;
	}
	
	
#topmenu {
	border-bottom:2px solid #000;
	background-color:#fff;
	}
/*	
#tempmenu ul {
	list-style:none;
	}

#topmenu ul li{
	display:inline;
	margin-left:10px;
	font-size:14px;
	font-weight:bold;
	}
	
#topmenu a:link,
#topmenu a:visited {
	
	color:#000;
	text-decoration:none;
	padding-bottom:3px;
	border:none;
	}

#topmenu a:hover {
	border-bottom:3px solid #448abf;	
	background-color:#fff;
	}
*/	
.clear {
	clear: both;
	line-height:0;
	}




