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

body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0;
}

a{
color: #9999CC;
}

img{border: none;}

a:hover,a:active{
color: #ffffff;
}

#background{
position:absolute;
width:100%;
height: 600px;
z-index: 1}

#container{
position:absolute;
top:0;
left:50%;
width:786px;
z-index:2;
margin:0 0 0 -393px;
}

#header{
width: 786px;
height: 209px;
background: url(../images/eclipse-featuring-abbavous.png);
}

#page{
width: 786px;
background: url(../images/page_bg.png) repeat-y;
}

#sidebar{
width: 150px;
float: left;
padding: 10px 10px 10px 23px;
}

#content{
width: 570px;
float: right;
color: #cccccc;
padding: 10px 23px 10px 10px;
}

#footer{
width: 786px;
font-size: 10px;
background: url(../images/footer.png) top no-repeat;
padding: 25px 0 20px 0;
text-align: center;
}

#footer a{
color: #ffffff;
}

#menu{
margin: 0;
padding: 0;
list-style: none;
}

#menu li{
background: url(../images/star.png) no-repeat;
padding: 5px 0 0 25px;
}

#menu a{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #9999CC;
}

#menu a:hover,#menu a:active{
color: #ffffff;
}

.sidebar_content{
background: url(../images/sidebar_divider.png) top no-repeat;
margin: 15px 0 0 0;
padding: 35px 0 0 0;
}

h1{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 20px;
color: #990066;
}
h2{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
color: #990066;
}
h3{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #990066;
}
h4{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: #990066;
}

.quotes{
font-family: "Times New Roman", Times, serif;
font-style: italic;
}

.style2 {color: #990066;}