body{
	margin: 0;
	background-color: #5C6E94;
	min-width: 995px;
}

#header{
	position: relative;
	background-color: #D7D6A6;
	background-image: url(../img/bg_header.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 157px;
}
#login_info{
	position: absolute;
	top:4px;
	right:10px;
	font-size: 12px;
	color: #333333;
	font
}
#content{
	position: relative;
	background-image: url(../img/bg_content.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: auto;
	min-height: 620px;
	padding-top:40px;
}
#content .contentbuffer{
	position: relative;
	margin: 4px 15px;
	background-color: #FFFFFF;
	border: 2px solid #5C6E94;
	padding: 0px;
	color: #555555;
	font-size: 13px;
	-moz-border-radius: 6px;
	min-height: 450px;
}
#content .bufferrightcolumn{
	margin-left: 410px;
	margin-top: 50px;
}
#content .contentbuffer .title{
	background-image:url(../img/bg_sectiontitle.png);
	background-position:right top;
	background-repeat:no-repeat;
	color:#444444;
	font-family:"Cooper Black","Trebuchet MS",Verdana,serif;
	font-size:28px;
	font-weight:bold;
	margin-bottom:15px;
	min-height:49px;
	width:145px;
	padding:3px 29px 18px 15px;
	-moz-border-radius-topleft:4px;
	display:inline;
	line-height:39px;
	
}
#content .contentbuffer .body{
	position: relative;
	padding: 12px;
	margin-top: 10px;
	font-size: 15px;
}
#pagetitle{
	position: relative;
	font-size: 28px;
	color: #FFFFFF;
	margin-left: 13px;
	
}
#content #marquee{
	position: absolute;
	top:70px;
	left:30px;
	max-width: 375px;
}
#menu{
	position: absolute;
	width: 100%;
	height:90px;
	bottom: -42px;
	left:0px;
	background-image: url(../img/bg_menu.png);
	background-repeat: repeat-x;
	z-index: 400;
}
	#menu ul{
		position:relative;
		margin-left:281px;
		top:22px;
	}
	#menu ul li{
		display: inline;
		font-size: 15px;
		margin-right: 20px;
	}
	#menu ul li a{
		color:#60584A;
		text-decoration: none;
		font-family:"Cooper Black","Trebuchet MS",Verdana,serif;
	}
	#menu ul li:hover a,
	#menu ul li a:hover{
		color:#484237;
		text-decoration: underline;
	}
#carbg{
	position: absolute;
	top:0px;
	left:0px;
	z-index: 300;
}
#car{
	position: absolute;
	top:10px;
	left:10px;
	z-index: 500;
}
#logo{
	position: absolute;
	top:42px;
	right:20px;
	
}