body {
	background-color: #000000;
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 18px;
}
a {
	color: #B800CC;
}

h1 {  
	font-family: arial; 
	font-size: 14px; 
	font-weight: normal; 
	color: #510059
}
a:hover {
	color: #99C600;
}

li {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	list-style-image: url(images/bullet.gif);
	list-style-type: decimal;
	line-height: 25px;
}

#wrapper {
	margin: auto;
	width: 950px;
	background-color: #FFFFFF;
	background-image: url(images/menu/leftbackground.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#banner {
	background-image: url(images/menu/banner.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 950px;
	height: 44px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 150px;
}
#content {
	clear: both;
	float: right;
	width: 735px;
	margin-right: 40px;
	margin-top: 20px;
}

#footer {
	clear: both;
	width: 950px;
	background-image: url(images/menu/footer.gif);
	color: #999999;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
	background-repeat: no-repeat;
	font-family: verdana, arial;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
#footer a {
	color: #A48E8F;
	text-decoration: none;
	padding: 10px;
}
#footer a: hover {
	text-decoration: none;
	padding: 10px;
}
.imgbox {
	float: right;
	padding-left: 20px;
}
