/* 

Copyright 2007 Eternalistic Designs
Coded by Jeremy Caldwell

*/

@import "styles.css";

/* layout
----------------------------------------------- */
body {
	background: #9D5E1B;
	_background: none; /* IE6 */
	font: 70% verdana,arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
#wrapper {
	padding: 0;
	margin: 0;
	background: #fff;
	_background: none; /* IE6 */
}

/* header
----------------------------------------------- */
#header {
	margin: 0;
	padding: 0;
}
#header img { 
	border: none;
	padding: 0; 
}
#header #title {
	background: #00349A;
	padding: 10px 0;
	text-align: center;
}
#header #contactlist {
	border-bottom: 1px solid #039;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header #contactlist ul { 
	padding: 10px; 
	margin: 0;
}
#header #contactinfo li {
	list-style: none;
	display: inline;
	border-right: 1px dotted #00349A;
	padding: 0 8px;
}
#header #contactinfo .last { border-right: none; }

/* main
----------------------------------------------- */
#main {
	padding: 0;
	margin: 0;
}

/* content
----------------------------------------------- */
#content {
	padding: 20px 10px 100px 20px; 
	border: none;
	margin: 0 0 0 180px;
	border-left: 1px solid #039;
	border-top: 1px solid #039;

}
#contentrounded {
	background: url(../images/rounded_content.gif) repeat-y;
	height: 20px;
	width: 20px;
	position: relative;
	top: 20px;
	left: 180px;
	*left: 10px; /* IE7 */
	_left: 7px; /* IE6 */
}
#content .floatright {
	float: right;
	margin: 0 0 15px 15px;
}
#content #imagelistwrapper {
	width: 700px;
	text-align: center;
	margin: 20px 0 0 0;
}

/* sidebar
----------------------------------------------- */
#sidebar {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0; 
	width: 170px; 
	float: left;
	text-align: center;
}
#sidebar  img { border: none; }
#sidebar #nav {
	margin: 25px 0 0 0;
	padding: 0 5px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* footer
----------------------------------------------- */
#footerfade {
	height: 50px;
	background: red;
	background: url(../images/footer_faded.gif) no-repeat;
	_margin: 0 0 0 2px; /* IE6 */
}
#footer {
	background: url(../images/footer_dune.jpg) repeat-x;
	height: 234px;
}