BODY {background-color:#FFFFCC; margin-top: 25px; margin-bottom: 25px; margin-left: 25px; margin-right: 25px; scrollbar-face-color: #660000; scrollbar-highlight-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF; scrollbar-3dlight-color: #C0C0C0; scrollbar-shadow-color: #808080; scrollbar-darkshadow-color: #000000; scrollbar-track-color: #CCCCCC;}

html {overflow: -moz-scrollbars-vertical;}

a {
	text-decoration: none;
	color: #660000;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #660000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #660000;
	font-weight:bold;
}

/* ----------- [ PAGE WRAPPER ] ---------- */
div#pagewrapper {
	display: block;
	margin: 0 auto;	
	border: 2px solid #660000;
	width: 950px;
	background-image: url('/images-temp/background.gif');
	height: auto;
}

/* ----------- [ HEADER ] ------------*/
div#headerwrapper {	
	width: 950px;
	height: 533px;
	display: block;
	clear: both;		
}
div#headertop {
	display: block;
	float: left;
	width: 950px;
	height: 100px;			
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-image: url('/images-temp/header.jpg');	
}
div#headerbott {
	display: block;
	float: left;
	width: 950px;
	height: 433px;			
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-image: url('/images-temp/image01.jpg');
}
div#headergallery {	
	width: 950px;
	height: 100px;
	display: block;
	clear: both;		
}

/* ----------- [ CONTENT ] ------------*/
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 20px; font-weight: bold; color: #008000; text-transform: uppercase; letter-spacing: 0.03125cm;}

h2 {font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 30px; font-weight: bold; color: #FFFFCC; text-transform: uppercase; letter-spacing: 0.03125cm;}

div#contentwrapper {	
	width: 950px;	
	display: block;
	clear: both;		
}
div#contentleft {	
	display: block;
	float: left;
	width: 425px;
	height: auto;				
	text-align: center;	
	padding: 15px 20px 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFCC;	
}
div#contentleft a {
	text-decoration: none;
	color: #FFFFCC;
	font-weight:bold;
}
div#contentleft a:visited {
	text-decoration: none;
	color: #FFFFCC;
	font-weight:bold;
}
div#contentleft a:hover {
	text-decoration: underline;
	color: #FFFFCC;
	font-weight:bold;
}
div#contentright {	
	display: block;
	float: right;
	width: 465px;
	height: auto;				
	text-align: left;	
	padding: 15px 15px 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
div#contentright a {
	text-decoration: none;
	color: #660000;
	font-weight:bold;
}
div#contentright a:visited {
	text-decoration: none;
	color: #660000;
	font-weight:bold;
}
div#contentright a:hover {
	text-decoration: underline;
	color: #660000;
	font-weight:bold;
}
div#contentgallery {	
	display: block;
	float: left;
	width: 900px;
	height: auto;
	background-color: #FFFFCC;				
	text-align: center;	
	padding: 25px 25px 25px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;	
}

/* ----------- [ FOOTER ] ---------- */
div#footerwrapper {	
	width: 950px;
	height: 33px;
	display: block;
	clear: both;	
	background-image: url('/images-temp/footer.jpg');	
}
div#footer {
	display: block;
	float: left;		
	width: 950px;
	height: auto;		
	padding: 0px 0px 0px 0px;
	text-align: left;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
}

/* ---------- [ CLEAR 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;
	}