/* Layout Stylesheet */ 

body {
	margin:5px;
	background:#330000;
	padding:0px;
	text-align:left;
}

#outerwrapper {
	text-align:left;
	width:806px;
	margin:auto;
}

/* HEADER DIV */
#header {
	height:164px;
	background:#330000;
	border-width:0px 0px 0px 0px;
	background:url(../pics/header.jpg) left top repeat-y;
}

#bodywrapper {
	position:relative;
	border-width:0px 0px 0px 0px;
	padding:0px;
}

/* LEFT COLUMN DIV */
#leftcolumn {
	float:left;
	width:198px;
	height:598px;
	padding:0px;
	background:url(../pics/left.jpg) left top repeat-y;

}

#leftcolumn img {
	margin:10px 0px 0px 0px;
}

/* CONTENT DIV */
#content {
	float:left;
	width:599px;
	height:598px;
	margin:0px;
	padding:0px;
	background:#ffffff;
}

/*  FOOTER DIV */
#footer {
	position:relative;
	top:-19px;
	height:38px;
	background:#330000;
	background:url(../pics/footer.jpg) right top repeat-y;
	border-width:0px 0px 0px 0px;
	padding:0px;
	margin:0px;

}

/* FLOAT CLEARER */
div.clear {
	clear:both;
    height:1px;
    overflow:hidden;
}
