@charset "utf-8";
/* CSS Document */
body{
	background:#333;
	text-align:center;}
#header{
	background-image:url(../images/header-bground.png);
	width:970px;
	height:80px;
	text-align:left;
	padding:10px;}
#header-cont{
	position:relative;
	width:100%;
	height:100%;}
#constant{
	position:absolute;
	right:10px;
	width:300px;
	top:20px;}
#wrapper{
	width:990px;
	margin-left:auto; 
	margin-right:auto;}
#top{
	width:990px;}
#modelnav{
	background:#333;
	height:30px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;}
#modelnav a{
	float:left;
	width:150px;
	height:30px;
	display:-moz-inline-box;
	border-right:solid 1px #fff;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#CCC;}
#modelnav a:hover{
	background:#F00;}
#container{
	width:990px;
	height:100%;
	background:url(../images/grey&red-bground-horiz.gif) repeat;}
#left{
	position:relative;
	float:left;
	background:url(../images/red-fade-bground.gif);
	width:380px;
	padding:20px 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;}
#left a{
	color:#fff;}
#left a:hover{
	color:#000;}
#middle{
	position:relative;
	float:left;
	background:url(../images/grey-fade-bground.gif);
	width:380px;
	padding:20px 20px 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;}
#middle a{
	color:#fff;}
#middle a:hover{
	color:#000;}
#right{
	position:relative;
	float:left;
	background:url(../images/grey-fade-bground.gif);
	width:150px;
	padding:20px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:left;}
#right a{
	color:#fff;}
#right a:hover{
	color:#000;}
.clearer {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;}
.spacer{
	background-image:url(../images/spacer.jpg);
	background-repeat:no-repeat;
	height:10px;
	width:auto;}
.red{
	background:#900;
	width:350px;}
.grey{
	background:#333;
	width:350px;}
.layout{
	border-bottom:solid thin #FFF;}
	
