#body {

background:url("img/bg_main.jpg") repeat-x 0px 30px;
margin: 0px 0px 0px 0px;
}

#main {
margin-left:auto;
margin-right:auto;

width:700px;
}

#main #left {
width:22px;
height:200px;

background:url("img/bg_left.jpg") no-repeat;
float:left;
}

#main #center {
padding-top:38px;
background:url("img/bg_center.jpg") repeat-x;
float:left;
}

#main #right {
width:22px;
height:200px;

background:url("img/bg_right.jpg") no-repeat;
float:left;
}

#content {
width:580px;
margin-top:20px;
}

#content h3, #content.h3 {
font-family: "Lucida Sans Unicode","Lucida Grande",arial,verdana;
font-size:15px;
text-decoration:underline;
color:#3CC400;
}

#content p, #content ul, #content li, #content a, a {
font-family: "Lucida Sans Unicode","Lucida Grande",arial,verdana;
font-size:11px;
text-decoration:none;
color:#848484;
}

#content a, a {
color:#3CC400;
}

#content a:hover, a:hover {
text-decoration:underline;
}

#footer {
width:500px;
margin-left:auto;
margin-right:auto;
clear:both;
}