html,body {
	margin: 0;
	padding: 0
}

body {
	font: 11px arial, sans-serif;
}
table {
	font: 11px arial, sans-serif;
}
p {
	margin: 0 10px 10px
}

a {
	color: #921b10;
}
a:hover{
	text-decoration: none;	
}
h1{
	color: #921b10;
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 11px;
	margin-bottom: 10px;
	font-size: 16px;	
}
h2{
	color: #921b10;
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-bottom: 5px;
	font-size: 14px;
}
div#header {
	width: 100%;
	height: 418px;
	background: url('/img/head.jpg') no-repeat;
	position: relative;
}
a#logo{
	display: block; position: absolute;
	width: 300px; height: 90px;
	text-decoration: none;
	top: 120px; left: 0px;	
}
div#menu {
	position: relative;
	width: 100%; height: 49px;
}
div#menu img{
	border: 0;
}
div#menu a{
	display: block; position: relative;
	float: left;
	top: 13px;
	margin: 0 0 0 23px;
}
div#leftMenu{
	position: relative;
	width: 323px; height: 49px;
	float: left;
	color: #921b10;
	text-align: center;
	background: url('/img/bg_menu_left.jpg') -1px no-repeat;
}
div#bgMenu{
	position: relative;
	width: 658px; height: 49px;
	float: left;
	background: url('/img/bg_menu.jpg') repeat-x;
}
div#rightMenu{
	position: relative;
	width: 23px; height: 49px;
	float: left;
	background: url('/img/bg_menu_right.jpg') no-repeat;
}
div#container {
	text-align: left;
	clear: both;
}

div#footer {
	clear: both;
	color: #FFF;
	height: 96px;
	padding: 0 50px;
	background: url(/img/footer.jpg) no-repeat center;;
}
div#leftTitle{
	position: relative;
	top: 40px;
	float: left;
	width: 50%;
	text-align: left;	
}
div#rightTitle{
	position: relative;
	top: 40px;
	float: right;
	width: 50%;
	text-align: right;
}
div#rightTitle a{
	color: white;	
}
div#container {
	width: 1004px;
	margin: 0 auto
}

div#content {
	float: right;
	width: 645px
}

div#left {
	float: left;
	width: 345px; min-height: 309px;
}
#leftFill {
	position: relative;
	width: 100%;
	background: url('/img/bg_left_fill.jpg') -2px repeat-y;
	overflow: hidden;
	_height: 280px;
	min-height: 280px;
}
#leftCap {
	position: absolute;
	width: 345px; height: 309px;
	left: 0; bottom: 0;
	background: url('/img/bg_left.jpg') -2px repeat-y;
}
div#leftBlock{
	position: relative;
	color: #921b10;
	left: 30px;
	width: 301px;
	padding-bottom: 20px;
}
div#leftAd{
	display: block; position: relative;
	width: 294px; height: 368px;
	background: url('/img/lily.jpg') no-repeat;
	left: 20px;
	margin-top: 60px;
	margin-bottom: 30px;
	color: white;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, Helvetica, sans;
}
div#topAd{
	display: block; position: relative;
	width: 264px; height: 60px;
	top: 2px; left: 8px;
}
div#bottomAd{
	display: block; position: absolute;
	width: 264px; height: 60px;
	bottom: 2px; left: 8px;
	font-size: 12px;
}
.picMenuItem:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.picMenuItem img{
	border: 0;
	margin-bottom: 40px;
}
.odd{
	margin-right: 20px;	
}
.even{
	margin-left: 20px;	
}
.newsItem{
	margin-bottom: 30px;
	width: 90%;
	font-style: italic;	
}
.newsItem a{
	color: #921b10;
	font-size: 12px;
}

.page_shortcuts{
	color: white;
	position:relative;
	display: block;
	margin: auto auto;
	text-align:left;
	height: 40px;
}

.page_shortcuts a{
	color: white;
	text-decoration:none;
	display:block;
	position:relative;
	float:left;
	border:1px solid #71726d;
	background-color:#8db618;
	padding:0px 7px;
	margin:0px 1px;
}

.page_shortcuts span{
	display:block;
	position:relative;
	float:left;
	background-color: #556D0E;
	padding:0px 7px;
	margin:0px 1px;
	border:1px solid #8db618;
}

.page_shortcuts a:hover{
	border: 1px solid #e1e5d4;
}

.banner {
	position: relative;
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
div#counter {
	display: block; position: absolute; width: 88px; height: 31px;
	top: 0px; right: 200px;
}
