* { padding: 0; margin: 0; 
   }
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;

 
}
h1{
    font-family:'Georgia';
    font-size:25px;	
    letter-spacing:-1px;
    margin-top:10px;
    margin-bottom:5px;
    font-weight:normal;
    color:#999;
}
h2{
	font-family:'Georgia';
	font-size:20px;
	letter-spacing:-1px;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:normal;
	color:#999;
}
h3{
    font-size:11px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}
img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		div#wrapper {
	/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative;
	/* These have no effect on the functionality */
			width: 1000px;
	margin: 0 auto;
	padding: 20px;
	font-family: georgia, serif;
	font-size: 12pt;
	line-height: 14pt;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
	color: #FFF;
		}
		
		body {
			/* These rules have no effect on the functionality */
			/* They are for styling only */
			margin: 0;
			padding: 20px 0 0 0;
			font-family: Georgia;
 			font-size: 14px;
		    font-color:white;
		}
		
		menu {
		color:white;
		}
		#menu {
		width:1000px;
		padding-bottom:20px;
		font-family:'Georgia';
		font-size:20px;
		letter-spacing:-1px;
		margin-top:10px;
		margin-bottom:5px;
		font-weight:normal;
		color:#999;
		}
		#menu a{
		width:1000px;
		padding-bottom:20px;
		font-family:'Georgia';
		font-size:20px;
		letter-spacing:-1px;
		margin-top:10px;
		margin-bottom:5px;
		font-weight:normal;
		color:#999;
		text-decoration:none;
		}
		
     #content {
		border-style:solid;
		border-width:medium;
		border-color:white;
		padding-top:20px;
		padding-bottom:20px;
		padding-left:20px;
		padding-right:20px;
		margin-top:20;
	 }	
	 #headerbanner {
		positon:absolute;
		float:left;
		width:960px;
		height:290px;
		

	}

