@charset "utf-8";
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 269px;
	width: 800px;
}
#content {
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1B3278;
}

.postingsbg {
	background-image: url(images/currentpostingsBG.gif);
	background-repeat: repeat-y;
}

#footer {
	width: 760px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	color: #2C4780;
}
a:link {
	color: #1B2A72;
}
a:visited {
	color: #171A68;
}
a:hover {
	color: #DF9F00;
}
#wrapper #footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
