/* CSS Document */
body{
margin:0px;
top: 0px;
padding:0px;
background:#2A001E;
color:#330033;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#container{
width:100%;
}
#page{
width:900px;
position:relative;
background:url(images/fill.jpg) repeat-y;
z-index:1;
}
#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{
clear:left;
}
#footer{
#clear:both;
width:900px;
height:100px;
background:url(images/Footer.jpg) no-repeat;
}
#Photo{
position:absolute;
float:right;
bottom:10px;
right:18px;
height:260px;
width:250px;
z-index:3;
}
#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;}