* {
    padding: 0;
    margin: 0;
} 

body {
background: #484d61;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #FFF;;
}

img { border: none; }
a { color: #c8c8c8;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 0px auto;
width: 720px;
}

#header { 
background: #484d61 url(images/top_bgr.gif) repeat-x;
height: 100px;
padding-left: 10px;
}

#menu {
height: 30px;
line-height: 30px;
padding: 212px 0 0 250px
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
background: #484d61 url(images/button.gif) no-repeat;
width:75px;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
display: block;
text-decoration: underline;
background: #484d61 url(images/button_hover.gif) no-repeat;

}

#content {
background: #484d61 url(images/main_gfx.jpg) no-repeat;
padding: 0;
height:420px;
}

.left {
width: 588px;
float: left;
text-align: justify;
}

.right {
width: 550px;
float: left;
margin:10px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}

.right a { text-decoration: none }

#top {
background: #484d61 url(images/top.jpg) no-repeat;
padding: 5px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0 0 10px 0;
}
#footer a { color: #eee; }