

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial;
}

html, body {
	height: 100%;
}

body {
	background: #000000;
	text-align: justify;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color:#FFFFFF;
	margin:0pt 0pt 20px;
	padding:15px 0pt 0pt 35px;
	text-transform:uppercase;
}

h1 {
	letter-spacing: -1px;
	font-size: 136%;
	font-weight: normal;
}

h2 { font-size: 122%; }

h3 {
	letter-spacing: 2px;
	font-size: 85%;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

blockquote {
	padding-left: 1.5em;
	padding-right: 1.5em;
	background: url(images/img06.gif) no-repeat;
	font-style: italic;
	text-align:justify;
}

ul {
	list-style: none;
}

ul li {
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat 0 5px;
}

ol {
	margin-left: 2em;
}


a {
	text-decoration: none;
	color:#4E58BE;
}

a:hover {
	border:medium none;
}


/* Forms */

label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

messagelabel
{
	margin-left: 11px;
}

input
{
	color: #29351E;
	background: #fee3ad;
	border: 1px solid #6B8553
}

textarea
{
	font-size:13px;
	color: #29351E;
	background: #fee3ad;
	margin:10px;
	height:130px;
	width:275px;
}

.submit input
{
	margin-left: 4.5em;
	width: 4em;
	color: #474747;
	background: #ffa20f;
	border: 2px outset #474747
}

fieldset
{
	border: 1px solid #919F48;
}

legend
{
	color: #fff;
	background: #6b8553;
	border: 1px solid #919F48;
	padding: 2px 6px;
	margin: 20px;
}


/* Box */

.box {
	padding-top: 20px;
}

.box .title {
	margin: 0 15px;
	padding: 0 0 0 10px;
	background: url(images/img08.gif) no-repeat left center;
	font-size: 100%;
	border-bottom: 1px solid #919F48;
}

.box .content {
	padding: 15px;
	border-bottom: 1px solid #919F48;
}

.box ul li {
	margin: 0px 0px 0px 0px;
	background: url(images/img07.gif) no-repeat 0 5px;
}

/* Page */

#page {
	width: 760px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	
}

#header {
	width: 758px;
	height: 53px;
	min-height: 40px;
	margin: 0 auto;
	border: 1px solid #919F48;
	background: #6b8553 url(images/gallery/background-top.jpg) repeat-x center top;
	
}

#header h1 {
	color:#FFFFFF;
	margin:0pt 0pt 20px;
	padding:15px 0pt 0pt 35px;
	text-transform:uppercase;
}

html>body #page {
	height: auto;
}

#col-one {
	float: left;
	width: 45px;
	height: 2400px;
	background: #000000 url(images/gallery/backg-lgal.jpg) repeat-y center top;
}

#col-two {
	float: right;
	width: 45px;
	height: 2400px;
	background: #000000 url(images/gallery/backg-rgal.jpg) repeat-y center top;
}

#col-three {
	float: left;
	width: 670px;
	text-align: center;
}

#col-three img {
	border: none;
}

a.btmlink {
	border-bottom: 1px dotted #919F48;
}

a.btmlink:hover {
	border:medium none;
}

/* TABLES */

table.tablespec {
	text-align: center;
}

td.tdtop {
	height: 120px;
	border: 1px solid;
	border-width: 1px 1px 1px 1px;
	border-color: gray gray gray gray;
	vertical-align: middle;
	background-color: black;
}

td.tdbot {
	width: 120px;
	height: 35px;
	vertical-align: middle;
	background-color: white;
	-moz-border-radius: 0px 0px 10px 10px;
}

td.tdbotother {
	height: 35px;
	vertical-align: middle;
	background-color: white;
	-moz-border-radius: 0px 0px 10px 10px;
}

td.tdspace {
	width: 20px;
	border-spacing: 20px;
	background-color: black;
}

td.tdheader {
	font-size:13px;
	height: 32px;
	vertical-align: middle;
	color:black;
	background-color: white;
	
}

td.tdlcorner {
	height: 32px;
	width: 80px;
	vertical-align: middle;
	background-color: white;
	text-align: left;
	
}
td.tdrcorner {
	height: 32px;
	width: 80px;
	vertical-align: middle;
	text-align: right;
	background-color: white;
	
}

td.tdpic {
	height: 32px;
	vertical-align: middle;
	color:#6b8553;
	
}

td.tdcaption {
	font-size:13px;
	vertical-align: middle;
	background-color: white;
	
}

/* Footer */

#footer {
	width: 758px;
	padding: 0px;
	background: #FFFFFF;
	border: 1px solid #919F48;
}

#footer p {
	margin: 10px;
	padding: 0;
	font-size: 77%;
	color: #919F48;
	position: relative;
	top: 6px;
}

#footer a:hover {
	border: none;
}
#footer a {
	border-bottom: 1px dotted #919F48;
	text-decoration: none;
	color: #919F48;
}

#footer-right {
	float: right;
	width: 340px;
	margin: 5px;
	font-size:20px;
	vertical-align: middle;
	background: #FFFFFF;
	text-align: right
}

#footer-left {
	float: left;
	width: 340px;
	padding: 0px;
	background: #FFFFFF;
	text-align: left
}