@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
#wrapper {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	background-color: #114111;
}
#wrapper #fl_menu {
	background-color: #114111;
	height: 500px;
}
#wrapper #content {
	width: 815px;
	height: auto;
}
#wrapper #content #left {
	width: 262px;
	float: left;
	text-align: right;
	color: #66e648;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial;
}
#wrapper #content #right {
	float: right;
	width: 552px;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial;
	color: #e8ca3c;
	font-size: 16px;
	font-weight: bold;
}
#wrapper #center {
	width: 815px;
	text-align: center;
	height: auto;
	opacity: 0;
}
#wrapper #center #photo {
	width: 433px;
	overflow: visible;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#wrapper #center #photo  #photo_bar{
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial;
	font-size: 10px;
	color: #c859ea;
	text-align: right;
	width: auto;
	float: right;
}
#wrapper #blankie {
	clear: both;
	height: 220px;
	text-align: right;
}
#wrapper #footer {
	height: 25px;
	background-image: url(../images/foot.png);
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial;
	font-size: 11px;
	text-align: center;
	color: #3bfff0;
}
#wrapper #bottom {
	height: 18px;
	background-color: #040909;
}
.img_alt {
	border: 1px solid #a1ff00;
}
.img_thu {
	border: 1px solid #dd6e0d;
	}
.img_thu:hover {	
	border-color: #71c39c;
	}
p.footup {
	margin-top: 5px;
	margin-bottom: 0px;
}

