/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 62.5%;
	text-align: center;
	background-color: #7dc4c5;
	margin: 0px;
	padding: 0px; 
}
h1 {
	font-size: 1.5em;
}
.jobTitles {
	margin: 30px auto;
}
.derek {
	float: right;
	padding: 0 0 20px 20px;
}
#container {
	margin: 0px auto;
	background-color: #ffffff;
	width: 750px;
	text-align: left;
	border-left: 3px solid #506991;
	border-right: 3px solid #506991;
	background-image: url(../images/mainBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
	#header {
		height: 162px;
		background-color: #7dc4c5;
		background-image: url(../images/header.gif);
	}
	#main {
		background-color: #ffffff;
		color: #003366;
	}
		#content {
			float: right;
			background-color: transparent;
			width: 420px;
			background-image: url(../images/logo.gif);
			background-position: top right;
			background-repeat: no-repeat;
			padding-right: 130px;
			font-size: 1.1em;
			clear: both;
		}
		#content a {
			text-decoration: underline;
			color: #003366;
			font-weight: bolder;
		}
		#content a:hover {
			text-decoration: none;   
		}
			#contentText {
				margin-top: 150px;
			}
		#navigation {
			float: left;
			width: 152px;
			margin-top: 70px;
		}
			#navigation ul {
				margin: 0px;
				padding: 0px;
				list-style-type: none;
			}
				#navigation ul li {
				}
				#navigation ul li a {
					text-decoration: none;
					background-color: #7dc4c5;
					height: 24px;
					width: 100%;
					display: block;
					margin: 2px auto 2px 5px;
					padding: 8px 0 0px 10px;
					color: #003366;
					font-weight: bolder;
					font-size: 1.2em;
				}
				#navigation ul li a:hover {
					text-decoration: none;
					background-color: #003366;
					color: #ffffff;
					font-weight: bolder;
				}
#footer {
	clear: both;
	height: 150px;
}
.positiveLogo {
	margin: 20px 100px auto 540px;
}
