@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:#1F160A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#F4EBE1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background:#B99D6A;
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	top: 0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#483A26; /* the background color will be displayed for the length of the content in the column, but no further */
	color:#ffffff;
	padding: 15px 10px;
}
#sidebar1 a {
	color:#E7D5C2;
}
#sidebar1 a:hover {
	color:#00FFFF;
	text-decoration:none;
}
#sidebar1 ul, #sidebar1 ul * {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}
#sidebar1 ul {
	position: relative;
	z-index: 10;
}
#sidebar1 ul li {
	float: left;
	display: inline;
}
#sidebar1 ul li a {
	font-weight:bold;
	font-size: 12px;
	color: #E7D5C2;
	width:200px;
	margin:0 0 0 -10px;
	padding:0 0 0 20px;
	text-decoration: none;
	display: block;
	line-height: 34px;
	height:36px;
}
#sidebar1 ul li:hover a, #sidebar1 ul li a:hover {
	color: #003355;
	background:#C0E2EF;
}
#sidebar1 li.now a, #sidebar1 li.now a:hover {
	background:#f4ebe1;
	color: #003355;
	font-weight: bold;
	visibility:visible;
}
#sidebar1 h3 {
	font-style:oblique;
	font-size:16px;
	color:#75FFFF;
}
#mainContent {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent a {
	color:#005566;
	text-decoration:none;
}
#mainContent a img{
	color:#000000;
}
#mainContent a:hover img, #mainContent a img:hover{
	color:#003355;
}
#mainContent a:hover{
	color:#003355;
	text-decoration:underline;
}
#mainContent h3 {
font-size:16px;
	color:#00809B;
}
#mainContent table tr td h3 {
font-size:16px;
	color:#00506B;
}


#footer {
	height:50px;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*navigation */
#navi {
	background:#89EFEF;
	color:#000000;
	width:740px;
	height:36px;
	padding: 0 0 0 0;
	border-top:#3E9DAE 3px solid;
	border-bottom:#3E9DAE 3px solid;
}
#navi ul, #navi ul * {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}
#navi ul {
	position: relative;
	z-index: 11;
}
#navi ul li {
	background:#89EFEF;
	float: left;
	display: inline;
}
#navi ul li a {
	font-weight:bold;
	font-size: 11px;
	text-align:center;
	color: #000000;
	width:96px;
	text-decoration: none;
	padding: 0 4px;
	display: block;
	line-height: 18px;
	height:36px;
}
#navi ul li:hover a, #navi ul li a:hover {
	background: #413427;
	color: #ffffff;
}
#navi ul li li {
	float: none;
	display: block;
}
#navi ul li:hover li a, #navi ul li li a {
	border-left:#3E9DAE 5px solid;
	text-align:left;
	height:28px;
	line-height: 15px;
	background: #514437;
	color: #ffffff;
	width: 160px;
	font-size: 11px;
	padding:10px 10px 5px 5px;
}
#navi ul li.now li a:hover, #navi ul li li a:hover {
	background: #fff;
	color: #cf560d;
}
#navi ul li ul {
	position: absolute;
	left: -5000px;
	z-index: 1001;
	border-top: 0;
}
#navi ul li:hover ul {
	left: auto;
}
#navi ul li:hover ul ul, #navi ul li:hover ul ul ul, #navi ul li:hover ul ul ul ul {
	left: -5000px;
}
#navi ul li:hover ul, #navi ul li li:hover ul, #navi ul li li li:hover ul, #navi ul li li li li:hover ul {
	left: auto;
}
#navi ul li:hover ul li:hover ul {
	margin: -43px 0 0 180px;
}
/*  For specific tabs */

#navi li.now {
	background: #f4ebe1;
	font-weight: bold;
}
#navi li.now a, #navi li.now a:hover {
	background:#f4ebe1;
	color: #473f36;
	font-weight: bold;
}
#navi li.now li a {
	font-weight: bold;
	padding: 0 18px;
}
#navi li.now li {
	padding: 0;
	font-weight: bold;
}
/*Thumbnail Viewer */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
border:10px;
}

.alignleft {float:left; margin:10px 10px 10px 0;}
.alignright {float:right; margin:10px 0 10px 10px;}
.aligncenter {margin:10px auto 10px auto;}
.gallery {
	padding: 10px;
	width:100%;
}
.gallery ul {
	list-style: none;
}
.gallery ul li {
	display: inline;
}
.gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
.gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
.gallery ul a:hover {
	color: #fff;
}