html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color: black;
 background-image: url(../images/layout/body_bg.png);
 background-repeat: repeat-x;
 background-position: top;
 background-attachment: fixed;
} 
 
#pagewidth{ 
 width:700px; 
 text-align:center;  
 margin-left:auto; 
 margin-right:auto; 
 background-image: url(../images/layout/pagewidth_bg.png);
 background-repeat: repeat-x;
 background-position: top;
 background-color: #4B1200;
 border: 1px solid #333333;
 padding-bottom: 25px;
} 
 
#header{
 position:relative; 
 height:150px; 
  background-color:#FFFFFF; 
 width:100%;
  background-image: url(../images/layout/header_logo.png);
} 
 
#maincol{  
 text-align:center; 
 display:inline; 
 position: relative; 
 width:;
 }
 
#footer{
	margin-top: 8px;
	margin-bottom: 15px;
 height:25px;
 clear:both;
 font-family: verdana;
font-size: .6em;
color: #666;
 } 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
a img {
border: 0;	
}
#footer a:link, #footer a visited {
	text-decoration: none;
	color: #666;
	}
#footer a:hover {
	color: #ddd;
}

#navcontainer {
margin: auto;
width: 600px;
font-family: verdana;
font-size: .7em;
border-top: 1px solid #333;
}
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 2px 20px; }

#navlist a:link, #navlist a:visited
{
color: #bbb;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
text-decoration: none;
}
.leftcol {
float: left;
width:350px;
padding-left: 50px;
margin-right: 10px;
margin-top: 25px;
}
.rightcol {
	text-align: left;
margin-right: 10px;
margin-top: 25px;
width:235px;
float: right;
}
.leftcol p {
font-family: verdana;
text-align: left;
color: #bbb;
font-size: .7em;
line-height: 1.5em;
}
.leftcol h1 {
font-family: times;
font-size: 1.35em;
color: #ddd;
font-weight: normal;
text-align: left;
}
.rightcol h1 {
font-family: verdana;
font-size: 100%;
color: #ddd;
font-weight: normal;
text-align: left;
}
.rightcol h3 {
font-family: arial;
font-size: .7em;
color: #ddd;
text-transform: uppercase;
font-weight: normal;
text-align: left;
margin: 0px;
}
.rightcol p {
margin: 0px;
font-family: verdana;
font-size: .6em;
color: #ccc;
font-weight: normal;
text-align: left;
padding-bottom: 10px;
}
.rightcol img {
margin-bottom: 12px;
}
.leftcol_home {
float: left;
width:320px;
padding-left: 50px;
margin-right: 5px;
margin-top: 25px;
}
.rightcol_home {
margin-right: 10px;
margin-top: 98px;
width:300px;
float: right;
}
.leftcol_home p {
font-family: verdana;
text-align: left;
color: #bbb;
font-size: .7em;
line-height: 2em;
}
#forms {
	font-family: verdana;
	font-size: .7em;
	color: #ccc;
}
#forms input, #forms textarea, #forms select{
	color: #333;
	font-family: verdana;
	border: 2px solid #222;
	padding: 3px;
	margin-bottom: 3px;
	background-color: #ddd;
}
#forms input:hover, #forms textarea:hover, #forms select:hover{
	background-color: #fff;
}

#forms p {
text-align: right;
}
.intro_para{
	font-family: verdana;
	font-size: .75em;
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
	color: #666;
	line-height: 1.25em;
	padding-top: 20px;
	padding-bottom: 20px;
}
.montage {
margin-top: 25px;
	
}
.important {
	color:#ddd;
}
.reviewer {
	color:#ddd;
	font-family: times;
	font-size: 1.5em;
}
#maincol a:link, #maincol a:visited {
	color:#ddd;
	text-decoration: none;
}
#maincol a:hover {
	text-decoration: none;
}