* {
	margin: 0;
	padding: 0;
}

body {
	background: #BFB27B url(./i/black_bkg.jpg) repeat-y top center;
	color: #FFF;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	background: #000;
}

#topnav {
	height: 37px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background: #000;
}

#topnav ul {
	float: right;
	margin-top: 9px;
	margin-right: 10px;
}

#topnav ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 12px;
	height: 16px;
	background: url(./i/topnav_spacer.jpg) no-repeat top right;
}

#topnav ul li img {
	border: 0;
}

#topnav ul #last {
	background: #000;
}

#topbanner {
	background: url(./i/banner_bkg.jpg) no-repeat top center;
	height: 227px;
}

#left {
	float: left;
	height: 650px;
	width: 245px;
}

#center {
	float: left;
	width: 507px;
}

#content {
	border-right: 3px solid #BFB27B;
	padding-bottom: 30px;
}

#footer {
	height: 75px;
	background: url(./i/footer_bkg.jpg) no-repeat top center;
	margin-bottom: 10px;
}

#right {
	float: left;
	width: 168px;
	background: url(./i/right_bkg.jpg) no-repeat top right;
	padding-top: 56px;
}

#right img {
	float: right;
	clear: right;
	margin: 23px 34px 0 0;
	border: 0;
}

#clearing {
	height: 0px;
	clear: both;
}

/* home */

#home_welcome {
	width: 463px;
	margin: 0 auto;
	padding-top: 5px;
	display: block;
}

.home_text {
	color: #FFF;
	letter-spacing: 0.02em;
	line-height: 1.08em;
	padding-top: 8px;
	text-indent: 28px;
	padding-right: 6px;
}

.home_text img {
	border: 0;
}

.home_heading {
	color: #FFF;
	font-style: italic;
	font-size: 1.1em;
	letter-spacing: -0.015em;
	padding-top: 21px;
}

.aboutus_text {
	color: #FFF;
	letter-spacing: 0.02em;
	line-height: 1.08em;
	padding-top: 8px;
	text-indent: 28px;
	padding-right: 6px;
}

.aboutus_list {
	color: #FFF;
	letter-spacing: 0.02em;
	line-height: 1.08em;
	padding-top: 8px;
	padding-right: 6px;
	margin-left: 28px;
}

/* contact */

#contact-area {
	width: 484px;
	margin-top: 25px;
	font-size: 62.5%;
	font-weight: bold;
	color: white;
	font-family: Helvetica, sans-serif;
}

#contact-area input, #contact-area textarea {
	padding: 3px;
	width: 340px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
	margin-top: -8px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 80px;
	float: right;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 115px;
	padding-top: 5px;
	font-size: 1.4em;
}

#contact-area .error {
	color: #F00;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
}

/* links */
.linksLink {
	font-family: "Verdana";
	font-size: 0.9em;
	color: #FFF;
	padding-left: 20px;
}

/* gallery */

img {
	border: 0;
}

.row {
	width: 504px;
	height: 200px;
	margin: 0 auto;
}

.column {
	width: 168px;
	height: 200px;
	float: left;
	background: url(./i/gallery_bkg.jpg) no-repeat top center;
}

.gallery_pic {
	position: relative;
	top: 38px;
	left: 10px;
}

.gallery_desc {
	color: #FFF;
	font-family: "Verdana";
	font-weight: bold;
	margin-top: 55px;
	text-align: center;
	font-size: 0.7em;
}

.nopic {
	width: 144;
	height: 108;
	position: relative;
	top: 38px;
	left: 10px;
	color: #000;
	width: 144px;
	text-align: center;
}
