/* CSS Document */

body{
background-color: #330000;
text-align: center;
margin:0px;
}
tr, p, div{
font-family: times new roman, serif;
color: #cdaf95;
font-size: 10pt;
}
h1{
font-size: 12pt;
letter-spacing: 5pt;
color: #CDAA7D;
margin: 3px 0px;
border-bottom: 1px dotted #A48D7C; 
text-transform: uppercase;
}
h2{
font-size: 12px;
letter-spacing: 4pt;
color: #7d634f;
margin: 3px 0px;
border-bottom: 1px dashed #A48D7C;
}

a:link {color: #ffefd5; text-decoration: underline;  }
a:visited { color: #cdaf95; text-decoration: underline; }
a:hover {color: #cd853f; text-decoration: overline; }
a:active { color: #ffffff; text-decoration: none; }

blockquote{
margin-top: 2px;
margin-bottom:2px;
text-align:center;
font-style: italic;
}

#container{
	position:relative;
background-color: #290101;
	margin: 0px auto;
	top:0px;
	width: 750px;
	padding: 0px;
	text-align: left;
 }
#nav{
background-color: #290101;
position: absolute;
margin-right: 1px;
right: 1px;
top: 5px;
width: 470px;
font-size: 12pt;
letter-spacing: 2pt;
text-align: center;
}
#bgrp{
position: absolute;
background-image: url(2009top.jpg);
background-repeat: no-repeat;
top: 0px;
right: 0px;
width: 750px;
padding: 0px;
height:587px;
}
#content{
background-color: #290101;
position: absolute;
top: 50px;
right: 0px;
width: 450px;
padding: 5px;

}
