@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
}
body{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
a{
	color:#5c0000;
}
h1{
	text-align:center;
	text-decoration:underline;
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
}
h2 {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	padding-left:50px;
	padding-right:50px;
}
p{
	text-align:center;
}
form{
	text-align:center;
}
input{
	border:1px solid #000;
}
select{
	border:1px solid #000;
}
textarea{
	border:1px solid #000;
}
#nav {
	width: 960px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
#nav li {
	display: block;
	height: 50px;
	float: left;
}
#nav a {
	display: block;
	width :130px;
	height: 50px;
	background-image: url(images/main_button.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#nav a:hover {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/main_button.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#nav a:active {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/main_button.gif);
	background-repeat: no-repeat;
	background-position: center;	
}
.nav_current {
	display: block;
	width: 130px;
	height: 50px;
	background-image: url(images/main_button.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	cursor: default;
}
.nav_sides {
	width: 100px;
	display: block;
}
.nav_spacer {
	width: 80px;
	display: block;
}
#container{
	width: 960px;
	height: 485px;
	margin-left: auto;
	margin-right: auto;
}
#galleries {
	float: left;
	width: 175px;
	height: 485px;
	background-image: url(images/photo_galleries.gif);
	background-repeat: no-repeat;
}
#galleries li {
	display: block;
	width: 175px;
	float: left;
}
#galleries a {
	display: block;
	width : 175px;
	height: 34px;
	background-image: url(images/galleries_buttons.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#galleries a:hover {
	display: block;
	width: 175px;
	height: 34px;
	background-image: url(images/galleries_buttons.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#galleries a:active {
	display: block;
	width: 175px;
	height: 34px;
	background-image: url(images/galleries_buttons.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.gal_current {
	display: block;
	width: 175px;
	height: 34px;
	background-image: url(images/galleries_buttons.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	cursor: default;
}
.gal_top {
	width:175px;
	height:56px;
}
.gal_spacer {
	width:175px;
	height:13px;
}
#photos {
	float: left;
	width: 785px;
	height: 485px;
}
#photos li {
	text-align:center;
}
.home {
	padding-left:77px;
	padding-top:42px;
}
#footer {
	position: relative;
	margin-top: 15px;
	width: 960px;
	height: 35px;
}