/* 
Main BG brown: 3A332C
link gold: C9883A
link white: DFDFDF
New BG brown: 332C26
Logo orange: B76F3E
Text link dk orange: 9C682C
 */ 
html, body{ 
 margin:0; 
 padding:0;
 background:#3A332C;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 } 
 
#pagewidth{ 
 min-width:850px;  
}
 
#header{
 position:relative; 
 height:115px; 
 width:100%;
 text-align:center;
 padding-top:12px;
}

/* Main content widths determined here */
TABLE.header {
width:850px;
}
TABLE.content {
width:850px;
}

TD.text {
	padding:25px 30px 25px 30px;
	color:#333333;
	width:550px;
	line-height:150%;
	background-color: #CCCCCC;
 }
 
.text a:link, .text a:visited {
color:#9C682C;
text-decoration:none;
}
.text a:hover {
color:#000000;
text-decoration:underline;
}

#menu {
text-align:right;
font-size:11px;
color:#CCCCCC;
}

#menu a:link, #menu a:visited {
color:#B76F3E;
/*padding:2px 25px 2px 0;
*/text-decoration:none;
}
#menu a:hover {
color:#CCCCCC;
text-decoration:none;
}
 
#maincol{
 background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%;
 padding:30px 0 30px 0;
 }

.portfolioheader {
font-size:12px;
color:#CCCCCC;
text-align:center;
}

h1 {
font-size:13px;
border-left:5px solid #666666;
padding-left:5px;
}

h2 {
font-size:12px;
padding-left:12px;
}
 
#footer{
 clear:both;
 color:#999999;
 font-size:11px;
 text-align:center;
 }
#footer a:link, #footer a:visited {
color:#B76F3E;
text-decoration:none;
}
#footer a:hover {
color:#FFFFFF;
text-decoration:underline;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  

