body {
	margin: 0 auto;
	background-color: #000;	
	font-family: Verdana, Times;
	font-size: 12px;	
	color: #fff;
	font-weight: bold;
	line-height: 2.0em;	
}

#wrapper {
	margin: 0 auto;
}

#header {
	margin: 0 auto;	
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;	
	width: 750px;
	height: 332px;
}

#menu {
	margin: 0 auto;	
	font-size: 12px;	
	text-align: center;
	width: 750px;
	display: block;
	line-height: 3.0em;
}


a:link {text-decoration: underline; font-weight: bold; color: #810103;}
a:visited {text-decoration: underline; font-weight: bold; color: #810103;}
a:hover {text-decoration: none; font-weight: bold; color: #fff;}

#content {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#footer {
	margin: 0 auto;	
	width: 750px;
	text-align: center;
}

p {
	margin: 0 auto;
	font-family: Verdana, Times;
	font-size: 12px;	
	color: #fff;
	font-weight: bold;
	line-height: 2.0em;
	padding: 15px 5px 15px 5px;		
}

h1 {
	font-size: 18px;
	font-weight: bold;	
	padding: 5px 0 15px 0;
}

.small {
	font-size: 10px;
}
/*
top right bottom left
*/

ul li {
	list-style: disc;
	line-height: 3.0em;
}

img {
	padding: 5px;
	border: none;
}


