body {
	background-color: #000000;
	text-align: center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
}

#container {
    background: #ffffff;
	width: 700px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	text align: left;
	border: 2px solid #30372d;
}
#header {
    height: 130px;
    background: #ffffff url(images/banner2.jpg) left top;
    border-bottom: 3px solid #1A1A19;
}

#content {
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
}
#footer {
	background-color: #ffffff;
	color: #000000;
	padding-top: 2px;
	padding-right: 10px;
	height: 20px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	font-size: 11px;
	text-align: center;
	
}

#copyright {
     width: 700px;
     color: #000000;
     font-size: 9px;
     text-align: center;




