@CHARSET "ISO-8859-1";

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}
a {
	color:white;	
}
img{
	border:none;	
}
body {
	background-color: #000000;
	color: #FFFFFF;
}

#container {
	width: 911px;
	margin: 0 auto;
	margin-top: 20px;
}

#left-column {
	width: 124px;
}

#right-column {
	width: 768px;
}

.border {
	border: 1px solid white;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

#top-stroke {
	background-image: url("images/interface-top.gif");
	width: 911px;
	height: 17px;
}

#mid-stroke {
	background-image: url("images/interface-tile.gif");
	width: 911px;
	height: 620px;
}

#bottom-stroke {
	background-image: url("images/interface-bottom.gif");
	width: 911px;
	height: 17px;
}

#menu-panel {
	text-align: center;
	width: 122px;
}

.content-main {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 630px;
	width: 748px;
}

.logo {
	margin-top: 20px;
}

ul#menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
	border-bottom: 1px solid white;
}

ul#menu li {
	border-top: 1px solid white;
	text-align: center;
}

ul#menu li img {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#menu li:hover{
	cursor:pointer;	
}

ul#submenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#submenu li img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	margin-top:-10px;
	margin-left: 35px;
}

#photo {
	margin-top:10px;
	width: 600px;
	height: 600px;
	float: left;
	text-align:center;
}
.selected img{
	border:5px solid #87712c;	
}
.text {
	text-align: center;
}

#thumbs {
	margin-top:10px;
	float: left;
	width: 120px;
	border-left: 1px solid white;
	margin-left: 10px;
}

#image-mask {
	position:relative;
	overflow:hidden;
	height: 570px;
}

#thumbs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

#thumbs ul li {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 100px;
}

#copyright {
	text-align: center;
	width:760px;
	margin-left:145px;
}

#move-up {
	background-image: url("images/move-up.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	width: 140px;
	height: 15px;
	text-indent: -100000px;
}

#move-down {
	background-image: url("images/move-down.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	width: 140px;
	height: 15px;
	text-indent: -100000px;
	outline:none;
}
#move-up:hover,
#move-down:hover{
	cursor:pointer;	
}
#content-text{
	margin-left: 35px;
	width:740px;
	float:left;
}

#content h1 ,
#content-text h1 {
	text-align:center;
	border-bottom:1px solid white;
}
#content-text p {
	padding-bottom:10px;
}
#content-text div.indent {
	padding:100px;
}
#images li {
	/*width:85px;
	height:85px;*/
}
.indent p {
	text-align:center;	
}
.indent p.error {
	color:red;	
}
#contact {
	margin-left:120px;	
}
#contact div {
	margin:10px;
}
#contact div label {
	display:block;
	float:left;
	width:75px;
}
.element {
	width:185px;
	background:url('images/input-element.gif');	
}
#contact div .formelement,
#contact div label{
	border:none;
	padding:6px;
	padding-bottom:5px;	
}
#message{
	background:url('images/textarea-element.gif');	
	width:183px;
	height:130px;
}
#send-button{
	margin-left:175px;
}