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

body {
	margin: 0px;
	background-image: url(pagebackground.jpg);
	background-repeat: repeat-x;
	background-color: #F2EAD4;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #6B898C;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

#main {
	margin-left:auto;
	margin-right:auto;
	display: block;
	width: 874px;
	height: auto;
	background-color: #F2EAD4;
}

#left {
	display: block;
	width: 255px;
	height: auto;
	float:left;
	background-color: #F2EAD4;
}

#right {
	display: block;
	width: 619px;
	height: auto;
	float:right;
	background-color: #F2EAD4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #675F53;
}

#logo {
	display:block;
	width: 255px;
	height: 155px;
	background-image: url(logo.jpg);
}

#spacer {
	height: 3px;
	width: 100%;
	display: block;
}

#tallspacer {
	height: 13px;
	width: 100%;
	display: block;
}


#whatsnew {
	display: block;
	width: 255px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #675F53;
}

#news {
	background-color: #ECE3C8;
	width: 232px;
	height: auto;
	display: block;
	margin-left: 7px;
	padding: 5px;
}

#news2 {
	background-color: #ECE3C8;
	width: 100%;
	height: auto;
	display: block;
	padding: 5px;
}


#topspace {
	display: block;
	width: 619px;
	height: 73px;
}

#menu {
	display: block;
	width: 619px;
	height: 40px;
}

#banner {
	width: 619px;
	height: 194px;
	display: block;
}

#header {
	width: 619px;
	height: auto;
}

#maintext {
	width: 602px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	display: block;
	padding-left: 17px;
	line-height: 22px;
	color: #675F53;
}

#bottom {
	width:100%;
	height: 150px;
	display:block;
	background-color: #625745;
	clear: both;
}

#left2 {
	display: block;
	width: 255px;
	height: auto;
	float:left;
}

#right2 {
	display: block;
	width: 619px;
	height: auto;
	float:right;
}

#bottomright {
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}

#gallerytable img {
	background-color: #FFF;
	padding: 2px;
	border: #999 solid 1px;
}

#gallerytable img:hover {
	background-color: #666;
}

#feedback {
	background-color: #900;
	display: block;
	padding: 5px;
	color:#FFF;
	font-weight: bold;
}