body {
	margin: 0px;
	text-align: center;
	background-color: #496887;
	background-image:URL(../images/body_bg.jpg);
	background-repeat:	repeat-x;
	height: auto;	
	}

#main {
	width				: 1001px; /*centers the div in all modern browsers*/
	height				: auto;
	margin				: 0px auto;
	padding				: 0px; /*prevents margin collapse from allowing margins in this div from affecting margins around container*/
	text-align			: left; /*resets normal text align following centering in #container*/
	position			: relative;
	min-height: 500px;
	}

	#main #header {
		background-image:URL(../images/header.png);
		background-position: center;
		background-repeat: no-repeat;
		width: 1001px;
		height: 97px;
		float: left;
		}

	#main #menu {
		width: 1001px;
		height: 27px;
		padding-top: 3px;
		padding-left: 20px;
		padding-right: 20px;
		float: left;
		clear: both;
		text-align: left;
		z-index: 3;
		position: relative;

		}

			.menuitem {
				position: static;
				height: 13px;
				float: left;
				padding-left: 15px;
				padding-right: 15px;
				padding-bottom: 10px;
				border-right: 1px solid #ffffff;
				width: auto;

				}

			.submenu {
				background-image: URL(../images/submenu_bg.png);
				background-position: bottom left;
				background-repeat: repeat-y;
				position: absolute; 
				visibility: hidden; 
				width: 221px; 
				padding: 0px 0px 10px 4px;
				z-index: 10;
				}

				.subitem {
					height: 20px;
					width: 208px;
					border-bottom: 1px solid #e5e2c6;
				}

	#main #content {
		padding-bottom: 20px;
		width: 1001px;
		float: left;
		clear: both;

		}


	#main #content #main {
		background-image: URL(../images/content_main.png);
		background-position: top left;
		background-repeat: repeat-y;
		width: 985px;
		float: left;
		position: relative;
		clear: both;
		padding-left: 8px;
		padding-right: 8px;

	}


		#main #content #main #header {
			background-image: URL(../images/content_header.png);
			background-position: top left;
			background-repeat: repeat-x;
			width: 100%;
			height: 19px;
			float: left;
			position: relative;
			clear: both;
			margin-bottom: 20px;
		}

		#main #content #main #left {
			width: auto;
			float: left;
			position: relative;
			margin-left: 20px;

		}


		#main #content #main #left #sideMenu {

			width: 190px; 
			padding: 5px;
			margin-bottom: 20px;
			background-color: #efefef;
			border: 1px solid #577fa8;
			min-height: 100px;
		}

		#main #content #main #left #partners {
			width: 190px; 
			padding: 5px;
			margin-top: 20px;
			text-align: center;
		}


		#main #content #main #left #contact {
			width: 190px; 
			padding: 5px;
			margin-top: 20px;
			background-color: #efefef;
			border: 1px solid #577fa8;
		}



		#main #content #main #right {
			width: 700px;
			float: left;
			padding-left: 30px;
			padding-right: 30px;
			position: relative;

		}

	#main #content #footer {
		background-image: URL(../images/content_footer.png);
		background-position: top left;
		background-repeat: no-repeat;
		width: 1001px;
		height: 21px;
		float: left;
		position: relative;
		clear: both;
		color: #ffffff;
	}

