@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: #4C5960;
	background-image: url(../images/page_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CCCCCC;
}
.oneColFixCtrHdr #container {
	width: 810px;
	overflow: hidden;
	background: none;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
}
.oneColFixCtrHdr #header {
	background: none; 
	padding: 10px 0 0 0px;
	width: 810px;
	margin-left: auto;
	margin-right: auto;

}
.oneColFixCtrHdr #mainContent h1 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 0 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #4C5960;
	width: 810px;
}
.oneColFixCtrHdr #mainContent p {
	padding: 4px 4px 4px 4px; 
}
.oneColFixCtrHdr #footer {
	padding: 0px;
	background: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 0px;
	color: #999999;
	font-size: 10px;
	line-height: normal;
}
.oneColFixCtrHdr #gallery p {
	padding: 0px; 
}
.oneColFixCtrHdr #contact p {
	padding: 0px; 
}

a:link {color: #CCCCCC; text-decoration: none;}
a:visited {color: #CCCCCC; text-decoration: none;}
a:hover {color: #CCCCCC; text-decoration: underline;}
a:active {color: #CCCCCC; text-decoration: none;}

a.contact:link {color: #CCCCCC; text-decoration: none; font-weight: bold;}
a.contact:visited {color: #CCCCCC; text-decoration: none; font-weight: bold;}
a.contact:hover {color: #CCCCCC; text-decoration: underline; font-weight: bold;}
a.contact:active {color: #CCCCCC; text-decoration: underline; font-weight: bold;}

a.footer:link {color: #999999; text-decoration: none;}
a.footer:visited {color: #999999; text-decoration: none;}
a.footer:hover {color: #999999; text-decoration: underline;}
a.footer:active {color: #999999; text-decoration: none;}
