/* generated by csscreator.com */
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #c1bab4;
}

img {
    border: 0;
}


#pagewidth {
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;

    border-style: solid;
	border-color: #a09a94;
	border-width: 0 1px 1px 1px;
}

#header {
	position:relative;
/*	height:135px;*/
	background-color:#ebebeb;
	width:100%;
}

#logo {
    width: 100%;
	padding-top: 18px;
	text-align: center;
}


#twocols {
	width: 980px;
	float: right;
	position: relative;
	background-color: #ffffff;

	padding-top: 15px;
}

#rightcol {
	width: 250px;
	float: right;
	position: relative;
	padding: 0 10px 0 5px;
	background-color: #ffffff;
}

#maincol {
	background-color: #ffffff;
	float: left;
	display: inline;
	position: relative;
	width: 705px;
	padding-left: 10px;
}

#entry {
	margin: 28px 25px 0 22px;
}


#footer {
	padding-top: 40px;
	background-color: #ffffff;
	clear: both;
}



 /* *** 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 */  



 /*printer styles*/ 
 @media print{ 

#twocols {
    width: 75%;
	float:none;
}

#maincol {
	width:50%;
	padding: 1%;
	float:none;
}

#rightcol {
	width:23%;
	padding: 1%;
	float:none;
}

#footer {
    display: none;
}

#maincol #entry li, #rightcol li {
    list-style-type: disc;
}


}