@charset "UTF-8";
/* CSS Document */

html, body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #485C7A;

}

a img {
   border: 0px;	
}

.main {
	
	background-image: url(images/header_bg.jpg);
	background-repeat:no-repeat;
	width: 671px;
	background-color:#CBC8AD;
	margin: 0 auto 0 auto;
	border: 4px solid #F2F3F0;
	border-top: 0px;
}

.address {
	height: 18px;
	width: 634px;
	background-image: url(images/address_bg.jpg);
	background-repeat:no-repeat;
	color: #E5E6E0;
	font-size:10px;
	font-family: Georgia, Times, serif;
	padding-right: 45px;
	padding-top: 6px;
	text-align: right;
}

.nav {
	height: 58px;
	width: 679px;
	text-align: right;
	color: #E5E6E0;
	font-size: 16px;
	font-family: Georgia, Times, serif;
}


.nav a, .nav a:visited, .nav a:active {
	color: #E5E6E0;
	text-decoration:none;
}

.active{
	border-bottom: 2px solid #485A79;
	text-decoration:none;
}

.nav a:hover {
	border-bottom: 2px solid #6d82A1;
	text-decoration:none;
}

.nav ul {
	float: right;
	margin-top: 19px;
	padding: 0px 38px 0px 0px;
}

.nav ul li {
	margin: 0px 8px 0px 7px;
	display: block;
	float: left;
	list-style: none;
}

.hidden {
	display:none;
}


.content {
	font-size: 13px;
	font-family: Georgia, Times, serif;
	line-height: 18px;
	color: #424242;
	width: 559px;
	padding: 30px 60px 40px 60px;

}


.content h1 {

	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #485C7A;
	border-bottom: 2px solid #b2b5ae;
	padding-bottom: 15px;
	margin-bottom: 15px;

}

.content a, .content a:visited, .content a:active {
	color: #485A79;
}

.content a:hover {
	color: #6d82A1;
}

.footer {
	
	width: 671px;
 	color: #6d82A1;
	text-align:center;
	font-size: 12px;
	font-family: Georgia, Times, serif;
	margin: 0px auto 0px auto;
	padding: 10px;

}

.footer a{
	color: #6d82A1;
}

.footer a:hover{
	color: #F2F3F0;
}

#contact td {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border: 0px;
	width: auto;
	border-top: 2px solid #b2b5ae;

}

input, textarea {
	
	padding: 3px;
	font-size: 13px;
	font-family: Georgia, Times, serif;
	line-height: 18px;
	color: #424242;
	border: 2px solid #B5BAA1;
	background-color: #F2F3F0;

}

.photo {
	background:#F2F3F0;
	margin: 5px 15px 5px 15px;
	border: 4px solid #F2F3F0;
	display: inline-block;;
}

.thumb {
	border: 4px solid #F2F3F0;
	margin: 5px 15px 5px 15px;
}

a {
	border: 0px;
}

.promo {
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	background-color: #D9D9BE;
	border: 3px solid #F2F3F0;

}

