@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #666666;
}
.frame-header {
	background-image: url(images/background-center.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	clear: both;
	height: inherit;
	float: none;

}
.frame-image {
	background-image: url(images/background-center.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	clear: both;
	height: inherit;
	float: none;
}
.frame-footer-image {
	background-image: url(images/background-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	clear: both;
	height: 250px;
	float: none;
}
.frame-content {
	background-image: url(images/background-center.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	clear: both;
	height: inherit;
	float: none;
}
.frame-footer {
	background-image: url(images/background-center.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	clear: both;
	height: 250px;
	float: none;
}

.frame-bottom {
	background-image: url(images/background-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	clear: both;
	float: none;
}
.frame-left {
	width: 400px;
	float: left;
}
.quote {
	font-size: 24px;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #202020;
	padding: 30px;
}
.padding30 {
	padding: 30px;
}
.paddinglinks {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFCC00;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
.border-top-bottom{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

