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

body {
background-color:#cacd9a;
}

a:link,
a:visited {
color:#FFFFFF;
text-decoration:none;
}

a:hover {
color:#FFFF99;
}

#wrapper {
margin:0 auto;
top:35px;
width:900px;
background-color:#FFFFFF;
padding:20px;
}

#header {
left:-5px;
width:870px;
height:220px;
margin-bottom:30px;
background-color:#5a6a2c;
font-family:"Century Gothic", Georgia, Verdana, sans-serif;
font-size:34px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
}

#break {
height:20px;
}

#header_pics {
margin:0px;
width:870px;
height:87px;
background-image:url(images/header_bg.jpg);
background-repeat:no-repeat;
padding-top:15px;
}

#header_pic {
display:inline;
width:91px;
padding-left:5px;
}

#header_links {
margin:0px;
padding:0px;
width:870px;
height:30px;
text-align:center;
font-size:18px;
font-weight:normal;
}

#player {
width:100px;
height:30px;
position:relative;
top:-35px;
left:750px;
}

#content {
display:block;
left:-5px;
width:600px;
min-height:700px;
background-color:#5a6a2c;
font-size:18px;
color:#FFFF99;
padding:20px;
}

#side_content_top {
position:absolute;
top:260px;
left:628px;
display:block;
width:256px;
height:200px;
background-color:#5a6a2c;
font-size:18px;
color:#FFFF99;
padding:20px;
}

#side_content_bottom {
position:absolute;
top:490px;
left:628px;
display:block;
width:256px;
height:350px;
background-color:#5a6a2c;
font-size:18px;
color:#FFFF99;
padding:20px;
}

#footer {
margin:0 auto;
width:800px;
text-align:center;
color:#5a6a2c;
font-size:16px;
}

#footer a:link,
#footer a:visited {
color:#5a6a2c;
text-decoration:underline;
}

#footer a:hover {
color:#FFFF99;
}