body{
margin:20px;
background-image:url(../img/bg3.png);
background-repeat: repeat;
font-family:Verdana;
font-size:14px;
color:#FFFFFF;
}

a:link,a:visited,a:active{
text-decoration:none;
color:#FFFFFF;
}
a:hover{ color:#800000;}
p{
margin:15px;
}

#wrapper{
margin:0 auto;
width:800px;
}

.logo{
position:absolute;
top:0px;
left:0px;
}

#header{
position:relative;
background-color:#000000;
width:100%;
height:125px;
border:solid;
border-width:1px;
border-color:#FFFFFF;
}

#content{
position:relative;
width:100%;
background-color:#000000;
border:solid;
border-width:1px;
border-color:#FFFFFF;
min-height:200px;
max-height:900px;
}

#footer{
width:100%;
background-color:#000000;
border:solid;
border-width:1px;
border-color:#FFFFFF;
}

#spacer{
width:100%;
height:10px;
}

#spacer2{
width:100%;
height:40px;
}

.imgwrap{
position:relative;
margin:10px;
height:60px;
}

div .imgwrap a{
margin:auto 10px;
}

.active{
font-size:14px;
font-weight:bold;
}