@charset "utf-8";
/* CSS Document */
.menu{
margin: 0;
padding: 0;
float: left;
font: 12px arial;
font-weight: bold;
width: 896px;
overflow: hidden;
margin-bottom: 0;
border: 2px solid #000000;
border-width: 2px solid #000000;
background: black url(images/nav.gif) center center repeat-x;
}
h1 { 
font-family: Arial; 
color: #C58F2D; 
font-size: 36px; 
font-weight: bold; 
line-height: 40px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h2 { 
font-family: Arial; 
color: #C58F2D; 
font-size: 16px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h3 { 
font-family: Arial; 
color: #C58F2D; 
font-size: 16px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h4 { 
font-family: Arial; 
color: #C58F2D; 
font-size: 16px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 0px; 
margin-bottom: 0px; } 

.menu li{
display: inline;
}

.menu li a{
float: left;
color: #FFB739;
padding: 8px 25px;
text-decoration: none;
border-right: 2px solid #000000;
}

.menu li a:hover, .menu li .current{
color: #000000;
background: transparent url(images/nav_over.gif) center center repeat-x;}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: url(images/bg1.gif) fixed center repeat-y;
	background-color: #EEEEEE;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a2a2a;
}

a:link {
	color: #C58F2D;
	font-weight: bold;
}
a:visited {
	color: #C58F2D;
}
a:hover {
	color: #2a2a2a;
}
a:active {
	color: #C58F2D;
}

.style2 {font-weight: bold; font-size: 16px;}
.style4 {
	font-size: 10px;
	font-weight: bold;
}
.style6 {font-size: 16px; color: #C58F2D;}
.style8 {color: #00591B}
.style9 {
	font-size: 24px;
	font-weight: bold;
}
.style11 {font-size: 16px}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 0px 0px;
}


.class1 A:link { color: #FFffff; text-decoration: underline;}
.class1 A:visited { color: #FFffff;text-decoration: none}
.class1 A:active { color: #FFffff; text-decoration: none}
.class1 A:hover {color: #ffffff; text-decoration: none}

.class2 A:link { color: #00129B;text-decoration: underline;}
.class2 A:visited { color: #00129B;text-decoration: underline}
.class2 A:active { color: #00129B; text-decoration: none}
.class2 A:hover {color: #00129B; text-decoration: none}

img
{  border-style: none;
}