body{
text-align: center;
min-width: 800px;
font-family: Arial, "MS Trebuchet", sans-serif;
font-size: 14px;
font-weight: normal;
}
p{
padding: 20px;
line-height: 18px;
}
#wrapper{
margin: 0px auto;
text-align: left;
width: 800px;
}
#header{
background-color: white;
height: 101px;
width: 800px;
background: url('images/header_bg.jpg') no-repeat top right;
}
#header #logo{
margin-top: 40px;
}
#content{
color: #333333;
width: 800px;
background-image: url('images/BG.gif');
}
#navigation{
float: left;
width: 160px;
background-color: #e5e1ba;
}
#navigation ul{
	margin:0;
	padding:0;
}

#navigation li{
	margin:0;
	padding:0;
background-color: #e5e1ba;
}
#navigation li a{
	line-height:12px;
font-size: 14px;
font-weight: normal;
text-decoration: none;
display: block;
/* width: 150px; */

color: #444444;
padding: 5px 0 5px 10px;
}
#navigation li a:hover{
display: block;
background-color: #cc2c11;
color: white;
}
#center{
float: left;
width: 400px;
}
#right{
float: left;
width: 240px;
}
#right_red{
font-size: 12px;
color: white;
width: 240px;
height: 129px;
background-image: url('images/right_bg.jpg');
}
#footer{
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
/* End hide from IE-mac */