body,td,th {
	font-family: "FuturaBT Light", Charcoal, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	color: #000000;
}
table{
margin:auto;
margin-top:20%;
}
td{
padding:20px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#wrapper {
margin: auto;
width: 771px;
height: 550px;
margin-top:7%;
}
#header{
height:61px;
}
#header-left{
float:left;
height:58px;
width:160px;        
background-color: #b8b8b8;
}
#header-right{
margin-left:3px;
float:left;
}

#menu {
width: 160px;
height: 412px;
background-color: #b8b8b8;

} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
     
color:black;
text-align: right;
text-transform:uppercase;
background-color:#d6d6d6;
display: block;
margin: 0;
border-bottom-style:solid;
border-bottom-color:white;
padding: 11px;
}

#menu a:hover {
background-color: #bf0000;
color:white;
text-align: right;
text-transform:uppercase;
display: block;
margin: 0;
padding: 11px;
}
.current_page_item a:link, .current_page_item a:visited  {
	color: white !important;
	background-color: #bf0000 !important;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #d6d6d6;
text-decoration: none;
}


#content{
float:right;
width:608px;
height:450px;
background-color: #b8b8b8;

}
.right
{
float:right;
width:300px;
background-color:#b0e0e6;
}
#footer{
width: 160px;
height: 40px;
background-color: #b8b8b8;
}


