@charset "utf-8";

/* Schmucker's */

body {
	background-color: #154a95;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(images/wrapper_background.jpg);
	background-repeat: repeat-y;
}

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

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

#sidecol_nav {
	background-image: url(images/sidecol_background.jpg);
	background-repeat: repeat-y;
}

#sidecol_navtop {
	height: 40px;
	background-image: url(images/sidecol_top2.jpg);
	background-repeat: no-repeat;
}

#sidecol_navbottom {
	height: 40px;
	background-image: url(images/sidecol_bottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#maincol {
	width: 550px;
	float: right;
}

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

#signbox {
	height: 225px;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#signobject {
	position: absolute;
	top: 0px;
	left: 0px;
}

#maincol_include {
	height: 225px;
	background-image: url(images/page_background.jpg);
	background-repeat: repeat-x;
}

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

#navigation {
	width: 180px;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: 40px;
	margin-left: 15px;
	margin-right: 55px;
}

#navigation td {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

#content {
	margin-right: 30px;
	margin-bottom: 20px;
}

#footer_text {
	text-align: center;
	padding-top: 10px;
	color: white;
}