html {
	/*overflow-x: hidden;*/
}

html, body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
}

/* LINKS */
a:link, a:active, a:visited {
	color: #4f4f4f;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #4f4f4f;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: underline;
}


/* LAYOUT */

#container {
	z-index: 1;
	position: relative;
	width: 788px;
	height: auto;
	min-height: 100%;
	margin: 0px auto 0px auto;
	display: table;
}

#fixedbg {
	z-index: 0;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 224px;
	background: url('images/fixedbg.jpg') no-repeat;
	background-position: 50%;
	background-color: #e5e5e5;
}


/* DIVS */

#topbar {
	position: relative;
	width: 768px;
	height: 30px;
	background-image: url('images/img_02.jpg');
	color: #cecece;
	font-family: Tahoma;
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
}

	.toplink {
		color: #cecece;
		font-family: Tahoma;
		font-size: 10px;
	}

#banner {
	position: relative;
	width: 788px;
	height: 180px;
}

	#logo {
		position: relative;
		width: 236px;
		height: 180px;
		float: left;
		background-image: url('images/img_04.jpg');
	}

	#header {
		position: relative;
		width: 552px;
		height: 180px;
		float: left;
		background-image: url('images/img_05.jpg');
	}

#columnwrapper {
	position: relative;
	width: 788px;
	top: 0px;
	left: 0px;
	height: auto;
}

	#menu {
		position: relative;
		width: 233px;
		float: left;
		padding: 1px 1px 0px 2px;
	}
		.menulink {
			color: #6f0000;
			font-family: Verdana;
			font-size: 14px;
		}

		.menuheading {
			color: #eeeeee;
			font-family: Verdana;
			font-size: 14px;
			font-weight: bold;
		}
		
		.menuitem-closed {
			background-image: url('images/bullet-closed.jpg');
			background-repeat: no-repeat;
			background-position: center left;
			background-color: #dddddd;
			margin-bottom: 2px;
			margin-left: -20px;
			height: 20px;
			padding-left: 30px;
		}

		.menuitem-heading {
			background-color: #5a5a5a;
			margin-bottom: 2px;
			height: 18px;
			padding-left: 14px;
		}

	#contentwrapper {
		position: relative;
		width: 551px;
		top: 1px;
		float: left;
		padding-bottom: 40px;
		padding-left: 1px;

	}

	#content {
		min-height: 300px;
		background-color: #f7f7f7;
		font-family: Verdana;
		font-size: 12px;
		color: #4e4e4e;
		padding-left: 15px;
		padding-top: -4px;
		padding-right: 10px;
	}
		
		h1 {
			font-family: Tahoma;
			color: #b1141d;
			font-weight: normal;
			font-size: 18px;
			padding: 0px 0px 10px 0px;
			margin: 0px 0px 0px 0px;
		}

	#contentfooter {
		height: 23px;
		background-image: url('images/corner-right-bottom.jpg');
		background-position: 100%;
		background-repeat: no-repeat;
		background-color: #f7f7f7;
	}

	#contentheader {
		height: 14px;
		background-image: url('images/corner-right-top.jpg');
		background-position: 100%;
		background-repeat: no-repeat;
		background-color: #f7f7f7;
	}

