/* Universal
===========================================*/
body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.74em;
	color:#6C534A;
	background-color:#FFFFFF;
}
#wrap {
  position:relative;
  margin:0 auto;
	border: 1px solid #ccc;
  max-width: 750px;
	width:expression(
    document.body.clientWidth > (1000/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "750px":
        "auto" ); /*for IE*/
	text-align: center;
}
input {
	background-color:#FFFFFF;
	padding:3px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	border:1px solid #728c40;
	background-color:#94ae62;
}
input[type=submit] {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border:1px solid #728c40;

}
a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}
ol,ul {
}
li {
	list-style-image:url(./img/backgrounds/li.gif);
	line-height:20px;
	text-align:left;
}

#infobox {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


/* Title
===========================================*/
#title {
	background: url('./img/banner/rotate.php') no-repeat;
	height: 150px;
	background-position: top center;
	border-bottom: 3px #728c40;
}
#title img {
	position:absolute;
	left:20px;
	top:40px;
	color:#fff;
	border: 2px dotted #ffffff;
}
#title .left {
	position:absolute;
	left:20px;
	top:40px;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:32px;
	font-weight: bold;
	font-stretch: wider;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	border: 2px dotted #ffffff;
}
#title .right {
	position:absolute;
	right:20px;
	top:40px;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: right;
	color: #ffffff;
}

/* Menu
===========================================*/
#menu {
	padding:10px 0px 10px 0px;
	color:#728c40;
	background-color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-bottom:1px solid #728c40;
	width: 80%;
}
#menu a {
	color:#728c40;
	text-decoration:none;
	padding: 10px 15px 10px 15px;
}
#menu a:hover {
	padding: 10px 15px 10px 15px;
	color:#ffffff;
	background-color:#728c40;
}
#menu a:active {
	text-decoration: line-through;
}
#dropmenudiv{
	position:absolute;
	border:1px solid #728c40;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
  z-index:100;
}
#dropmenudiv a{
	width: 100%;
	color:#728c40;
	display: block;
	text-align: center;
	padding:10px 0px 10px 0px;
}
#dropmenudiv a:hover{ /*hover background color*/
	color:#ffffff;
	background-color:#728c40;
}

/* Header
===========================================*/

#header {
	margin:0 auto 0 auto;
	margin-bottom:40px;
	width: 85%;
}
#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	text-align: left;
	font-weight:normal;
	padding: 20px 0px 10px 10px;
	border-bottom:1px solid #eeeeee;
	color:#736451;
}
#header h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-align:right;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#6C534A;
	border-bottom:1px solid #eeeeee;
}

#content {
	width:720px;
	margin:0 auto 0 auto;
	text-align:left;
}

.introduction {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	line-height:25px;
	font-size:20px;
	font-weight: bold;
	color:#6C534A;
	text-indent:25px;
	text-align: left;
	padding:0px 200px 0px 0px;
}
.logo {
	float:right;
	margin-right:30px;
}
.clearer {
	clear:both;
}

/* Sidebar
===========================================*/

#sidebar {
	width:160px;
	float:right;
	font-size:95%;
	color:#6C534A;
	text-align:center;
}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
	text-align:center;
}
.submenu {
}
.submenu a {
	display: block;
	text-align: left;
	width:100%;
	background-image:url(./img/backgrounds/submenua.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}
.submenu a:hover {
	background-color:#eeeeee;
	background-image:url(./img/backgrounds/submenua_hover.jpg);
	background-repeat:repeat-y;
}
.submenu li {
	list-style-image:none;
	text-align:left;
}

/* Mainbar
===========================================*/

#mainbar {
	margin-right:185px;
	padding-right:35px;
	/*background-image:url(./img/backgrounds/mainbar.jpg);
	background-position:top right;
	background-repeat:no-repeat;*/
}
#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
}
#mainbar h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-indent: 15px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	color: #728c40;
}
#mainbar h3 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	text-indent: 15px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #eeeeee;
	color: #6C534A;
}
#mainbar p {
	padding:15px;
	line-height:20px;
	text-align: left;
	text-indent: 25px;
}
.imgright {
	float:right;
	padding:5px;
	border:1px solid #728c40;
	margin:20px 0px 20px 20px;
}
.imgleft {
	float:left;
	padding:5px;
	border:1px solid #728c40;
	margin:20px 20px 20px 0px;
}
.imgright:hover {
	border:1px dashed #728c40;
}
.imgleft:hover {
	border:1px dashed #728c40;
}

/* Photo Gallery
===========================================*/
div.photocontain {
	display: block;
}
div.thumb {
  margin: 3px;
	float: left;
  height: 200px;	
  text-align: center;
	width: 166px;
}
.thumb hover {
	border: 1px dashed #728c40;
}
.thumb img{
  display: inline;
	padding: 5px;
  margin: 5px;
	border: 1px solid #728c40;
	width: 150px;
}
.thumb a:hover img {
	border: 1px dashed #728c40;
}
.photocattitle {
	text-align: center; 
	font-weight: bold;
} 
.phototitle {
	text-align: center;
  font-weight: normal;
}
	
/* Footer
===========================================*/

#footer {
	display: block;
	width:100%;
	background-color:#728c40;
	border-top:1px solid #50622d;
	border-bottom:5px solid #50622d;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}
