html, body { 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

div{ 
 margin:0; 
 padding:0;
}
 
#pagewidth{ 
 max-width:1100px;  
 min-width:800px;  
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
}
 
#header{
 position:relative;
 top: 0px;
 float: top;
 width:100%;
 height:100%;
} 
 
#leftcol{
 width:19%; 
 float:left; 
 position:relative; 
 border-right: 1px solid black;
}
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
}
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative; 
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:75%; 
}
 
#footer{
 height:20px; 
 background-color:#FFFFFF; 
 clear:both;
 text-align:center;
} 

#navbar {
	font-family:terbuchet;
	font-size:16px;
	text-align:center;
	margin-bottom: 3px;
}

.entry {
	overflow: hidden;
}
 
p {
	padding-left: 1px;
	padding-right: 2px;
	margin-top: 0px;
}

h1 {
	text-align: center;
	font-family: verdana;
	font-size: 25px;
	margin-top: 7px;
	margin-bottom: 0;
}

h2 {
	color: #C3A485;
	font-size: 14px;
	margin-bottom: 3px;
}

.im1 {
	border-width: 4px;
	border-color: black;
	margin: 4px;
}

a.inline {
	color: darkorange;
}

.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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}