﻿html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #9A9587;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

p{
	color: #625E51;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
}

img{
	border: 0px;
}

a:link, a:visited, a:active{
	color: #A76233;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #A76233;
	font-weight: bold;
	border: 0px;
}

.bold{
	font-weight: bold;
}

.gallery-text{
	color: #625E51;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
}


.italic{
	font-style: italic;
}

/*  Page content  */

#layout{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	width: 960px;
	height: 236px;
}

#content{
	width: 960px;
	background-image: url(images/page-background.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#content2{
	width: 960px;
	background-image: url(images/page-background-feedback.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

/*  menu  */

#column1{ 
	float: left;
	width: 273px;
	height: 439px;
	padding: 45px 0px 0px 0px;
}


.menu{
	margin:0 0 0 60px; 
	padding:0;  
	list-style:none;
	width: 180px;
}

.menu li{
	padding:0; 
	margin:0; 
}

.menu li a{
	text-align: left;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #663300;
	text-decoration: none;
	display: block; 
}

.menu li a:hover{
	color: #938370;
	display: block;
}

.menu li a.active, .menu li a.active:hover{
	color: #5F5A51;
	display: block; 
}

.menu li a span{
	line-height: 29px;
	border-top: 1px solid #B4A893;
	display: block; 
}

.bottom{
	line-height: 29px;
	border-bottom: 1px solid #B4A893;
	display: block; 
}


/*  Page text  */


#column2{
	float: left;
	width: 674px;
	padding-top: 50px;
}

#column2 p{
	width: 560px;
	padding: 0px 0px 0px 50px;
}

#column2 ul{
	list-style-type: none;
	padding: 0;
	margin-left: 60px;
}

#column2 li{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 15px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #625E51;
	line-height: 22px;
	width: 500px;
}

.subtitle{
	margin: 0px 0px 0px 50px;
}

#column2 td{
	padding-left: 50px;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #625E51;
	line-height: 22px;
}

/*  Photo/video area  */

#media{
	clear:both;
	margin: 0px 0px 0px 33px;
	padding: 16px 0px 0px 17px;
	width: 894px;
	height: 381px;
	background-image: url(images/media-background.jpg);
	background-repeat: no-repeat;	
}

.photo{
	margin: 0px 16px 0px 0px;
}

/* contact form */

#formtable{
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#formtable td{
	padding: 6px 2px 2px 2px;
	margin: 0;
}

.input{
	border: 1px solid #685D42;
	color: #524A34;
}

.form{
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-align: right;
	font-weight: bold;
}

/*  Gallery  */

#gallerymenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#gallerymenu ul li{
	display: inline;
}

#gallerymenu ul li a{
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #663300;
	text-decoration: none;
	padding: 4px 8px;
	background-color: #C4B9A5;
}

#gallerymenu ul li a:hover{
	color: #938370;
	background-color: #B6AD98;
}

#gallerymenu li a.active, #gallerymenu li a.active:hover{
	color: #5F5A51; 
}

/*  Gallery thumbnails  */

#column2gallery{
	float: left;
	width: 624px;
	padding: 50px 0px 0px 50px;
}

#column2gallery img{
	margin: 0px 12px 12px 0px;
}

/*  Gallery big images  */

#gallerycontent{
	width: 960px;
	background-image: url(images/gallery-background.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#gallery{
	width: 894px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 25px;
}

#gallery p{
	color: #625E51;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

/*  Footer  */

#footer{
	overflow: hidden;
	width: 960px;
	height: 109px;
	background-image: url(images/footer-background.jpg);
	background-repeat: no-repeat;
}

#footer p{
	color: #663300;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 32px;
}

#footer a:link, a:visited, a:active{
	color: #663300;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

#footer a:hover{
	color: #938370;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}