
html, body {
	color: #595240;
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
p {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 8px;
	color: #222222;
}
h2 {
	font-size: 22px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
	font-size: 14px;
}
input {
	color: #595240;
	padding: 3px 0 0 3px;
}
hr {
	border: dotted 1px #595240;
	margin-bottom: 20px;
}

#container {
	background: url(../images/BG_main.jpg) repeat-y center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
}

/* HEADER ------------------------------------- */

#header {
	height: 110px;
	width: 905px;
	background: url(../images/BG_header.jpg) no-repeat;
}
#nav {
	font-size: 14px;
	float: right;
	padding: 10px 40px 0 0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	padding-right: 10px;
	color: #b9b9b8;
	font-weight: normal;
}
#nav a {
	text-decoration: none;
	color: #b9b9b8;
	font-family: "Times New Roman", Times, serif;
}
#nav a:hover {
	color: #ffffff;
}
#nav .nav-link {
	padding: 0 0 30px 254px;
}

/* HOME ---------------------------------------- */

#homeBG {
	height: 605px;
	width: 905px;
	background: url(../images/BG_home.jpg) no-repeat;
}
#homeTop {
	width: 905px;
	height: 440px;
}
#homeLeft {
	float: left;
	display: inline;
	padding-left: 67px;
}
#homeRight {
	float: left;
	display: inline;
	padding: 46px 0 0 45px;
	height: 350px;
	overflow: hidden;
}
#homeBot {
	width: 736px;
	text-align: left;
	padding: 38px 0 0 30px;
}
#homeLeft img {
	border: none;
}
#homeBot p {
	margin: 0;
	padding: 0;
}
#homeBotFields {
	margin-top: 10px;
}
#homeBot p span {
	margin-right: 5px;
}
#homeBot p span span {
	margin-left: 10px;
}
#homeBotFields p input {
	width: 183px;
	background-image: url(../images/fields.jpg);
	background-repeat: no-repeat;
	border: none;
	height: 23px;
	background-color: #dfdede;
}
#homeBotBtn {
	margin-top: 8px;
	text-align: right;
}
#homeBotBtn img {
	border: none;
}
#homeBotBtn input.button-subscribe {
	background: transparent url(images/BTN_submit.jpg) no-repeat;
  width: 120px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  color: #595240;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
}


/* HOME / NEWS --------------------------------- */

#homeBG .newsTitle {
	width: 300px;
	text-align: left;
	margin-bottom: 15px;
}
#homeBG .newsItem {
	width: 300px;
	text-align: left;
	margin-bottom: 15px;
}
#homeBG .newsItem a {
	color: #595240;
	text-decoration: none;
}
#homeBG .newsItem a:hover {
	text-decoration: underline;
}
#homeBG .newsItem p {
	margin: 0;
	padding: 0;
}
#homeBG .newsLink {
	margin-top: 5px;
}
#homeBG .newsLink a {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}

/* CONTENT ------------------------------------- */

#contentBG {
	width: 905px;
	text-align: left;
}
#contentBody {
	width: 745px;
	padding: 40px 80px 40px 80px;
}
#contentBody p {
	padding: 10px 0 0 0;
}
#contentBody a {
	color: #000;
	text-decoration: none;
}
#contentBody a:hover {
	text-decoration: underline;
}

/* CONTENT / NEWS --------------------------------- */

#contentBody .newsItem {
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
}
#contentBody .newsItem a {
	color: #000;
	text-decoration: none;
}
#contentBody .newsItem a:hover {
	text-decoration: underline;
}
#contentBody .newsItem p {
	margin: 0;
	padding: 0;
}
#contentBody .newsLink {
	margin-top: 5px;
}
#contentBody .newsLink a {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}


/* CONTENT / GALLERY --------------------------------- */

#contentBody .contentGallery {
	height: 200px;
	width: 100%;
	text-align: center;
}
#contentBody .thumbnail {
	width: 200px;
	float: left;
	padding: 10px 22px 0 22px;
}
#contentBody .thumbnail img {
	border: 0;
}
#contentBody .thumbnail a {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}


/* CONTACT FORM --------------------------------- */

#contactFields {
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
}
#contactFields ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#contactFields li {
	padding: 5px 0 5px 0;
}
#contactFields li span {
	vertical-align: top;
}
#contactFields li input {
	padding-left: 10px;
}

/* FOOTER ------------------------------------- */

.footer-break { 
	height: 75px;
} 
#footer {
	height: 75px;
	background: url(../images/BG_footer.jpg) no-repeat center;
}
#footer a {
	text-decoration: none;
	color: #595240;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}