/* main skin file - same for all variations */ 

html{
	padding:0px;
	margin: 0px;
	text-align:center;
} 
body {
	background-color: #F1EBD9;
	background-attachment: scroll;
	background-image: url(/images/bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 7px;
}
/* container, no borders, no padding */ 
#container{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #F1EBD9;
	background-image: url(/images/content_bkg.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
/* header, no borders, no padding */ 
#header{
	position:relative;
	height:200px;
	width:800px;
	background-image: url(/images/header.jpg);
} 
div#branding {

}
div#search_container {
display:none
}
div#search_inputs {

}
div#search_box {

}
div#search_button {

}
 
/* footer, no borders, no padding */ 
#footer{
	height:70px;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	clear:both;
} 
div#footer p {
	font-size: 9px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 23px;
	padding-bottom: 2px;
	text-align: center;
} 
div#footer p a {
	color: #CCCCCC;
	text-decoration: none;
}
div#footer p a:visited {
	color: #999999;
	text-decoration: none;
}
div#footer p a:hover {
	color: #FFFF99;
	text-decoration: none;
}
 /* Float containers fix: */
  .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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}