/* CSS Document */
body{
margin: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/noStripefill.jpg) repeat-y;
z-index:1;
} 
#header{
width:900px;
height:117px;
background:url(images/headnostripe.jpg) no-repeat;
} 
#links{
position:relative;
float:left;
left:0px;
top:0px;
margin-bottom:30px;
width:132px;
}
#links a{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
display:block;
border:1px solid #FFFFFF;
margin:12px;
width:100px;
text-align:center;
}
#links a:hover{
color:#C5EFFD;
} 

table
{
border-collapse:collapse;

}
table, td
{
border: 1px solid #84002E;
}

td
{
padding:1px 5px 1px 5px;
}


#avatar{
position:relative;
float:left;
left:15px;
top:0px;
} 
#content{
	padding:0px 50px 0px 160px;
	line-height:20px;
	z-index:2;
	text-align: left;
}
h1 {font-size:24px; color:#84002E; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top:0;}
h2 {
	font-size:16px;
	color:#330011;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
} 
P{text-align:left}
.subtitle {font-weight:bold; color:#84002E;}
strong{color:#84002E}

#clearfloats{
clear:left;
}
#footer{
clear:both;
width:900px;
height:48px;
background:url(images/nostripefooter.jpg) no-repeat;
} 

#footerC{
	position:relative;
	width:auto;
	margin:0 20px 20px 14px;
	color:#FFFFFF;
	font-size:10px;
	line-height:15px;
	top: 15px;
	text-align: center;
}
#footerC a{color:#FF99CC;text-decoration:none;}
#footerC a:hover{color:#FFFFFF;text-decoration:underline;}

