body{
margin: 0;
padding: 0;
color: #000000;
background:#EAEAEA url(../images/center_bg.gif) fixed;
font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
text-align: center;
}

div.wrapper{
width:750px; 
margin: 20px auto 20px;
border: 1px solid #000000;
background: #ffffff url(../images/faux_column.gif) center top repeat-y;
}

div.header{
height: 120px;
border-bottom: 1px solid #cccccc;
background-color:#000099;
}

div.navigation{
height: 15px;
background-color: #241278;
border-bottom: 1px solid #000000;
color: #cccccc;
}

.navigation p{
padding: 0;
margin: 0;
width: 93px;
text-align: center;
float: left;
background-color:#241278;
}

.navigation a, .navigation a:visited{
color: #cccccc;
text-decoration: none;
}

.navigation a:hover{
color: #ff0000;
}

div.content{
margin-left: 20px;
margin-right: 20px;
text-align: justify;
padding-bottom: 20px;
float:left;
width: 520px;
}

div.sidebar{
margin: 0 10px 0 580px;
width:150px;
text-align: left;
}

div.footer{
clear: both;
background: #ffffff;
border-top: 2px solid #cccccc;
text-align : right;
padding: 3px 3px 3px 0;
}

h1,h2,h3,h4,h5,h6{
display: block;
border-bottom: 1px solid #E40818;
margin: 0;
padding-top: 10px;
}

h1{
font-size: 20px;
}

h2{
font-size: 18px;
}

h3{
font-size: 16px;
}

h4{
font-size: 14px;
}

p{
margin-bottom: 10px;
margin-top: 8px;
}

a.head{
text-decoration: none;
}

a, a:visited{
color: #0000ff;
}