@charset "utf-8";
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFF99;
	margin: 0px;
	background-image:url(../images/bg_grad.png);
	background-repeat: repeat-y;
	background-position: center;

}
.text_container {
	padding: 20px;

}
.footer {
}

.main_container {
	text-align: left;
	width: 850px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.footer {
	text-align: center;
	font-size: 12px;
}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration:none
}
a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration:none
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FF0000;
}
h1{
	color: #FF9900;
	margin: 0px;
}
h2 {
	color: #A46200;
}
hr {
	width: 90%;
}

.inpage_links a:link {
	font-weight: bold;
	color: #771700;
	text-decoration: none;
}
.inpage_links a:visited {
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
.inpage_links a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration:underline;

}
.inpage_links a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration:underline
