@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
background:url(../img/bg.gif) repeat-x #312f43;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:0.8em;
line-height:130%;
color:#FFFFFF;
}

p {
margin-top:10px;
}

a {
color:#FFFFFF;
}

a:hover {
color:#9966FF;
}

ul {
list-style-type:none;
margin-top:10px;
}

#container {
margin:0 auto;
width:600px;
}

#main {
width:450px;
float:left;
}

#main ul {
margin-top:15px;
}

#main li {
margin-bottom:5px;
}

#sidebar {
width:130px;
margin-left:470px;
margin-top:15px;
}

#sidebar ul {
text-align:center;
}

#sidebar li {
display:inline;
}

#header h1 {
text-indent:-5000px;
background:url(../img/header.gif) no-repeat;
height:115px;
}

#main h2 {
text-indent:-5000px;
background:url(../img/revdes.gif) no-repeat;
height:65px;
margin-top:15px;
}

#footer {
clear:both;
text-align:center;
margin-bottom:10px;
}
