/* Design & Code (c) Dave & Dave Incorporated */
html, body { padding: 0; margin: 0;
}
body {	margin: 0px;	padding: 0px;
	color: #331f0c;
	background: url(../images/background.jpg) repeat center top;
	font: .8em Arial, Helvetica, sans-serif;
}
#container {	width: auto;
	margin: auto;
	height: auto;
	background: url(../images/overlay.png) repeat center top;
}

#container2 {	width: 800px;
	margin: auto;
	height: auto;
	background: url(../images/logo.png) no-repeat 18px 10px;
}#header {	width: 800px;
	height: 210px;
	background-position: center top;
	background-repeat: no-repeat;
}

/* @group navigation */

#iconmenu {
	height: 51px;
	padding: 0;
	position: relative;
	bottom: 7px;
	top: 5px;
	margin: 0;
}

#iconmenu li {
	top: 0;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

#iconmenu a {
	height: 51px;
	display: block;
}

#iconmenu a:hover {
	display: block;
}

#news {
	background: url(../images/nav.png) no-repeat -1px 0;
	left: 10px;
	width: 85px;
	height: 51px;
}

#audio {
	background: url(../images/nav.png) no-repeat -92px 0;
	left: 100px;
	width: 85px;
	height: 51px;
}

#video {
	background: url(../images/nav.png) no-repeat -185px 0;
	width: 85px;
	left: 190px;
	height: 51px;
}

#credits {
	background: url(../images/nav.png) no-repeat -275px 0;
	left: 280px;
	width: 85px;
	height: 51px;
}

#contact {
	background: url(../images/nav.png) no-repeat -365px 0;
	left: 370px;
	width: 85px;
	height: 51px;
}

#news a:hover {
	background: url(../images/nav.png) no-repeat -1px -51px;
	width: 85px;
	height: 51px;
}

#audio a:hover {
	background: url(../images/nav.png) no-repeat -92px -51px;
	width: 85px;
	height: 51px;
}

#video a:hover {
	background: url(../images/nav.png) no-repeat -185px -51px;
	width: 85px;
	height: 51px;
}

#credits a:hover {
	background: url(../images/nav.png) no-repeat -275px -51px;
	width: 85px;
	height: 51px;
}

#contact a:hover {
	background: url(../images/nav.png) no-repeat -365px -51px;
	width: 85px;
	height: 51px;
}



/* @end */

#content {
	width: 800px;
	height: auto;
	padding-bottom: 20px;
	background-position: center;
	padding-top: 10px;
}

#leftcolumn {
	width: 490px;
	border-right: thin  #bfbfbf;
	border-bottom-color: #bfbfbf;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

#rightcolumn {
	width: 274px;
	float: right;
	margin: 0;
	padding: 120px 0 0;
}

#after {
	clear: both;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 1em;
	padding-bottom: 20px;
	padding-top: 60px;
	color: #660000;
	background-position: center top;
	background-repeat: no-repeat;
}

#audioplayer {
	width: 250px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#videoplayer {
	width: 240px;
	height: 200px;
	margin: 0;
	padding: 0;
}	
	
	
	
	
/* Headings H1-H6 */
h1 {
	color: #40411E;
	font-size: 2em;
	margin: 0 0 5px;
	font-weight: bold;
	padding: 10px 0 0;
}

h2 {
	color: #40411E;
	border-bottom: 3px solid #600;
	line-height: 1em;
	font-size: 1.5em;
	margin: 10px 0 5px;
	padding-bottom: 3px;
}

.side {
	color: #40411E;
	font-weight: bold;
	font-size: .8em;
}

h3 {
	color: #660000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h4 {
	color: #40411E;
	margin: 0;
	font-weight: bold;
	padding: 10px 0 0;
	font-size: 1.5em;
}

h5 { }

h6 { }

/* Paragraph and Link Styles */
p {
	margin: 0;
	padding: 0;
	color: black;
	font: 1.1em/1.3em Arial, Helvetica, sans-serif;
}


p a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #660000;
}

p a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}
	
	
	
	
/* Lists and Navigation */

.credits_1 {
	border-bottom: 1px solid #600;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#images {
	list-style: none;
	margin: 0;
	padding: 0;
}



/* Misc */
#agentlogo {
	background: url(sbv_logo.gif) no-repeat center top;
	float: left;
	padding: 10px 15px 0 0;
	margin: 0;
}

form {
}

blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

input, textarea {
	background-color: #ada476;
	border: 1px solid #600;
	color: black;
}









