@CHARSET "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#contentBoxWrap {
padding: 60px 50px 100px;
}

#headerCont {
	background-color: #fff;
	background-image: url('images/headerCont_bg.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 100%;
	height: 178px;
}

	#header {
		background-image: url('images/header_bg.jpg');
		background-position: top left;
		background-repeat: repeat-x;
		width: 70%;
		height: 220px;
		float: right;
	}

		#logoBox {
			background-image: url('images/vordis_logo.jpg');
			background-position: bottom left;
			background-repeat: no-repeat;
			width: 528px;
			height: 178px;
			float: left;
		}

			#logoBox p {
				color: #106aa8;
				font-size: 24px;
				font-style: italic;
				margin-left: 220px;
				margin-top: 127px;
			}
			
		#linkList {
			clear: both;
			margin-left: 75px;
			}
			
			#linkList li {
				display: inline;
				list-style: none;
				padding-top: 5px;
				}
			
			#links {
				text-decoration: none;
				color: #106aa8;
				display: block;
				float: left;
				padding: 10px;
				}
				
				#links:hover {
					color: #f7941e;
					}

#contentCont {
	background-color: #fff;
	width: 100%;
	height: auto;
}

	#content {
		color: #000;
		width: 1000px;
		height: auto;
		min-height: 500px;
		margin: auto;
	}

#footerCont {
	background-color: #f7941e;
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0px;
	z-index: 1000px;
}

	#footer {
		width: 1200px;
		height: 50px;
		margin: auto;
		color: #fff;
		font-size: 14px;
	}

		#footer ul {
			padding-top: 10px;
			margin: auto;
			text-align: center;
		}

			#footer li {
				list-style: none;
				display: inline;
				padding: 0px 5px;
			}

				#footer .divider {
					font-size: 12px;
					color: #f3b163;
				}

				#footer a {
					text-decoration: none;
					color: #fff;
				}

					#footer a:hover {
						color: #106aa8;
					}