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

/* set the height for the containers (for IE6) */
* html #container {
	height: 100%;
}

html, body {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	background-color: transparent;
	width: 960px;
	left: 50%;
	margin-left: -480px;
}

#header {
	position: relative;
	background-image:url(../images/topmenu.jpg);
	background-repeat:no-repeat;
	width: 960px;
	height: 50px;
	margin: 0px;
}

#mainMenu {
	position: relative;
	background-image:url(../images/mainMenubkg.jpg);
	background-repeat:no-repeat;
	width: 960px;
	height: 115px;
	margin: 0px;
	z-index: 25;
}

#contentbox {
	position: relative;
	background-image:url(../images/contentBox.jpg);
	background-repeat:repeat-y;
	width: 960px;
/*	border: 1px solid green; */ 
}

#contenthdr {
	position: relative;
	background-image:url(../images/contentBoxhrd.gif);
	background-repeat:no-repeat;
	width: 960px;
	height: 115px;
	z-index: 5;
}

#left {
	position: relative;
	float: left;
	left: 14px;
	background-image:url(../images/leftbkg.jpg);
	background-repeat:repeat;
	background-position: bottom left;
	width: 946px;
	top: -70px;
	z-index: 1;
	vertical-align: baseline;
	margin: 0px 0px -70px 0px;
/*	border: 1px solid green;  */
}

#right {
	position: relative;
	float: right;
	top: -15px;
	bottom: 15px;
	background-image:url(../images/rightbg.gif);
	background-repeat: repeat-y;
	width: 582px;
	min-height: 500px;
	margin: 0px 0px -15px 18px;
	padding: 0px 40px 10px 20px;
/*	border: 1px solid red; */
	z-index: 5;
}

#flashbox {
	position: relative;
	top: -430px;
	margin-bottom: -430px;
}

#footer {
	position: relative;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width: 960px;
	height: 67px;
	margin: 0px;
}
