* {
	margin:0;
	padding:0;
	border: 0;
}

html, body, #container, #content {
/*height: 100%;
min-height: 100%;
height: auto;*/
margin: 0;
padding: 0;
clear: both;
}

body {
	width:800px;
	margin:0px auto;
	margin-top:0px;
	background-repeat: repeat-x;
	background-image: url(images/bg-chrysalis.png);
	background-color: #473528;
	color: white;
	font-family: Futura, "Lucida Grande", Verdana, Arial, sans-serif;

}

h3 {
	color: #31261d;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-shadow: 1px 1px 7px #777;
	font-family: Futura, "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
}


hr
{
color: #31261d;
background-color: #31261d;
margin: 2px;
height: 1px;
}


#wrapper
{
	width:800px;
	margin:0px auto;
	position:relative;
}


#header {
margin:0px auto;
width:1000px;
margin-left: -100px;
font-size: 0;
line-height: 0px;
}

#banner
{
display: block;
font-size: 0;
line-height: 0px;

}

#on-display
{
	height: 343px;
	width: 900px;
}

.display-item
{
	display: block;
	width: 250px;
	height: 300px;
	background: black;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	text-align: center;

}

#content
{
	color: #31261d;
	font-size: 14px;
	background-color: #f8f5f0;
	width: 766px;
	padding: 17px;
	-webkit-box-shadow: 0px 0px 10px #000;
	
}

#main
{
	float:right;
	width:510px;
}

#sidebar
{
	float:left;
	width:250px;
}

#contact-bar
{
	background-image: url(images/contact-bar-image.png);
	width: 511px;
	height: 102px;
	padding: 17px;
	position:absolute;
	left:109px;
	top:50px;
	clear:both;
	font-size: 12px;
	line-height: normal;
	color: white;
	font: Courier;
	display: none;

}


li
{
	float: left;
	list-style-type: none;
}

a
{
	text-decoration: underline;
	color: brown;
}