body {
margin: 0; padding: 0;
text-align: center;
background:#000;
font-family: verdana, arial, helvetica, sans-serif;
}

#container {
width: 800px;
border-left: 1px #FF6666 solid;
border-right: 1px #FF6666 solid;
margin: 0 auto 0 auto;
text-align: left;
padding-left: 0px;
padding-right: 0px;
}

#header {
height: 175px;
padding-bottom: 0px;
background: #AD0101 url('img/logo.jpg');
}

#navigation {
height: 26px;
padding-bottom: 0px;
background: #000 url('img/nav_bg.png');
background-repeat: no-repeat;
}

#content {
background: #FFF url('img/content_bg.png');
background-repeat: no-repeat;
padding-left: 8px;
padding-right: 8px;
}

#left {
width: 227px;
float: left;
padding-top: 36px;
height: 442px;
}

#leftbox {
width: 227px;
float: left;
padding-top: 20px;
height: 442px;
background: #FFF url('img/left_bg.png');
background-repeat: no-repeat;
}

#leftboxheader {
float: left;
width: 227px;
height: 26px;
}

#leftboxcontent {
float: left;
width: 227px;
padding-left:25px;
padding-top: 10px;
}

#main {
width: 545px;
float: right;
padding-top: 10px;
padding-bottom: 10px;
}

#main2 {


padding-top: 10px;
padding-bottom: 10px;
}


#copyright {
height: 27px;
padding-bottom: 0px;
background: #000 url('img/copy.jpg');
background-repeat: no-repeat;
}

#logo {
position: relative;
top: 0px;
left: 0px;
}

.clear {
clear: both;
}

div.c2 {text-align: center}
div.c1 {color: white; text-align: center}
