/*
Copyright 2009 ClearCut Web Solutions Ltd, All Rights Reserved.
*/
html, body {
	font-size:12px;
	font-family:Arial;
	height:100%;
	margin:0;
	padding:0;
}

body {
	 background:#808080;
}

h1,h2,h3 {
	font-size:14px;
}

div {
	overflow:hidden;
	zoom:1;
}

#main {
	background:url('/design/images/bg.gif') center repeat-y;
	min-height:100%;
	_height:100%;
	margin:0 auto;
	width:968px;
	overflow:visible;
}

#container {
	margin:0 auto;
	width:800px;
}

#topmenu {
	background:#543b18 url('/design/images/topmenubg.jpg') right no-repeat;
	color:white;
	height:28px;
	padding:0 20px;
}

#topmenu a {
	color:white;
	line-height:28px;
	margin:0 5px;
	text-decoration:none;
}

#leftpanel {
	float:left;
	text-align:center;
	margin-top:10px;
	width:173px;
}

#leftpanel ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:159px;
}

#leftpanel ul li {
	border-bottom:1px solid #543b18;
	margin:0;
	padding:0;
	text-align:left;
}

#leftpanel ul li a {
	color:#543b18;
	line-height:28px;
	text-decoration:none;
}


#leftpanel ul li.child {
	font-style:italic;
	text-align:right;
}

#leftinfo {
	color:#5f6c16;
	line-height:20px;
	padding:9px;
	text-align:left;
}

#leftinfo h1 {
	color:#543b18;
}

#rightpanel {
	background:url('/design/images/contentbg.gif') repeat-y;
	float:right;
	margin:10px 10px 0 0;
	width:615px;
}

#content {
	color:#5f6c16;
	padding:0 10px;
}

#content a{
	color:#543b18;
	text-decoration:none;
}
#footer {
	clear:both;
	color:#5f6c16;
	padding:10px;;
	text-align:center;
}

#footer a {
	color:#5f6c16;
	text-decoration:none;	
}

/* ----- News */
.newsrow {
	margin-bottom:20px;
}

.newsrow h1 {
	margin:0 0 10px 0;
}

.newsrow p {
	margin:0;
	padding:0;
}

.newsrow p.date {
	margin:0 0 10px 0;
}

.newsrow .more {
	clear:both;
	font-weight:bold;
	text-align:right;
}

.newsrow .more a {
	color:#5f6c16;
	text-decoration:none;
}
.gal img{
	padding: 1px;
	margin: 10px;
	border: 1px solid #808080;
	float: left;
}
.rightimage

{
  margin-left:20px;
  border: 1px solid #628162;
   padding: 3px;
   float: right;
}
