html {
	background:#000 url(../images/bg-repeat.gif) top left repeat-x;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
a:link, a:active, a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#container {
	width:940px;
	margin: 0 auto;
}
p {
	margin:15px 0;
}
strong {
	font-weight:bold;
}	
/* ======================== MENU ========================= */
#menu {
	height:56px;
	color:#c04931;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
#menu-holder {
	margin-right:23px;
	padding-top:39px;
}
#menu ul {
	padding-left:10px;
	padding-right:10px;
	}
#menu ul li {
	list-style:none;
	display:inline;
	padding-top:10px;
}
.menu-active {
	background:url(../images/menu-active.png) top center no-repeat;
}
#menu a:link, #menu a:active, #menu a:visited {
	color:#e9dfcf;
	text-decoration:none;
	padding:0 12px;
}
#menu a:hover {
	color:#e9dfcf;
	text-decoration:underline;
}
/* ======================== HEADERS ========================= */

#header-home{
	background:url(../images/header-home.jpg) top left no-repeat;
	width:940px; 
	height:430px;
	font-size:14px;
	line-height:20px;
	margin-top:12px;
}
#home-text {
	padding:277px 45px 0 45px;
	text-align:center;
}
#header-secondary{
	background:url(../images/header-secondary.jpg) top left no-repeat;
	margin-top:12px;
	line-height:20px;
	width:940px;
	height:222px;
}
/* ======================== GALLERY ========================= */
#gallery {
	background:url(../images/gallery-bg.jpg) top left no-repeat;
	width:940px; /* was 940px */
	height:503px; /* was 510px */
	padding-left:27px;
	padding-top:7px;
}
#content-only {
	background:url(../images/content-only-bg.gif) top left no-repeat;
	width:830px; /* was 940px */
	min-height:510px;
	padding:30px 55px;
	color:#c5af7c;
	font-size:14px;
	line-height:20px;
}
#content-only a:link, #content-only a:active, #content-only a:visited {
	color:#c5af7c;
}
#home-blocks{
	/*background:url(../images/home-blocks.jpg) top left no-repeat;*/
	width:940px;
	height:182px;
}
#content {
	margin-left:27px;
	margin-right:27px;
	width:822px; /* was 886px; */
	padding:20px 32px;
	background:#2f2015;
	color:#c5af7c;
	font-size:14px;
	line-height:20px;
}
#content table {
	border:1px solid #483826;
	margin:5px 0;
}
#content table tr td 	{
	padding:3px 8px;
	border:1px solid #483826;
}
#content-only table, #content-only table tr td{
	border:none;
	padding:1px;
}
#content-only input, #content-only textarea {
	border:1px solid #483826;
	background:#39291C;
	padding:2px;
	color:#BCA776;
	font-size:11px;
}
#content table .light {
	background:#39291c;
	font-weight:bold;
}
#content ul, #content-only ul {
	padding-left:30px;
}
#content ul li, #content-only ul li {
	list-style-type:disc;
	padding-left:5px;
}
/* ======================== FOOTER ========================= */
#footer{
	margin-bottom:30px;
	margin-top:15px;
}
#footer-holder {
	margin-left:20px;
	margin-right:20px;
	padding-top:15px;
	width:900px;
	text-align:center;
	font-size:13px;
	color:#a3312f;
}
#footer a:link, #footer a:active, #footer a:visited {
	color:#a3312f;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	text-decoration:underline;
}
