
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
	background-color: #D10C06;
} 
 
#pagewidth{ 
 width:950px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:66px; 
 width:100%;
	background: #0c0808 url(images/logo.jpg) no-repeat;
	margin-top: 10px;
} 
 
#flash{background-color: #FFFFFF;  
float: right; 
display:inline; 
position: relative;
height: 520px;
width: 950px;
	color: white;
	font: small-caps 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.style1 {
		font: small-caps 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.style4 {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.style5 {
	font: small-caps 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}




 
#footer{
 height:12px; 
  background-color: #421b1e; 
 clear:both;
	color: white;
	text-align: center;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 2px;
} 
 

#menu {
	height: 56px;
	text-align: right;
	color: white;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-right: 10px;
	padding-top: 42px;
}

a:link {
	color: #34B3D1;
	text-decoration: none;
}
a:visited {
	color: #34B3D1;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

 

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

