
#wrapper {
margin: auto;
width: 667px; 
}

body
{
background-color:black;
}

body, td {
color:#D1D2D4;
font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
font-size:12px;
}

a
{
text-decoration:none;
color:#FAA627;
}

a:hover
{
text-decoration:underline;
}

#topmenu td
{
background-image:url(img/menu-bg.png);
text-transform: uppercase;
text-align:center;
vertical-align:middle;
cursor:pointer;
height:47px;
padding:0px;
}

#topmenu td.menu-active
{
background-image:url(img/menu-active-bg.png)
}

#topmenu a
{
color: #D1D2D4;
}

#logo {
	width: 665px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	text-align:center;
}

#logo img
{
	margin-top:20px;
}

#photo {
	width: 665px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

#content
{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #faa627;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-top:10px;
width:605px;
background-image:url(img/content-bg.png);
background-repeat:repeat-y;
}

#footer {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
width:667px;
height:85px;
background-image:url(img/footer-bg.png);
background-repeat:no-repeat;

}

#footer2
{
	text-align:right;
	margin-top:-16px;
}

h1 {
color:#FAA627;
font-size: 16px;
text-transform:uppercase;
}

h2
{
font-size:14px;
}

h3
{
font-size:12px;
font-style:italic;
}

.pdflist li {
background-image:url(img/pdf_logo.jpg);
background-position:0 0;
background-repeat:no-repeat;
list-style-type:none;
min-height:30px;
padding-left:30px;
padding-top:8px;
}

