@charset "UTF-8";
@import url("reset-min.css");

body
	{
	font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #535e5e;
	background: #838688 url(images/bg_patterns.gif);
	}
	a{text-decoration: none;color: #dde1e1;}
	a:hover{color: #f0f5f5;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}


/* header and menu strip */

#header a
	{
	width: 902px;
	height: 76px;
	margin: 10px auto 0px auto;
	display: block;
	background: url(images/container_top.png) no-repeat;
	}
#header a span {visibility: hidden;}


/* main page container */

#page {
	width: 902px;
	margin: 0 auto 0 auto;
	background: #171A0F url(images/bg_container.png);
	}


/* footer and copyright */

#footer a
	{
	width: 902px;
	height: 45px;
	margin: 0px auto;
	padding-bottom: 20px;
	display: block;
	background: url(images/footer.png) no-repeat;
	}
#footer a span {visibility: hidden;}


/* navigation bar */

#navigation_wrapper
	{
	height: 37px;
	width: 861px;
	margin: 0px auto 20px auto;
	background: #363B28 url(images/nav_bg.gif) 0 0 repeat-x;
	}
#navigation
	{
	float: left;
	margin: 0px 0px 0px 0px;
	padding-left: 7px;
	height: 37px;
	background: url(images/navigation_left.gif) left top no-repeat;
	}
#navigation li
	{
	float: left;
	}
#navigation li a
	{
	padding: 7px 10px 0 10px;
	height: 30px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 1.45em;
	font-weight: bold;
	letter-spacing:-0.03em;
	color: #dde1e1;
	}
#navigation li a:hover
	{
	color: #f0f5f5;
	background: #dde1e1 url(images/nav_hover_bg.gif) 0 0 repeat-x;
	}
#navigation_end
	{
	float: right;
	height: 37px;
	margin: 0px 0px 0px 0px;
	padding: 7px 282px 0 0;
	background: url(images/navigation_right.gif) right top no-repeat;
	}


/* body box */

#bodyboxtop
	{
	width: 862px;
	height: 74px;
	margin: -2px auto 0px auto;
	font-size:0.1em;
	background:url(images/body_top.gif) left bottom no-repeat;
	}
#bodybox
	{
	width: 862px;
	margin: 0px auto 0px auto;
	background: #171A0F url(images/body_fill.gif);
	}
#bodyboxbot
	{
	width: 862px;
	height: 10px;
	margin: 0px auto 0px auto;
	background: #171A0F url(images/body_bot.gif) left bottom no-repeat;
	}


/* main image */

#main_image
	{
	width:660px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 8px;
	padding-top: 0px;
	}

/* image gallery content */

#gallery_strip
	{
	width: 820px;
	height:auto;
	float:left;
	padding:10px;
	}
.title
	{
	font-size:15pt;
	color:#adbfc0;
	clear:both;
	padding-left:10px;
	}
.content_text
	{
	font-size:13px;
	color:#adbfc0;
	height:auto;
	text-align:justify;
	padding-left:25px;
	padding-top:5px;
	}
img.pic
	{
	padding:0px;
	margin-right:5px;
	margin-bottom:5px;
	border:2px #313636 solid;
	float:left;
	}
img.gallery
	{
	padding:0px;
	margin:5px;
	border:2px #313636 solid;
	float:left;
	}
