@charset "utf-8";
/* CSS Document */
*  {
	margin: 0px;
	padding: 0px;
}
html {
     overflow: -moz-scrollbars-vertical;
}
html, body  {
	margin: 0px;
}
body  {
	background-image: url(../img/bg_total.png);
	font-family: "PERPETUA", Georgia, Times New Roman, Times, serif;
	color: #ffffff;
	background-color: #646267;
	background-repeat: repeat;
	font-size: 18px;
	background-attachment: fixed;
}
#container  {
	width: 1010px;
	margin-left: 0px;
	float: left;
}
#pageimg  {
	width: 160px;
	height: 100%;
	margin-left: 0px;
	float: left;
	text-align: center;
}
#heading  {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#contentsection  {
	width: 820px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#content  {
	width: 100%;
	padding: 0px;
	margin-left: 10px;
}
.squarefield  {
	width: 630px;
	padding: 15px;
	background-color: #7a7a7a;
	overflow: visible;
	float: left;
	margin-left: 70px;
	margin-bottom: 10px;
}
.squarefieldnobg  {
	width: 630px;
	overflow: visible;
	float: left;
	margin-left: 70px;
	margin-bottom: 10px;
}
.textrow, photorow  {
	width: 630px;
	float: left;
	margin-bottom: 10px;
}
.img10  {
	margin-right: 10px;
}
.img10left  {
	margin-left: 10px;
}
#fontpagebgimg  {
	background-image: url(../img/img_homepicture.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 324px;
	text-align: left;
}
h1  {
	font-size: 24px;
	font-weight: bold;
	color: #ffba44;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
h2  {
	font-size: 16px;
	font-weight: bold;
	color: #ffba44;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}
h3  {
	color: #ffffff;
	font-size: 16px;
}
a  {
	color: #ffffff;
	text-decoration: underline;
}
a:hover  {
	color: #ffffff;
	text-decoration: none;
}
#topmenu, .bottommenu {
	color: #999999;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	letter-spacing: 0.07em;
	text-align: center;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: middle;
	float: left;
}
#topmenu a, .bottommenu a {
	color: #999999;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#topmenu a:hover, .bottommenu a:hover  {
	color: #ffffff;
	text-decoration: none;
}
p, ul, ol {
	line-height: 1.5em;
}
#dash {
	margin-top: 10px;
	width: 100%;
	height: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	float: left;
}
#footer  {
	color: #999999;
	letter-spacing: 0.07em;
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.italic  {
	font-style: italic;
}
