body,
	html {
		margin:5;
		padding:0;
		background:#0166ff;
		color:#000;
	}
	body {
		min-width:780px;
	}
	#wrap {
		background:#A80000;
		margin:0 auto;
		width:780px;
	}
	#header { 
		background: #A80000 
		url(images/header2.jpg) 
		no-repeat center top; 
		height: 256px;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }
	
	
	#menu {
		background:#A80000;
		background-image: url(images/nav_bg.jpg);
		float:left;
		width:200px;
	}
	#menu ul {
		margin-bottom:0;
		margin-top:0;
		list-style-type: square;
		font: 12pt "Arial", serif;
    }
	#menu li {
	color:white;
	}
	#menu a:link {
	color: #FFFF00;
	}
	#menu a:visited {
	COLOR: #800080;
	}
	#menu a:hover {
	COLOR: #FF0000;
	}
	#menu a:active {
	COLOR: #00FF00;
	}
	#menu h3, #menu p {
		padding:0 12px 0 0;
    }
	
	
	#content {
		background:#A80000;
		background-image: url(images/main_bg.jpg);
		float:right;
		width:580px;
	}
	#content p {
		padding:0 10px;
		font: 12pt "Arial", serif;
		color:#000046;
    }
	#content h1 {
		padding: 0 10px;
		font: 700 18pt "Arial", serif;
		color:#000046;
    }
	#content h2 {
		font: 700 14pt "Arial", serif;
		padding: 0 10px;
		color: red;
	}
	#content h3 {
		font: 700 24pt "Arial", serif;
		padding: 0 10px;
		color: blue;
		}
	#content a.h3:link, a.h3:visited {
		color: #0033FF;
		text-decoration: none;
		font-weight: bold;
	}
	#content a.h3:hover {
		font-weight: bold;
		color: #F00;
	}
	
	
	#footer {
		background:#cc9;
		clear:both;
		background-image: url(images/footer.jpg);
		height: 55px;
	}
	#footer p {
		color: #fff;
		padding:5px;
		margin:0;
    }