/* CSS Document */
body{
background:#2A001E;
color:#330033;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}
#container{
width:100%;

}
#page{
width:900px;

background:url(images/fill.jpg) repeat-y;

}
#header{
width:900px;
height:150px;
background:url(images/Header.jpg) no-repeat;
}
#links{
position:relative;
float:left;
left:5px;
top:0px;
margin-bottom:30px;
width:114px;
}
#links a{
color:#FF9999;
font-size:14px;
font-weight:bold;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
display:block;
border:1px solid #B32D58;
margin:8px;
width:112px;
}
#links a:hover{
color:#FFFFFF;
}
#content{
padding:0px 330px 0 190px;
line-height:20px;
z-index:2;

}
#clearfloats{
}
#footer{
width:900px;
height:310px;

background:url(Images/Footer.jpg) no-repeat;


}

