body {
background-image: url(images/contentbg.gif);
	margin: 0px;
	padding: 0px;
	color: white;
	background-color: black;
	font-family: arial, verdana;
	font-size: 12px;
}


h1{
display: none;
}


h2{
display: none;
}


#wrapper{
width: 850px;
}


a{
color: white;
font-weight: bold;
text-decoration: none;
}


a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}


#left{
width: 150px;
height: 600px;
background-image: url(images/side.gif);
float: left;
}

#lefttext{
margin-left: 10px;
margin-top: 5px;
color: black;
}



#content{
float: left;
width: 600px;
}


#text{
margin: 0 0 0 10px;
}


#links{
clear: both;
text-align: left;
margin-top: 10px;
margin-left: 5px;
width: 750px;
height: 33px;
background-color: black;
color: white;
text-decoration: none;
font-weight: bold;
font-size: 16px;
}

#links a{
text-align: center;
color: white;
text-decoration: none;
font-weight: bold;
}
a:visited {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
