/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	background-color:#b99b82;
	background-repeat: repeat-x;
	background-position: top center;
	font-familY:Verdana, Geneva, sans-serif;
	background-image:url(/images/bg_repeat.jpg);
}

a {
	color:#a76146;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p, label{
	color:#473629;
	padding:5px 0;
}

img {
	border:none;	
}

a:focus { 
	outline:none;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1, h2, h3, h4 {
	color:#a76146;	
}

.flag {
	font-family: 'Dancing Script', cursive;
	color:#793a30;
	font-size:36px;
	font-weight:normal;
}

.subflag {
	font-family: 'Dancing Script', cursive;
	color:#793a30;
	font-size:26px;
	font-weight:normal;
}

.gallery_thumb{
	float:left;
	margin:0 35px 20px 0;
	padding:5px;
	background:#fff;
	border:1px solid #CCC;
}

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* -- Calendar -- */

.dow {
	vertical-align:top;
	background-color:#b99b82;
}

.dow-head {
	display: block;
	background-color: #a7866b;
	color:#ffffff;
}

.calendar {
	background-color:#fef2e8;
	font-size:12px;
}

.calendar a {
	color:#4d352d;
}

#days_of_week td {
	text-align:center;
	background-color:#4d352d;
	color:#fff;
}

.month-links {
	text-align:center;
}

.current-month {
	font-size:18px;
	font-weight:bold;
	color:#b97152;
	text-shadow:1px 1px #56230d;
}

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:86px;
}

#banner {
	position:relative;
	width:910px;
	height:422px;
	padding:0 25px;
	background:url(images/bg_banner2.png) no-repeat top center;
}

#music_player {
	position:relative;
	top:25px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:30px;
	right:-50px;
	width:657px;
	height:40px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
}

#content_main_sub {
	position:relative;
	top:0;
	left:0;
	width:910px;
	padding:25px;
	min-height:236px;
	background:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#content_left {
	float:left;
	width:435px;
	padding:15px;
	min-height:246px;
	background:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#content_right {
	float:right;
	width:435px;
	padding:15px;
	min-height:246px;
	background:#fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */	
}

.contact_text {
	width:200px;	
}

.contact_comments {
	width:200px;
	height:150px;
	resize:none;
}

/* ---- end main content settings ---------------- */
#foot_wrap {
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	background-color:#4d352d;
	margin:30px 0 0 0;
	min-height:180px;
}


#footer {
	position:relative;
	top:0;
	left:0;
	margin:0 auto;
	width:880px;
	padding:30px 40px;
	height:40px;
	clear:both;
}

#footer p {
	font-size:12px;
	color:#fff;
	float:left;
}

#zeekee {
	float:right;	
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:40px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(/images/nav/nav.png);
}

a#nav_01 {
	width:70px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -40px;
}

.active_01 {
	background-position: 0 -40px !important;
}

a#nav_02 {
	width:137px;
	background-position:-70px 0;
}

a:hover#nav_02{
	background-position:-70px -40px;
}

.active_02 {
	background-position:-70px -40px !important;
}

a#nav_03 {
	width:79;
	background-position:-207px 0;
}

a:hover#nav_03{
	background-position:-207px -40px;
}

.active_03 {
	background-position:-207px -40px !important;
}

a#nav_04 {
	width:87px;
	background-position:-286px 0;
}

a:hover#nav_04{
	background-position:-286px -40px;
}

.active_04 {
	background-position:-286px -40px !important;
}

a#nav_05 {
	width:84px;
	background-position:-373px 0;
}

a:hover#nav_05{
	background-position:-373px -40px;
}

.active_05 {
	background-position:-373px -40px !important;
}

a#nav_06 {
	width:112px;
	background-position:-457px 0;
}

a:hover#nav_06{
	background-position:-457px -40px;
}

.active_06 {
	background-position:-457px -40px !important;
}

a#nav_07 {
	width:88px;
	background-position:-569px 0;
}

a:hover#nav_07{
	background-position:-569px -40px;
}

.active_07 {
	background-position:-569px -40px !important;
}
