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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#wrapper {
	position: relative;
	width: 980px;
	margin:0 auto;
	background-color: #FFFFFF;
}

#s_wrapper {
	position: relative;
	width: 980px;
	margin:0 auto;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

#header {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 980px;
}

#topnav {
	float: right;
	width: 200px;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topnav ul li {
	text-align: right;

}

#midnav {
	clear: right;
	position: absolute;
	height: 30px;
	width: 680px;
	left: 300px;
	top: 100px;
}

#midnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#midnav ul li {
	float: left;
	height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#content {
	height: 485px;
	width: 980px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #c3b59b;
}

#footer {
	height: 30px;
	width: 960px;
	padding: 10px;
	clear: both;
}

#btmnav {
	padding-left: 200px;

}

#btmnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#btmnav ul li {
	float: left;
	height: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#s_nav {
	float: left;
	height: 120px;
	width: 400px;
	position: relative;
}

#s_content {
	float: left;
	width: 380px;
	min-height: 260px;
	position: relative;
	clear: left;
	padding: 10px;
}

#gallery {
	float: right;
	width: 580px;
	min-height: 400px;
	position: relative;
	margin-top: 30px;
}

.gallerylist {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.gallerylist li {
	float: left;
	height: 100px;
	width: 127px;
	margin: 5px;
}

#s_nav ul {
	margin: 20px;
	padding: 0px;
	list-style-type: none;
	width: 200px;
}

.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: 100;
	color: #290c01;
	text-decoration: none;
}


.menu a:hover {

	color: #c3b59b;

}


.smenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #290c01;
	text-decoration: none;
}

.smenu a:hover {
	color: #996666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	font-weight: 200;
	color: #642500;
	text-indent: 20px;
}
