/* CSS Document */
body{
margin:0px;
padding:0px;
background:#fcf9e6;
color:#2D0302;
font-family:"Verdana", Arial, Helvetica, sans-serif;
font-size:12px;
}
body  A { 
text-decoration : none;
color : #700901;
}
body a:hover{
color:#000000;
cursor:crosshair;
}
body A:active { 
text-decoration : none;
color : #000000;}

#container{
width:100%;
}
#page{
width:934px;
position:relative;
background:url(images/content.jpg) repeat-y;
z-index:1;
}
#header{
width:934px;
height:413px;
background:url(images/header.jpg) no-repeat;
}
#headerbottom{
top:413px;
width:934px;
height:20px;
background:url(images/hb.jpg) no-repeat;
}
#links{
position:relative;
float:left;
left:45px;
top:0px;
margin-bottom:30px;
width:114px;
}
#links a{
color:#700901;
font-size:12px;
font-weight:bold;
font-family:"Verdana", Arial, Helvetica, sans-serif;
text-decoration:none;
display:block;
border:1px solid #000000;
background-color:#fcf9e6;
margin:10px;
width:120px;
}
#upcoming{
position:absolute;
float:right;
right:65px;
top:435px;
margin-bottom:5px;
width:128px;
color:#000000;
font-size:10px;
font-family:"Verdana", Arial, Helvetica, sans-serif;
}
#upcoming a:hover{
color:#000000;
cursor:crosshair;
}
#links a:hover{
color:#000000;
cursor:crosshair;
}
#avatar{
position:relative;
float:left;
left:15px;
top:0px;
}
#content{
padding:0px 235px 0px 220px;
line-height:20px;
z-index:2;
}
#clearfloats{
clear:left;
}
#footer{
clear:both;
width:934px;
height:47px;
background:url(images/footer.jpg) no-repeat;
}
#footerC{
position:relative;
top:53px;
width:550px;
margin:0 20px 20px 14px;
color:#FF99CC;
font-size:10px;
line-height:15px;
}
#footerC a{color:#FF99CC;text-decoration:none;}
#footerC a:hover{color:#FFFFFF;text-decoration:underline;}

