@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	background:url(../images/background.jpg) top center repeat-y #000000;
	position:absolute;
	width:926px;
	left:50%;
	margin:30px 0px 50px -463px;
}

a, a.link, a.visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clear_both {
	clear:both;
}

#main_container {
	background:url(../images/page_repeat.jpg) top left repeat-y;
	width:853px;
	margin:0px 30px 0px 43px;
}

#page_footer {
	background:url(../images/page_footer.jpg) top left no-repeat;
	width:853px;
	height:30px;
	text-align:center;
	color:#FAF9C3;
}

#page_footer a {
	color:#FAF9C3;
	text-decoration:none;
	font-size:0.9em;
}

#page_footer a:hover {
	text-decoration: underline;
}

#paper_footer {
	background:url(../images/paper_footer.gif) top left no-repeat;
	width:853px;
	height:52px;
	margin:0px 30px 50px 43px;
	text-align:center;
	font-size:0.8em;
	padding-top:5px;

}

#paper_footer a {
	color:#000000;
}

.caps_intro {
	text-transform:uppercase;
}