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

body {
	background-color: #1A1A1A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#LeftColumn {
	width: 208px;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
}
#RightColumn {
	float: right;
	width: 700px;
	padding-right: 10px;
	padding-left: 10px;
}
#RightColumn h1 {
	font-size: 22px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#RightColumn p {
	margin-top: 0px;
	padding-top: 0px;
}
#LeftColumn h3 {
	margin: 0px;
	color: #FFFFCC;
	padding-bottom: 12px;
	padding-left: 12px;
}
#LeftColumn li a {
	background-image: url(images/hope_10.jpg);
	display: block;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
}
#LeftColumn li a:hover {
	background-image: url(images/roll.jpg);
	display: block;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 12px;
	color: #FFFFCC;
	text-decoration: none;
	background-repeat: no-repeat;
}
#LeftColumn p {
	margin: 0px;
	padding: 12px;
}
ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.clear {
	clear: both;
}
#Site {
	width: 950px;
	margin: auto;
}
#Main {
	margin: auto;
	width: 936px;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
}
.GalSpot {
	float: left;
	width: 20%;
	text-align: center;
	height: 200px;
	overflow: hidden;
}
.GalSpot2 {
	float: left;
	width: 25%;
	text-align: center;
	height: 175px;
	overflow: hidden;
}
.GalSpot  img, .GalSpot2 img {
	border: 1px solid #666666;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Footer {
	width: 706px;
	margin: auto;
	background-image: url(images/mainbottom.jpg);
	padding-top: 18px;
	padding-right: 230px;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 11px;
	color: #999999;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
}
