@charset "UTF-8";

#page-wrap                              { width: 750px; height: 250px; padding: 0px; background: white; margin: 0 auto 0px; position: relative; }

/* CSS Document */

body {
	background:url(images/main_01.jpg) no-repeat top center #91220f;
	margin:0px;
	font-family:ARIAL;
	font-size:12px;
	
	
}

#header {
	width:730px;
	height:120px;
	margin:auto;
	background:url(images/headerbanner.jpg) no-repeat center;
	padding: 20px 20px 0 0;
}

#wrapper {
	width:750px;
	background:#f9f1cc;
	margin:auto;
	overflow:hidden;
}


#menuleft {
	float:left;
	background:url(images/main_09.jpg) no-repeat;
	width:26px;
	height:41px;
}

.red {
	color:#FF0000;
	font-weight:bold;
}

#menumain {
	float:left;
	width:688px;
	padding:11px 0 0 10px;
	background:url(images/main_10.jpg);
	height:30px;
	text-align:center;
}

#menu {
	width:750px;
	height:41px;
	margin:auto;
	background: #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}

#menumain li {
	display:inline;
	margin-right:20px;
}

#menumain a {
	font-size:14px;
	font-weight:bold;
	color:#704B26;
	text-decoration:none;
	
	}
	
#menumain a:hover {
	font-size:14px;
	font-weight:bold;
	color:#704B26;
	text-decoration:underline;
	
}

#menuright {

	float:right;
	background:url(images/main_12.jpg) no-repeat;
	width:26px;
	height:41px;
}

#main {
	float:right;
	width:505px;
	text-align:justify;
	padding:10px 10px 10px 10px;
}

	#main a {
		color:#996600;
		font-weight:bold;
		
		}
	#main a:hover {
		color:#CC9900;
		font-weight:bold;
		
		}

#gallerytop {
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background:#E9E9E9;
	height:365px;
	padding:10px 10px 10px 10px;
}
#gallerythumb {
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background:#F7F7F7;
	text-align:right;
	padding:10px 10px 10px 10px;
}

	#gallerythumb li {
		display:inline;
		padding: 0 0 0 8px;
	}
	
	#gallerythumb img {
		border:#cccccc solid 3px;
	}
	
	#gallerythumb img:hover {
		border:#999999 solid 3px;
	}

	#main h2 {
	
		color:#561914;
		font-size:22px;
		font-weight:bold;
		}


	#main h3 {
	
		color:#561914;
		font-size:16px;
		font-weight:bold;
		}



#subclass {
	
	overflow:hidden;
	margin:0px;
	padding:5px 10px 10px 10px;
}

#offers {
	float:left;
	width:240px;
	height:125px
}

#offers h3 {
	color:#006600;
	font-size:14px;
	font-weight:bold;
	}
	
#sidebar {
	width:200px;
	float:left;
	padding:10px 10px 10px 10px;
	background:url(images/sidebarbg.jpg) no-repeat #f9f1cc;
	}
	
	#sidebar li a{
	color:#333333;
	
		}
	#sidebar li a:hover{
	color:#666666;
	
	}

	#sidebar a {
	color:#996600;
	text-decoration:none;
	font-weight: bold;
	}
	
	#sidebar a:hover {
	color:#CC9900;
	text-decoration:underline;
	font-weight: bold;
	}	
	
	
#sidebar h2 {
	font-size:18px;
	font-weight:bold;
	color:#561914;
	
}

#footer {
	clear:both;
	background:#000000;
	height:50px;

	margin:auto;
	font-size:11px;
	padding:10px 0 0 0;
	text-align:center;
	color:#FFFFFF;
	
}

	#footer li {
	display:inline;
	margin-right:10px;
	
}

	#footer a {
	color:#996600;
	text-decoration:none;
	
	}
	
	#footer a:hover {
	color:#CC9900;
	text-decoration:underline;
	
	}
	
.buttones {
	color:#FFFFFF; /* controls calendar button font color */ 
	text-transform:uppercase;
	font-size:11px;
	background:#561914;/* controls calendar button background color */
	padding:5px 5px 5px 5px;
	text-decoration:none;
}
.buttones:hover {
	color:#FFFFFF;/* controls calendar button hover font color */
	text-transform:uppercase;
	font-size:11px;
	background:#cc0000;/* controls calendar button hover background color */
	padding:5px 5px 5px 5px;
	text-decoration:none;
}	
