* {
	margin: 0px;
	padding: 0px;
}

div.important { text-align: center;
font-size: 10px;
color:#000000;
font-style:italic;
font-family: verdana, arial, sans-serif;
}

body {
	padding: 30px 0px 0px;
	color: #333333;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	text-align: center;
}

a {
	color: #695d47;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #ab9c7e;
	background-color: inherit;
}

span {
	display: none;
}


img {
	border: 0px;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 0px 0px 15px;
	text-align: justify;
	line-height: 15px;
}

hr {
	border: 0;
	width: 100%;
	color: #003300;
	height: 4px;  
	background-color: #003300;
}

h2 {
	color: #003300;
	text-align: right;
	font-size: large;
	font-family: tahoma, arial, sans-serif;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#body_wrapper {
	padding: 0px 0px 0px; /* 5 0 10*/
	width: 100%;
	background-color: #fff;
	color: inherit;
}

#container {
	margin: 0px auto; /* 0 auto */
	width: 758px;
	text-align: right;
}

#container .content_header {
	margin: 0px 0px 0px auto; /* 0 0 0 auto */
	width: 730px;
	height: 0px; /* 40 */
}

#container .content {
	margin: 3px 50px 0px 28px; /* 3 50 0 28 */
	width: 730px;
	text-align: left;
}


/* Page Header */

#page_header {
	color: #6a604e;
	float: left;
}

#page_header h1 {
	overflow: hidden;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	vertical-align: 50%;
	color: #000000;
	/*text-shadow: 0 0 0.2em #8F7 */
}

#page_header h3 {
	width: 280px;
	height: 150px;
	overflow: hidden;
	background: url('images/glass.gif') no-repeat 50% 50%;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 15px;
	vertical-align: 50%;
	color: #000000;
	
/*	text-shadow: 0 0 0.2em #8F7 */
}


/* Navigational Menu */

#nav_menu {
	margin-left: 9px;
	padding-left: 19px;
	float: right;
	color: #ffffff;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
}

#nav_menu a {
	color: #333333;
	background: inherit;
}

#mav_menu a:hover {
	color: #857860;
	background: #000000;
}

#nav_menu ul {
	width: 450px;
	height: 125px;
	overflow: hidden;
}

#nav_menu li {
	float: left;
	border-width: 0px 1px 1px 0px;
	border-color: #ffffff;
	border-style: solid;
	font-size: 20px;
}

#nav_menu li#menu3, #nav_menu li#menu6 {
	border-right: none;
}

#nav_menu li a {
	display: block;
	width: 149px;
	height: 62px;
	text-decoration: none;
	color: #ffffff;
	background-color: #000000; 
}

#nav_menu li a:hover {
	color: #000000;
        text-decoration: none;
	background-color: #ffffff; 
}

#nav_menu li a span {
	padding-top: 17px;
	display: block;
}


#gallery {
	padding: 40px 0px 25px 59px;
}

#gallery ul {
	width: 700px;
}

#gallery li {
	margin-right: 30px;
	margin-bottom: 25px;
	padding: 2px 2px 1px;
	background-color: #003300;
	color: inherit;
	float: left;
}


/* Page Footer */

#page_footer {
	padding: 9px 10px 6px;
	font-weight: lighter;
	float: none;
	text-align: right;
	clear: both;
}

#page_footer a:hover {
	background-color: inherit;
	color: #4f4635;
}



/* Thumbnail with Single-Border */

.thumbnail_border_1 {
	margin: 5px 12px 5px 0px;
	/*background: url('images/thumbnail_border_2a.gif') #c5b9a2 no-repeat 0% 0%;*/
	color: inherit;
	clear: left;
	float: left;
}

