@charset "utf-8";
/* CSS Document */
body {
	font-size: 100.1%;
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #08171D;
}
form, h1, h2, h3, p {
	margin: 0;
}
h1{
	color: #000;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
	
}
h2{
	font-size: 1.5em;
	color: #22435E;
	font-style: italic;
	margin-bottom: 4px;
	margin-top: 20px;
	letter-spacing: 0.15em;
	padding-top: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B89F76;
	padding-bottom: 11px;
}
h3{
	color: #043142;
	margin-bottom: 5px;
	font-size: 1.1em;
	text-align: center;
}
h4{
	font-size: 1.2em;
	font-style: italic;
	color: #602C14;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C6683;
	margin-top: 15px;
	margin-bottom: 3px;
}
p{
	padding-top: 4px;
	padding-bottom: 8px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

#mainbody {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	background-color: #000000;
	background-position: left;
	background-image: url(bg-sidebar.png);
	background-repeat: repeat-y;
}
#pageheader {
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 133px;
}
#nav {
	background-image: url(bg-navbar.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
}
#nav ul{
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav ul li:first-child{
	font-weight: bold;
}
#nav ul li{
	font-size: 1em;
	display: block;
	float: right;
	padding-right: 18px;
	padding-left: 18px;
	margin-left: 0px;
	margin-right: 0px;
	height: 31px;
	line-height: 2em;
	margin-top: 7px;
}
#nav ul li:hover{
	background-image: url(bg-nav-hover.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#nav ul li a,visited{
	color: #FFFFFF;
	text-decoration: none;
}
#nav ul li a:hover{
}
a.button,a.button:visited{
	color: #FFF;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	background-color: #243040;
	display: block;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	float: left;
	width: 530px;
	text-align: center;
	background-image: url(bg-button.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 2px solid #1F2022;
	margin-bottom: 15px;
}
a.button:hover{
	border-bottom-color: #153D4C;
	background-position: top;
}
.clearfloat{
	height: 0px;
	line-height: 0px;
	clear:both;
}
#fullpage{
	padding: 20px;
	background-color: #CFBEA3;
	margin: 14px;
	font-size: 0.87em;
	min-height: 400px;
}
.goback{
	float: right;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	width: 150px;
	text-align: right;
	padding-bottom: 5px;
	margin-top: -15px;
	margin-right: -15px;
}
a.gobacklink,a.gobacklink:visited{
	color: #412914;
	text-decoration: none;
}
a.gobacklink:hover{
	text-decoration: underline;
}
#fullpage img{
	padding: 2px;
	border: 1px solid #1A495B;
	background-color: #E7DFD1;
}
.picleft{
	float: left;
	margin-right: 8px;
}
.picright{
	float: left;
	height: 140px;
	width: 180px;
	margin: 1px;
}
#minigallery{
	width: 535px;
	float: right;
	margin-left: 8px;
	margin-top: 20px;
}
#minigallery img{
	margin: 15px;
	float: right;
}
#minigallery h3{
	margin-bottom: 4px;
}
a.shop,a.shop:visited{
	color: #043142;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #930;
}
a.shop:hover{
	color: #28598E;
	border-bottom-color: #900;
}
hr{
	color: #126380;
	margin-top: 25px;
	margin-bottom: 25px;
}
#section2{
	margin-top: 15px;
	background-color: #C2B198;
	border: 1px solid #605E63;
	margin-bottom: 15px;
	width: 950px;
}
#section2 h2,p{

}
#section2 img {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
a.footnav,a.footnav:visited{
	margin-right: 11px;
	margin-left: 11px;
	color: #193239;
	text-decoration: none;
	font-size: 1.05em;
}
a.footnav:hover{
	color: #000;
	text-decoration: underline;
}
a.somelink,a.somelink:visited{
	color: #824826;
	text-decoration: none;
}
a.somelink:hover{
	text-decoration: underline;
}
#footer{
	border-bottom: solid 1px #996;
	border-top: solid 1px #996; 
	margin-bottom: 20px; 
	margin-top: 10px; 
	text-align:center;
}

