body { 

	margin:0;
	background-image:url(images/background.jpgxxx);
	background-repeat: no-repeat;  background-position: 50% 0%; background-attachment:fixed;
	background-color:#000;
	text-align:left;
	}
h1 { 
	margin-left:0px;
	margin-top:20px;
	padding-left:1px;
	font-size: 1.3em;
	color: #FFFF00;
	font-weight:bold;
	}
h1 a {
	color:#fff;
	}
h2 { 
	margin-left:0px;
	margin-top:10px;
	padding-left:1px;
	font-size: 1.1em;
	color: #FFFF00;
	font-weight:normal;
	}
h3 { 
	margin-left:0px;
	margin-top:10px;
	padding-left:1px;
	font-size: 1.1em;
	color: #FFFF00;
	font-weight:normal;
	}
	
h4 { 
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	font-size: 1.0em;
	color: #ECE9D8;
	font-weight:normal;
	display:none;
	}
	
/* Wrapper */
#wrap {
	width:960px;
	margin:0px auto;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	border-top:5px solid #fff;
}
	
/* Header */

#header {
	height:200px;
	background-image:url(images/header_scottweb.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	}
	
/* Navigation Bar */

div#navigation {
    height: 30px;
    width: 100%;
	text-align:center;
    border-top: solid #000 5px;
    border-bottom: solid #000 0px;
	background-image:url(bg_navigationhover.gifxxx);
	background-color:#000000;
}
div#navigation li a:hover {
    height: 30px;
    width: 100%;
    border-top: solid #2F450F 5px;
    border-bottom: solid #000 0px;
	border-left: solid #2F450F 0px;
	border-right: solid #2F450F 0px;
	color: #000;
	background-image:url(images/bg_navigation.gifxxx);
	background-color:#666;
}
div#navigation ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
}
div#navigation li {
    list-style-type: none;
    display: inline;
}
div#navigation li a {
    text-decoration: none;
	text-transform:uppercase;
	letter-spacing:1px;
    padding: 7px 10px;
	color:#fff;
	background-color:#000000;
}
div#navigation li a:link {
    color: #fff;
}
div#navigation li a:visited {
    color: #fff;
}

/* Content Area */

img{
float:left;
border:0px solid #ECE9D8;
margin-left:0px;
margin-right:10px;
margin-top: 0px;

}
#content {
	text-align:left;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	padding:12px 10px;
	color:#fff;
	background-image:url(images/bg_content.gifxxx);
	background-repeat:no-repeat;
	background-color:#032A3B;
	}
#content a {
	color:#fff;
	}
#content a:hover {
	color:#666666;
	text-decoration:none;
	background-color:#cccccc;
	}
#content a:visited {
	color:#fff;
	}
	
/* Footer */

#footer {
	height:10px;
	line-height:10px;
	padding:8px 0px;
	background-image:url(images_newmarket/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-align:left;
	background-color:#032A3B;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	color:#000;
	}
	
	/* Footer 2 */

#footer2 {
	height:10px;
	line-height:10px;
	padding:8px 0px 30px 0px;;
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-align:center;
	background-color:#032A3B;
	}
#footer2 a {
	color:#fff;
	text-decoration:underline;
	}
#footer2 a:hover {
	color:#000;
}
