body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: black;
}

#container {
	background-color:#000000;
	width: 850px;
	margin:auto;
	padding:0px;
	letter-spacing: normal;
}

#header {
	background: #00000;
	width:100%;
	margin: 0px;
	padding: 0;
	height: 147px;
}

#header2 {
	background: url(images/bar.jpg);
	width:100%;
	margin: 0px 0px;
	padding: 0;
	height: 12px;
}


#content {
	margin: auto;
	float:left;
	padding: 20px;
	height: auto;
	width: 550px;
}

#content p {
	color: #fff;
	font-size:13px;
}

#content h1 {
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: dashed 1px #000;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: dashed 1px #000;
}

#content a:link {color: #993300;}
#content a:visited {color: #993300;}
#content a:hover {color: #fff;}
#content a:active {color: red;}

#content ul {
	list-style: disc;
	font-size: 10px;
}


#content2 {
	margin-left: 100px;
	float:left;
	padding: 20px;
	height: auto;
	width: 700px;
}

#content2 p {
	color: #fff;
	font-size:13px;
}

#content2 h1 {
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}

#content2 h2 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: dashed 1px #000;
}

#content2 h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: dashed 1px #000;
}

#content2 a:link {color: #993300;}
#content2 a:visited {color: #993300;}
#content2 a:hover {color: #fff;}
#content2 a:active {color: red;}

#content2 ul {
	list-style: disc;
	font-size: 10px;
}


#menu {
	background: url(images/nav1.jpg);
	width:100%;
	margin:0;
}


#left {
	margin: 20px;
	float: left;
	height: auto;
	padding: 11px;
	width: 180px;
	background: #2B2B2B;
}

#left p {
	font-size: 12px;
	color:#FFFFFF;
}

#left h1 {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}

#left ul {
	list-style: disc;
	font-size: 10px;
}

#right {
	margin: 20px;
	float: right;
	height: auto;
	padding: 11px;
	width: 160px;
	background: #1F0A09;
}

#right p {
	font-size: 10px;
	color:#FFFFFF;
}

#right h1 {
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}

#right ul {
	list-style: disc;
	font-size: 10px;
}

#footer {
	background: url(images/nav1.jpg);
	width:100%;
	height:30px;
	clear: both;
}
	#footer p {
		color:#FFFFFF;
		text-align: center;
		margin-top: 9px;
		font-size: 10px;
		letter-spacing: normal;
		}
	#footer a:link {
		color:#993300;
	}
	#footer a:visited {
		color: #993300;
	}
	#footer a:hover {
		color: #fff;
	}

