/* CSS Document */

body
{
	margin: 0px;
	background: url(/public/images/bg-body.jpg) repeat-x top left #492f15;
	color: #d5c8b3;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
div#container
{
	width: 100%;
	margin: 0px auto;
}
div#top
{
	width: 930px;
	height: 115px;
	margin: 0px auto 0px;
}

/* -- top
---------------------------------------------- */

div#top div#lang
{
	background: url(/public/images/bg-lang.gif) no-repeat top left;
	width: 68px;
	height: 20px;
	position: absolute;
	float: left;
	z-index:5;
}
div#top div#lang a img
{
	border: none;
	margin: 5px 0px 0px 5px;
}


div#top div#logo
{
	width: 265px;
	height: 80px;
	padding-top: 35px;
	float: left;
	position: absolute;
	z-index: 1;
}
div#top div#logo a img
{
	border: none;
}

div#top div#menu
{
	width: 640px;
	float: right;
}

div#top div#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	height: 115px;
}
div#top div#menu ul li
{
	display: block;
	float: left;
}
div#top div#menu ul li a
{
	display: block;
	height: 115px;
	cursor: pointer;
	background: #000000;
}

/* -- main
---------------------------------------------- */

div#main
{
	width: 100%;
	height: 325px;
	background: #472C13;
	margin: 0px auto 0px;
}
div#mainBox
{
	width: 940px;
	height: 325px;
	margin: 0px auto;
}
div#mainBox p
{
	margin: 0px;
	padding: 4px 0px;
	line-height: 16px;
	text-align: justify;
}
div#mainBox p span.green, div#mainBox strong
{
	font-weight: bold;
	color: #75bb24;
}
div#mainBox a, div#smallMain a
{
	color: #7fcc25;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
}
div#mainBox a:hover, div#smallMain a:hover, div#mainBox a.active
{
	border-bottom: 1px solid #7fcc25;
}
div.clear
{
	clear: both;
}
div.hr
{
  height: 32px;
  background: url(/public/images/hr.gif) no-repeat 122px 10px;
}
div.hrNews
{
  height: 32px;
  background: url(/public/images/hr.gif) no-repeat 105px 10px;
}
div.hr hr, div.hrNews hr
{
  display: none;
  margin: 0px;
  padding: 0px;
}

/* -- left box -------------------------------- */

div#mainBox div#left
{
	width: 475px;
	height: 325px;
	float: left;
}

div#left div#ivy
{
	position: absolute;
	background: url(/public/images/ivy01.gif) no-repeat left top;
	width: 52px;
	height: 245px;
	margin: -10px 0px 0px -5px;
}

div#left div#leftBox
{
	width: 420px;
	height: 325px;
	padding-left: 55px;
	padding-top: 5px;
}
div#leftBox h2
{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #fff;
	margin: 0px 0px 8px 0px;
	padding: 6px 0px 10px 12px;
	background: url(/public/images/head-line.gif) no-repeat left bottom;
}

div#leftBox div.event div.date
{
	background: url(/public/images/bg-date.gif) no-repeat left top;
	float: left;
	width: 29px;
	height: 30px;
	padding-top: 3px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #998364;
	line-height: 10px;
	text-align: center;
}
div#leftBox div.event div.date span
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
}
div#leftBox div.event div.eventText
{
	float: right;
	width: 380px;
}
div.eventText p
{
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	text-align: justify;
}
div.eventText h3
{
	margin: 0px;
	padding: 0px 0px 8px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div.eventText h3 a
{
	color: #7fcc25;
	text-decoration: none;
	padding-bottom: 1px;
}
div.eventText h3 a:hover
{
	border-bottom: 1px solid #7fcc25;
}
div.eventText h3 span
{
	color: #6c5033;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	float: right;
	padding-top: 3px;
	padding-right: 10px;
	background: url(/public/images/dot.gif) no-repeat right 6px;
}
div.eventText h3 span a
{
	text-decoration: underline;
}


/* -- right box ------------------------------- */

div#mainBox div#right
{
	width: 455px;
	height: 325px;
	float: right
}
div#mainBox div#right div#bgPhoto
{
	width: 455px;
	height: 325px;
	background: url(/public/images/image.jpg) no-repeat left center;
}
div#mainBox div#rightBox
{
	width: 432px;
	height: 325px;
	padding-left: 16px;
	padding-top: 5px;
}
div#rightBox h2
{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #fff;
	margin: 0px 0px 8px 0px;
	padding: 6px 13px 10px 0px;
	background: url(/public/images/head-line.gif) repeat-x -75px 12px;
	text-align: right;
}
div#right div#ivySmall
{
	position: absolute;
	width: 25px;
	height: 92px;
	background: url(/public/images/ivy02.gif) no-repeat right top;
	margin: -7px 0px 0px 455px;
}

/* -- small main
---------------------------------------------- */

div#smallMain
{
	width: 880px;
	padding-left: 48px;
	margin: 14px auto 0px;
}
div#leftSmall div#ivyMedium, div#rightSmall div#ivyMedium
{
	position: absolute;
	background: url(/public/images/ivy03.gif) no-repeat right top;
	width: 41px;
	height: 141px;
	margin: -5px 0px 0px 399px;
}
* html * div#leftSmall div#ivyMedium, div#rightSmall div#ivyMedium
{
	margin-left: 385px;
}

div#smallMain div#leftSmall
{
	width: 433px;
	height: 140px;
	background: #472c13;
	border-bottom: 3px solid #3a220c;
	float: left;
}
div#smallMain div#rightSmall
{
	width: 433px;
	height: 140px;
	background: #472c13;
	border-bottom: 3px solid #3a220c;
	float: right;
}

div#leftSmall h2, div#rightSmall h2
{
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #fff;
	margin: 0px 14px 8px 14px;
	padding: 7px 0px 10px 12px;
	background: url(/public/images/head-line.gif) no-repeat left bottom;
}
div#leftSmall h2 span, div#rightSmall h2 span
{
	color: #6c5033;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	float: right;
	padding-top: 3px;
	padding-right: 10px;
	background: url(/public/images/dot.gif) no-repeat right 6px;
}
div#leftSmall h2 span a, div#rightSmall h2 span a
{
	color: #6c5033;
	text-decoration: none;
}
div#leftSmall h2 span a:hover, div#rightSmall h2 span a:hover
{
	color: #75bb24;
}
div#leftSmall p
{
	text-align: justify;
	padding: 0px 14px;
	width: 385px;
	margin: 0px;
	line-height: 18px;
}
div#leftSmall p, div#rightSmall p
{
	text-align: justify;
	padding: 0px 14px;
	margin: 0px;
	line-height: 18px;
}
div#leftSmall p span, div#rightSmall p span
{
	font-weight: bold;
	color: #75bb24;
}
div#leftSmall a.zz img, div#rightSmall a.zz img
{
	padding: 5px;
	background-color: #61462a;
	border: none;
	margin-bottom: 0px;
	margin-left: 10px;
}
div#leftSmall a.zz img:hover, div#rightSmall a.zz img:hover
{
	background: #75bb24;
}

ul#photos
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
ul#photos li
{
	display: inline;
	margin: 0px 2px;
}
ul#photos li a
{
	border-bottom: none;
}
ul#photos li a:hover
{
	border-bottom: none;
}

ul#photos li a img
{
	padding: 5px;
	background-color: #61462a;
	border: none;
	margin-bottom: 6px;
}
ul#photos li a img:hover
{
	background: #75bb24;
}