body,
html {
	background : #292B36 repeat fixed url(images/asphalt.jpg);
	font-family:georgia, serif;
	margin:0;
	padding:0;
}
body {
	min-width:675px;
	text-align: center;
	}

a:link {
	color : #CC0000;
	text-decoration : underline;
	}

a:visited {
	color : #CC0000;
	text-decoration : overline;
	}

a:hover {
	color : #CC0000;
	text-decoration : underline overline;
	}

#wrap {
	margin:0 auto;
	width:675px;
	min-height: 75%;
	text-align: justify;
    	}

#banner {
	height:225px;
	margin:0;
	}

#left {

	float:left;
	width: 175px;
	font-size:13px;
	line-height: 150%;
	padding-right:15px;
	padding-bottom:20px;
	padding-left:15px;
	height:60%;
	overflow:auto;
	color:#292B36;
	background-color:#FEAE02;
	text-align:justify;
	opacity:.75;
}

#right {
	float:right;
	width: 430px;
	font-size:13px;
	line-height: 150%;
	text-align:justify;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	height:60%;
	overflow:auto;
	color: #FEAE02;
}

#right p h1 h2 h3 {
	padding:0 10px;
	}

#footer {
	clear:both;
	height:50px;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
	margin:0;
	color: #FEAE02;
	font-size:12px;
	}