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

#outerwrapper {
	background-image: url(../images/home.jpg);
	height: 800px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#insidewrapper {
	background-image: url(../images/repeatingbackground.jpg);
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	height: auto;
	clear: both;
}
body,td,th {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #000;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
#leftnavigation {
	width: 370px;
	padding-top: 330px;
	padding-left: 25px;
	float: left;
}td img {display: block;}
#rightcolumntext {
	float: right;
	width: 350px;
	padding-top: 510px;
	padding-right: 35px;
}
#footer {
	color: #BD9A43;
	width: 840px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer a:link {
	color: #C19D44;
	text-decoration: none;
}
#footer a:visited {
	color: #C19D44;
	text-decoration: none;
}
#footer a:hover {
	color: #C19D44;
	text-decoration: none;
}
#footer a:active {
	color: #C19D44;
	text-decoration: none;
}
#insidebackground {
	background-image: url(../images/inside_r1_c1.jpg);
	background-repeat: no-repeat;
	width: 850px;
}
#body_text {
	width: 800px;
	margin-right: 25px;
	margin-left: 25px;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-size: 15px;
}
