@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #CCC;
}
#background {
	background-color: #000;
	background-image:url(../Images/WP_back.jpg);
}
#centered {
	position:relative;
	clear:left;
	height:735px;
	width:1000;
	max-width:1000px;
	min-width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image:url(../Images/overlay.png);
}
#pageHead {
	height: 75px;
	width: 1000px;
	max-width:1000px;
	min-width:800px;
	background-color: #000;
}
#pageLogo {
	float: right;
	background-color: #000;
	margin-top: 20px;
	margin-right: 5px;
}
#pageMenu {
	height: 17px;
	width: 1000px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 3px;
	margin-top: 0px;
}
#pageContent {
	height: 520px;
	width: 998px;
	border: 0px solid #333;
}
#rightComment {
	float: right;
	height: 500px;
	width: 290px;
}
#leftComment {
	float: left;
	height: 500px;
	width: 700px;
}
#gallery-area {
	margin: 0px;
	height: 300px;
	width: 400px;
	border: 0px solid silver;
	background-image: url(file:///G|/Images/overlay.png);
	float: left;
	overflow: hidden;
}
.hiddenDIV {
	visibility: hidden;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
.menutable {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
