@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;
}

body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

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

#header
{

}

#cyderHouseLogo
{
	width: 480px;
	height: 85px;
	margin: 0 0 0 156px;
}

#main-body
{
	
	clear: both;
}

#subcol
{
	height: 510px;
	width: 209px; /* 219 without padding */
	float: left;
	display: inline;
	background-position: 0 79px;
	background-image: url(../images/sidecol_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 90px;
}

#maincol
{

	width: 611px;
	float: left;
	display: inline;
	background-image: url(../images/maincol-bg.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	padding-bottom: 10px;
	min-height: 650px;
	height:auto !important;
	height:650px;
}

#maincontent
{
	margin: 0 0 0 20px;
	float: left;
	width: 564px;
	clear: left;
}

#imgholder
{
	margin: 10px 0 10px 23px;
	float: left;
}

/* footer */
#footer
{
	padding-top: 6px;
	padding-bottom: 5px;
	margin: auto;
	width: 830px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}