body { 

	margin:0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ECE9D8;
	text-align:left;
	}
h1 { 
	margin-left:0px;
	margin-top:1px;
	padding-left:1px;
	font-size: 1.3em;
	color: #000;
	font-weight:bold;
	}
h1 a {
	color:#CC00FF;
	}
h2 { 
	margin-left:40px;
	margin-top:1px;
	padding-left:1px;
	font-size: 1.0em;
	color: #000;
	font-weight:bold;
	}
h3 { 
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
	font-size: 0.1em;
	color: #ECE9D8;
	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:1px solid #A19F93;
	border-right:1px solid #A19F93;
	border-bottom:1px solid #A19F93;
	border-top:1px solid #A19F93;
}
	
/* Header */

#header {
	height:125px;
	background-image:url(images/header_scottweb.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#A19F93;
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CDCD9B;
	}
	
/* Navigation Bar */

div#navigation {
    height: 30px;
    width: 100%;
	text-align:center;
    border-top: solid #fff 1px;
    border-bottom: solid #ECE9D8 1px;
	background-image:url(images/bg_navigation.gif);
}
div#navigation li a:hover {
    height: 30px;
    width: 100%;
    border-top: solid #2F450F 1px;
    border-bottom: solid #2F450F 1px;
	border-left: solid #2F450F 1px;
	border-right: solid #2F450F 1px;
	color: #000;
	background-image:url(images/bg_navigationhover.gif);
}
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;
}
div#navigation li a:link {
    color: #fff;
}
div#navigation li a:visited {
    color: #fff;
}

/* Content Area */

img{
float:left;
border:1px solid #ECE9D8;
margin-left:0px;
margin-right:0px;
margin-top: -10px;

}
#content {
	text-align:left;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
	padding:12px 10px;
	color:#000;
	background-image:url(images/bg_content.gif);
	background-repeat:no-repeat;
	background-color:#ECE9D8;
	}
#content a {
	color:#000;
	}
#content a:hover {
	color:#666666;
	text-decoration:none;
	background-color:#cccccc;
	}
#content a:visited {
	color:#000;
	}
	
/* 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:#000;
	text-align:left;
	background-color:#ECE9D8;
	}
#footer a {
	color:#000;
	text-decoration:none;
	}
#footer a:hover {
	color:#fff;
	}
	
	/* Footer 2 */

#footer2 {
	height:10px;
	line-height:10px;
	padding:8px 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
		text-align:center;
	background-color:#ECE9D8;
	}
#footer2 a {
	color:#000;
	text-decoration:underline;
	}
#footer2 a:hover {
	color:#fff;
}