* { margin: 0; padding: 0; }*

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	padding: 20px;
}

#pagewidth {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 215px /*172px*/;
	background-image: url(img/layout-head-bg-3.jpg);
}

#wrapper {
	background-image: url(img/layout-body-bg-4.jpg);
}

#maincol {
	width: 595px;
	float: right;
	background-color: transparent;
	padding: 15px 40px 15px 15px;
}

#leftcol {
	float: left;
	width: 270px;
	padding: 15px;
}

#footer {
	background-color: transparent;
	height: 61px;
	background-image: url(img/layout-footer-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
}

#leftcol ul {
	margin-left: 32px;
}

#leftcol li {
	display: block;
	list-style: none;
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 1.3em;
}

#leftcol li a {
	font-weight: bold;
	text-decoration: none;
	color: #720000;
}

#leftcol li a:hover {
	text-decoration: underline;
}

#leftcol li a.current {
	text-decoration: underline;
}

#footer p {
	/*display: block;*/
	text-align: center;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#header h1 {
	margin: 0 0 0 45px;
	padding-top: 155px;
	font-size: 2em;
	letter-spacing: -3px;
	color: #500000;
	text-transform: uppercase;
	text-align: left;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
	margin-bottom: 10px;
	color: #720000;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #990505 /*#007272*/;
}

#extra h3 {
	color: #007272;
}

#extra img {
	float: left;
}

h4 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

p {
	font-size: 1.1em;
	margin-bottom: 10px;
}

ul {
	font-size: 1.1em;
	margin-bottom: 10px;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

#maincol img {
	border: 2px solid #CEA539;
}

#maincol img a:hover {
	border: 2px solid #720000;
}

#maincol li {
	margin-left: 20px;
}

.slideshow li a img {
	border: 2px solid #CEA539;
}

.slideshow img a:hover {
	border: 2px solid #720000;
}

.slideshow li {
	list-style: none;
	list-style-type: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0 !important;
}

#adsense {
	margin-left: 30px;
}

.extra-box {
	padding: 15px;
	border: 2px solid #E6D4D4;
}

.noborder {
	border: 0 !important;
}

.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;}
}

textarea {
	width: 90%;
	height: 20em;
}
