@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, a, div, img, blockquote {
border:0px none;
margin:0px;
padding:0px;
}

#container
{
	width: 800px;
	margin: auto;
}

#header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 205px;
}

#logo
{
	width: 284px;
	height: 204px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}

#header-img
{
	width: 406px;
	height: 125px;
	margin:  55px 0 0 46px;
	float: left;
	display: inline;
}

/* content */

#content
{
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	margin: 0 0 10px 0;
	clear: left;
	
}

#maincol
{
	padding: 14px 0 0 0;
	margin: 0 0 10px 26px;
	float: left;
	display:inline;
	width: 380px;
	
}


#subcol
{
	width: 218px;
	margin: 14px 0 0 0;
	padding-bottom: 10px;
	float: left;
	display: inline;
	background-image: url(../images/content-divider.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#menus-sub
{
	margin: 0 0 0 30px;
}

#footer
{
	clear: both;
	background-image:url(../images/footer-bg.jpg);
	height: 34px;
	background-repeat: no-repeat;
	
}

/* extras */

.quote-head
{
	width: 315px;
	background-image: url(../images/quote-header.jpg);
	background-repeat:no-repeat;
	margin: 0; padding:0;
	font-size: 12px;
	color: #FFFFFF;
	padding: 25px 20px 0 20px;
}

.quote-footer
{
	width: 355px;
	background-image: url(../images/quote-footer.jpg);
	background-postion: bottom;
	background-repeat: no-repeat;
	height: 23px;
}
