body{
  margin: 25px auto 50px auto;
  background: #988259 url("../images/bg.jpg");
  color: #695938;
}

body,div,p,span,td{
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12pt;
}
div#site{
 width: 854px;
 background: #F4E3C5 url("../images/contbg.jpg") repeat-y;
 text-align: left;
}
#logo{
 margin: 0px;
}
div.w100{
 width: 100%;
 overflow: hidden;
}
a{ color: #BDA41C; text-decoration: none; }

div.top{
 margin-left: 6px;
 margin-bottom: 2px; 
}
div.menu{
	padding: 12px 0px 8px 15px;
	margin-left: 17px;
	margin-right: 11px; 
}

div.menu a{
	text-transform: uppercase;
	color: #C86F5F;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	margin-left: 10px;
	border-left: 1px solid #C86F5F;
	padding-left: 10px;
}
div.menu a:hover{
	color: #333;
}
div.menu a.First{
	border-left: none !important;
	margin-left: 0px;
}

div.lm{
	margin-left: 17px;
}
div.cont{ width: 550px; }
div.mcont{
	padding-top: 15px;
	margin-left: 43px;
	text-align: left;
}
div.mcont #LCCB{ /* Left columnn content block */
	width: 525px;
	float: left;
	line-height: 135%;
}
div.mcont #RCCB{ /* Right columnn content block */
	width: 220px;
	float: right;
	margin-right: 40px;
}
div.mcont #LCCB h2,
div.mcont #RCCB h2{
	margin-top: 0px;
}
.partners_block{
	font-size: 12px;
}

div.bcont{
 background: url("../images/bottom.jpg") center bottom no-repeat;
}
div.footer{
	margin-left: 16px;
	margin-right: 10px; 
	padding-top: 230px;
	padding-bottom: 25px;
}
.devby{
	margin-right: 10px;
}


/* text, margins */
.ac{
	text-align: center;
}
.clear{
  clear: both;
}
.ml10{ margin-left: 15px; }
.mr15{ margin-right: 15px; }
.mb5{ margin-bottom: 5px; }
.mt5{ margin-top: 5px; }
/* test styles */
.b1{
  border: 1px solid red;
}


/*************** GALLERY **************************************/
/**************************************************************/
h1 {
	font: normal 320%/100% Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 5px 0;
	letter-spacing: -2px;
}
.credits {
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin: 0 0 30px 0;
	font: 120% Garamond, Georgia, serif;
}
.credits em {
	color: #999;
}
.backlink a {
	font-size: 10px;
	text-decoration: none;
	color: #AAA;
}
.backlink a:hover,
.backlink a:visited:hover {
	color: #000;
}
img {
	border: none;
}
#page_nav {
	color: #999;
	clear:both;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;	
}
#page_nav a:link, #page_nav a:visited, #page_nav a:hover, #page_nav a:visited:hover {
	text-decoration: none;
	color: #222;
}
#breadcrumb_nav {
	color: #999;
}
#breadcrumb_nav a:link, #breadcrumb_nav a:visited, #breadcrumb_nav a:hover, #breadcrumb_nav a:visited:hover {
	text-decoration: none;
	color: #222;
}
a {
	color: black;	
}
#container {
	width: 100%;
}
.hidden {
	visibility: hidden;
	position:absolute;
	top:0;
	left:0;
	display:inline;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 130px;
	height: 130px;
}
.gallery li:hover img {
	border-color: #000;
	background: #ddd;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	background: #fff url(images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #ffdb01 url(images/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}
.newversion {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
}
.newversion a img {
	background-color: transparent;
	color: white;
	border: none;
	text-decoration: none;
}