* {
	margin: 0;
}
html, body {
	margin:0px auto;
	height: 100%;
	background-color: #303030;
}
p, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding-top: 0.8em;
	font-size: 0.8em;
	line-height: 1.2em;
}
a {
	text-decoration: none;
	color: #FEFEFE;
}
a:link {
	text-decoration: none;
	color: #FEFEFE;
}
a:hover {
	text-decoration: underline;
	color: #FEFEFE;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}
#container {
	margin:0px auto;
}
#header {
	background-color: #303030;
	height: 110px;
	width:427px;
	margin:0px auto;
	padding-top: 10px;
}
#menu {
	background-color: #444444;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #FEFEFE;
}
#navcontainer {
	text-align:center;
	margin:0 auto;
}
#navcontainer ul {
	padding-top: 1.5em;
	list-style-type: none;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	text-decoration: none;
	color: #FEFEFE;
	padding-right: 5em;
}
#navcontainer a:hover {
	text-decoration: underline;
	color: #FEFEFE;
}
#content {
	width:660px;
	margin:0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}
#contentInside {
	width:720px;
	margin:0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}
#contentInside p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding-top: 0.8em;
	font-size: 0.8em;
	line-height: 1.2em;
}
#contentInside .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	padding-top: 0.5em;
	font-size: 0.9em;
}
#jobposting {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e5e5e5;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 0.9em;
	padding-right: 0.9em;
	font-size: 0.7em;
	border:1px dotted #e5e5e5;
}
.imageContainer {
	padding: 10px;
	background-color: #ffffff;
}
.imageLeftContainer {
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #ffffff;
	width:320px;
}
.imageRightContainer {
	float:right;
	width:320px;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #ffffff;
}
#archivelink a, a:link {
	text-align:right;
	color:#ffffff;
	text-decoration: none;
}
#archivelink a:hover {
	color:#ffffff;
	text-decoration: underline;
}
.imageDescriptor {
	padding-top: .5em;
	padding-bottom: 2em;
}
.clearboth {
	clear: both;
}
.footer {
	height: 25px; /* .push must be the same height as .footer */
	background-color: #444444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align:center;
	font-weight: bold;
	padding-top: 8px;
	color: #000000;
}
.push {
	height: 25px; /* .push must be the same height as .footer */
	background-color: #303030;
}
a:link {
	color: #00B6F2;
	text-decoration: none;
}
