html, body {
margin:0;
padding:0;
text-align:center;
}

body {
background: #bca87e url(../images/page-bg.jpg) repeat-y top center;
color:#000;
font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
color:#484c31;
padding:10px;
font-size:130%;
font-weight:bolder;
margin:0.2em;
}

#pagewidth {
width:730px;
text-align:left;
margin-left:auto;
margin-right:auto;
background:url(../images/bg-pagewidth.jpg) repeat-y;
}

#header {
position:relative;
height:125px;
background-image:url(../images/header-tan.jpg);
width:100%;
}

#header .logo {
float: left;
margin-left: 20px;
margin-top: 20px;
}

#wrapper a:link, #wrapper a:visited {
	color: #000099;
	text-decoration: none;
	border-bottom: 1px dotted #000099;
	}
#wrapper a:hover {
	color: #000099;
	border-bottom: 1px solid #0000cc;
	}
	
#wrapper img {
border-color:#000;
padding:5px;
}

#leftcol {
width:500px;
float:left;
font-size:90%;
}

#leftcol p {
margin:1em;
}

#leftcol h3 {
font-size:100%;
font-weight:bold;
color:000;
}

#rightcol {
width:230px;
float: right;
}

#rightcol p {
margin-left:12px;
margin-right: 12px;
font-size:70%;
font-family:Verdana;
}

#footer {
height:30px;
background-color:#000000;
clear:both;
background-image:url(../images/bg_blackfade-ltup.gif);
padding-top:10px;
padding-right:5px;
text-align:right;
font-size:80%;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}

/* End hide from IE-mac */

/*printer styles*/

@media print{

/*hide the left column when printing*/

#rightcol {
display:none;
}

#twocols, #leftcol {
width:100%;
float:none;
}


}

/*---------------[TOP NAVBAR]---------------------*/

#nav {
margin:0;
padding:0;
background-image:url(../images/bg_blackfade.gif);
background-repeat:repeat-x;
width:100%;
float:left;
border-width:1px 0;
}

#nav li {
display:inline;
padding:0;
margin:0;
}

#nav a:link,
#nav a:visited {
color:#fff;
background-image:url(../images/bg_blackfade.gif);
padding:4px 10px 4px 10px;
float:left;
width:auto;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:90%;
}

#nav a:hover {
color:#fff;
background-image:url(../images/bg_blackfade.gif);
}

#nav li:first-child a {
border-left:1px solid #42432d;
}

#home #nav-home a,
	#about #nav-about a,
	#archive #nav-archive a,
	#lab #nav-lab a,
	#reviews #nav-reviews a,
	#contact #nav-contact a {
background:#e35a00;
color:#fff;
text-shadow:none;
}

#home #nav-home a:hover,
	#about #nav-about a:hover,
	#archive #nav-archive a:hover,
	#lab #nav-lab a:hover,
	#reviews #nav-reviews a:hover,
	#contact #nav-contact a:hover {
background:#e35a00;
}

#nav a:active {
background:#e35a00;
color:#fff;
}