@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5E5747;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f1efeb;
	line-height: 135%;
}
.oneColFixCtrHdr #header {
	height: 119px;
	background-color: #3E382D;
}
.oneColFixCtrHdr #nav_top {
	height: 29px;
	padding: 1px 0 0 0;
	background-color: #29251C;
	background-image: url(../img/bground_nav.gif);
}
.oneColFixCtrHdr #containerHome {
	position: relative;
	top: 84px;
	width: 936px;
	background: #5E5747;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*text-align: left;  this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container {
	position: relative;
	top: 30px;
	width: 936px; 
	background: #5E5747;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*text-align: left; this overrides the text-align: center on the body element. */
	text-align: center;
}
.oneColFixCtrHdr #mainContentHome {
	height: 367px;
	/*background-color: #5E5747;*/
}
.oneColFixCtrHdr #mainContent {
	/*height: 367px;
	background-color: #5E5747;*/
}
.oneColFixCtrHdr #footer {
	padding: 0;
	/*background-color: #5E5747;*/
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f1efeb;
	line-height: 9px;
	letter-spacing: 2px;
}
#pgTtl {
	height:40px; 
	text-align:center;
}
#thumb_titles {
	top: 0px;
	width: 937px;
	height: 30px;
}
.titles {
	position: absolute;
	height: 30px;
	display: none;
}
#thumbs {
	text-align: left;
	top: 30px;
	width: 940px;
	height: 187px;
	border: 1px #f1efeb solid;
	background-color: #5E5747;
}
.thumbs, .thumb_place {
	position: absolute;
	width: 187px;
	height: 187px;
}
.thumbDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: left;
}
.line_v {
	position:absolute;
	width: 1px;
	height: 187px;
	background-color: #FFFFFF;
}
#sub_cat {
	position: absolute;
	text-align: left;
	left: 1px;
	top: 103px;
	width: 938px;
	height: 100px;
}
.sub_cat {
	position: absolute;
	width: 130px;
	height: 115px;
}
.copyright {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f1efeb;
	line-height: 20px;
	letter-spacing: 1px;
}

.titlesTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f1efeb;
	line-height: 9px;
	letter-spacing: 2px;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #f1efeb;
	line-height: 135%;
	letter-spacing: 2px;
}
.txtLong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #f1efeb;
	line-height: 135%;
	letter-spacing: 1px;
}
.txtLongIntro {
	position: relative; 
	align: center; 
	width: 600px; 
	top: 30px; 
	text-align: justify;
}
.txtIntro {
	align: center; 
	width: 425px;
	margin-bottom: 30px;
}
.photo {
	border: 1px #f1efeb solid;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 3px;
	background-color: #efefef;
	border: 1px solid #29251c;
}
.buttonForm {
	background-color: #663300;
	border: 1px solid #29251c;
	color: #efefef;
}
.buttonForm:hover {
	border: 1px solid #29251c;
	background-color: #efefef;
	color: #29251c;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CE6700;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: none;
	color: #ae5700;
}
.frmError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 15px;
	letter-spacing: 1px;
}

.divShort {
	min-height: 350px;
}
