/* CSS Document */
* {
	margin: 0;
	padding: 0;
	behavior: url(refl_images/iepngfix.htc)
}

h1, h2, h3, h4, h5, h6, strong {
	color: #c5c4c3;
}



h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

.center { text-align: center; padding: 0 0 50px 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color:#ffffff;
	background: url(../refl_images/bg.gif) top center repeat-x #000000;
}


#wrapper {
width: 694px;
margin: 0 auto;
}

#header{
width:694px;
height:262px;
background: url(../refl_images/header.jpg) top center no-repeat;
margin:0 auto;
padding:0;

}

p{
margin-bottom:13px;
}

#header ul {
	
	list-style: none;
	padding: 200px 0 0 0; 
	float: right;
	width:400px;
	
}
#header ul li {
	float: left;
	padding: 0 18px
}

#header ul li a {
	display:inline;
	text-transform: uppercase;	
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#header ul li a:hover, #header ul li.active a {
	text-decoration: underline;
	color: #FF0000;
}

	
#content {
width: 654px;
padding:0 20px; 
}


#footer { 
clear: both;
width: 694px;
height:63px;
text-align: center;
font-size: 10px;
margin:0 auto;
border-top:1px solid #FF0000;
color:#ffffff; 

}

