body, #footer .bg { background-color: white; }
#page, #site { background-color: white; }
#footer .bg { border-top: 1em solid white; }

.inner { padding: 0 0.7272em; }
#info .inner { padding-left: 0.25em; }

table, pre, .boxleft, #content .imgfull, #content hr { margin-left: -0.7272em; }
table, pre, .boxleft, #content .imgfull, #content hr, p, blockquote { margin-right: 0.7272em; }

#site {
	margin-top: 50px;
	margin-bottom: 1em;
}

#page, #footer .bg {
	width: 1000px;
	margin: 0 auto;
}

#page {
	height: auto;
	z-index: 10;
	position: relative;
}

#site {
	width: 100%;
	clear: both;
	float: left;
	text-align: left;
}

#header {
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 2px #aef782 solid;
	border-bottom: 2px #aef782 solid;
	padding-top: 3px;
	color: #7f5636;
	font-weight: bold;
}

#header h2 {
	font-size: 14px;
	margin: 0;
}
#header h2 a, #header em a {
	color: #aef782;
}
#header em {
	font-weight: normal;
	font-style: italic;
}

#address {
	text-align: right;
	font-style: italic;
	padding-top: 3px;
}

#address em {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}

#nav ul, #gal ul {
	border-top: 1px solid black;
	text-align: right;
	text-transform: uppercase;
	padding-top: 2px;
}

.active a {
	font-style: italic;
	color: #aef782;
	text-transform: normal;
}

#nav a, #gal a {
	display: block;
}

#gal ul { margin-top: 100px; width: 50%; }
#nav ul { width: 75%; }

#gallery { padding: 0 10px; }

#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 2em;
	margin-top: -3em;
}

#footer .bg {
	position: relative;
	height: 2em;
	margin: 0 auto;
	z-index: 199;
}


#recent li a { float: left; text-align: left; }
#recent li { text-align: right; }
#recent em, #recent .LIn_desc { text-align: left; display: block; color: #555; }

.column { float: left; }
.row, .clear { clear: both; }
.tenth { width: 10%; }
.quarter { width: 25%; }
.third { width: 33.3333%; }
.half { width: 50%; }
.twothird { width: 66.6666%; }
.threequad { width: 75%; }
.ninth { width: 90%; }
.full { width: 100%; }

.blue { background-color: blue; }

.right { float: right; }

label { cursor: pointer; }
fieldset { border: 0; }
legend { font-weight: bolder; }

input.text, input.password, textarea, select { border: 1px solid #c0c0c0; background-color: white; }

input.text, input.password, textarea, select { padding: 0.05em 0.1em; margin-bottom:1px; width: 100%; }
fieldset { padding: 0.1em 0.1em; }input.submit {
	float: right;	cursor: pointer;	border: medium none;
	font-weight: bolder;
	padding-right: 12px;
	background: transparent url(images/star.png) no-repeat scroll right center;
}
