﻿/* CSS layout */
body {
	background-color: #FAF1DF;
	text-align: center;
	font-family: Trebuchet ms;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #800000;
}
.gallery-table {
	text-align: center;
}
#container {
	position: relative;
	width: 990px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-image: URL('../images/bg.jpg');
	background-repeat: repeat-x;
}
#pagecap {
	background-position: top;
	width: 990px;
	background-image: URL('../images/page-cap.jpg');
	background-repeat: no-repeat;
}
#pagebottom {
	background-position: bottom;
	width: 990px;
	background-image: URL('../images/page-bottom.jpg');
	background-repeat: no-repeat;
	padding-bottom: 150px;
}
#nav {
	width: 220px;
	height: 200px;
	background-image: URL('../images/nav-bg.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 225px;
	left: 20px;
	padding: 5px 10px 10px 30px;
}
#nav2 {
	width: 220px;
	height: 30px;
	position: absolute;
	top: 400px;
	left: 20px;
	padding: 10px;
}
#nav3 {
	width: 220px;
	height: 151px;
	background-image: URL('../images/nav-bg2.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 430px;
	left: 20px;
	padding: 10px;
	text-align:center;
}
#slideshow {
	width: 672px;
	height: 175px;
	background-image: URL('../images/nav-bg.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 168px;
	left: 258px;
}
#header {
	width: 990px;
	height: 335px;
	position: relative;

}
#innercontent {
	width: 940px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	color: #000000;
	font-family: Trebuchet ms;
	font-size: 14px;

}
#content {
	width: 990px;
	text-align: left;
}
#footer {
	color: #333333;
	font-size: 10px;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	width: 990px;
}
#footer a:link {
	color: #990000;
}
#footer a:visited {
	color: #800000;
}
.optionbutton {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #FF3F00;
}
.optionbutton2 {
	font-family: arial;
	font-size: xx-small;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #00DD00;
}
#search {
	width: 150px;
	height: 20px;
	background-image: URL('../images/search-bg.png');
	background-repeat: no-repeat;
	vertical-align: top;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #733984;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
li {
	font-size: 12px;
	font-weight: bold;
	color: #C47500;
}
