@charset "UTF-8";
/* CSS Document */
/* html RESET                            	       
================================================*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-decoration: none
}
.header, .menu, .main, .content_m, .image, .gallery, /*.image_gallery,*/.text, .footer, .footer_g {
	float: left
}
.header, .menu, .main, .image, .gallery, .text, .footer, .footer_g, h1, h2, h3 {
	text-align: left
}
body, .header, .menu {
	background-color: #4d6849
}
.container, .main, .gallery, .footer, .footer_g {
	background-color: #22462d
}
/* Page elements                            	       
================================================*/

body {
	line-height: 1
}
.container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1020px;
	height: 750px
}
.header {
	padding: 30px 0 0 50px;
	width: 270px;
	height: 70px
}
.menu {
	padding: 60px 0 0 54px;
	letter-spacing: 4px;
	width: 646px;
	height: 40px
}
.main {
	width: 820px;
	height: 532px
}
.content_m {
	padding: 10px 10px 10px 10px;
	background-color: #183220;
	text-align: justify;
	width: 455px;
	height: 512px
}
.content_m, .gallery {
	overflow: auto
}
.image {
	width: 345px;
	height: 532px
}
.gallery {
	/*width: 543px;*/
	width: 1020px;
	height: 610px
}
/*.image_gallery {
	width: 477px;
	text-align: right;
	height: 532px
}*/
.text {
	position: relative;
	margin: 0 0 0 -147px;
	width: 347px;
	height: 532px
}
.footer {
	padding: 100px 0 0 5px;
	width: 1015px;
	height: 18px;
	font-size: 11px
}
.footer_g {
	padding: 22px 0 0 5px;
	width: 1015px;
	height: 18px;
	font-size: 11px
}
.footer a:link, a:visited, .footer_g a:link, a:visited {
	color: #bc7d51
}
.footer a:hover, a:active, .footer_g a:hover, a:active {
	color: #ffffff
}
/* Custom classes
================================================*/

h1, h2, h3 {
	background-color: transparent
}
h1, h2 {
	font-size: 14px;
	font-weight: bold
}
h2, .style4 {
	color: #7bcee0
}
h3 {
	padding: 10px 10px 10px 10px;
	font-size: 13px
}
.style1 {
	padding: 10px 0 0 10px
}
.style2 {
	padding: 20px 20px 20px 20px;
}
.style3 {
	font-size: 16px
}
.style4, .style5 {
	font-weight: bold
}
.style5 {
	color: #709a6a;
	font-style: italic
}
/* Hyperlink Styles
================================================*/

a:link, a:visited {
	background: transparent;
	color: #bc7d51
}
a:hover, a:active {
	background: transparent;
	color: #ffffff
}
/* End
================================================*/

