img {
border:none;
}

body {
	background-image: url(/art/bg_main.jpg);
	margin: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
}
#toc2 {
	float: left;
	width: 277px;
}
#Content {
	background-image: url(/art/bg_content.jpg);
	background-repeat: repeat-y;
	float: right;
	width: 712px;
	height: 309px;
}
#gal,
#text {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 280px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E2DFDB;
	font-size: 13px;
	line-height: 20px;
	overflow: auto;
	padding-right: 10px;
}
#gal {
width:582px;
padding:0px;
margin-top:20px;
overflow: hidden;
position:relative;
float:left;
margin-left:5px;
margin-right:5px;
}
#footer {
	color: #BEB597;
	font-size: 13px;
	margin-bottom: 25px;
}
h1 {
	font-size: 18px;
}
a:link, a:visited, a:hover, a:active {
	color: #E2DFDB;
}

#gal ul {
list-style-type:none;
margin:0px;
padding:0px;
position:relative;
}
#gal ul li {
float:left;
margin-right:10px;
margin-bottom:10px;
width:136px; 
overflow:hidden;
height:128px; 
border:1px solid #fff;
position:relative;
}

#gal ul li a {
top:-135px;
position:relative;
width:400px;
display:block;
text-align:center;
left:-132px;
}
#gal ul li a img {
height:400px;
position:relative;
display:block;
margin-left:auto;
margin-right:auto;
}

#scroll_right,
#scroll_left {
z-index:10;
width:50px;
height:160px;
padding-top:111px;
cursor:pointer;
float:left;
margin-top:20px;
}

#scroll_right {
float:left;
}



#scroll_right span,
#scroll_left span {
text-transform:uppercase;
font-family:Arial;
font-size:2.5em;
display:block;
text-align:center;
color:#BEB597;
font-weight:bold;
}

#scroll_right.active span,
#scroll_left.active span {
visibility:visible;
}

#scroll_right.hidden,
#scroll_left.hidden {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

#about-text {
float:left;
width:420px;
}

#about-img {
height:258px;
width:194px;
float:right;
margin:15px;
}


/* <forms> */

#contactform {
float: right;
width: 400px;
padding-right:10px;
margin-top:15px;
}

#contact_left {
float:left;
width:220px;
}

#contact_left p {
margin-top:0px;
padding-top:0px;
}

div.form_field {
margin-bottom:5px;
float:left;
width:390px;
}
div.form_field input,
div.form_field textarea {
float:right;
width:200px;
margin-right:50px;
}
div.form_field label {
float:left;
text-align:right;
width:120px;
}

div.form_field input.submit {
width:120px;
}

div.errors {
position:absolute;
margin-left:-260px;
margin-top:120px;
width:230px;
background-color:#111;
padding:10px;
}

div.errors strong {
color:#f00;
}


/* </forms> */


