@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(../images/bg.png);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #E9E8E8;
}
#container {
	height: 1024px;
	width: 900px;
}
#container #header {
	background-image: url(../images/header.png);
	height: 298px;
	width: 900px;
}
#container #nav {
	background-image: url(../images/nav_bg.png);
	height: 57px;
	width: 900px;
}
#container #maincontent {
	height: auto;
	width: 900px;
	float: left;
}
#container #maincontent #maincontent_top {
	height: 27px;
	width: 900px;
	background-image: url(../images/maincontent_top.png);
	float: left;
}
#container #maincontent #maincontent_middle {
	height: auto;
	width: 800px;
	background-image: url(../images/maincontent_middle.png);
	min-height: 500px;
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
}
#container #maincontent #maincontent_bottom {
	background-image: url(../images/maincontent_bottom.png);
	height: 24px;
	width: 900px;
	float: left;
}
#container #maincontent #maincontent_middle #content {
	height: auto;
	width: 540px;
	float: left;
	padding: 5px;
}
#container #maincontent #maincontent_middle #content #resources t1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
#container #maincontent #maincontent_middle #pageheader {
	margin-bottom: 10px;
	float: left;
	margin-top: 3px;
	height: auto;
	width: 100px;
}
#container #maincontent #maincontent_middle #sidecontent {
	height: auto;
	width: 240px;
	float: right;
	margin-left: 10px;
}
#container #maincontent #maincontent_middle #sidecontent #twitter_header {
	background-image: url(../images/twitter_header.png);
	height: 65px;
	width: 240px;
}
#container #maincontent #maincontent_middle #sidecontent #button {
	margin-top: 20px;
	text-align: right;
}
.quote {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #E4AE4A;
}
.bold {
	font-weight: bold;
	text-transform: uppercase;
}
#sticker {
	position:relative;
	left:-400px;
	top:150px;
	width:112px;
	height:0px;
	z-index:1;
}
