* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('img_background_1440.jpg');
}

#wrapper {
	width: 782px;
	margin-left: auto; 
	margin-right: auto; 
	background: #000;
	position: relative;
	top: 30px;
}

#innerWrapper {
	width: 778px;
	margin: 0 auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

#header {
	background-image: url('img_header.jpg');
	width: 778px;
	height: 254px;
	position: relative;
}

#header h1 {
	display: none;
}

#menu {
	font-family: "Arial";
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	bottom: 6px;
	left: 270px;
	-webkit-user-select: none;
	-moz-user-select: none;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin-right: 9px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#content {
	font-family: "Arial";
	font-size: 13pt;
	color: #FFF;
	padding: 10px;
	margin-top: -4px;
}

#content p {
	margin-bottom: 4px;
	margin-top: 4px;
}

hr {
	color: #262k626;
	background-color: #262626;
	opacity: 0.4;
	filter: alpha(opacity=40);
	height: 1px;
	width: 99%;
	margin: 0 auto;
}

#imageSlider {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
}

#imageSlider li {
	display: inline;
	list-style-type: none;
	width: 100px;
	height: 100px;
	padding: 10px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#imageSlider li:hover {
	padding-top: 30px;
	opacity: 0.99;
	filter: alpha(opacity=99);
}

.am_form_textarea {
	width: 70%;
	height: 150px;
}

.am_form_text {
	width: 40%;
	height: 20px;
}

.amAlbum img { 
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.amAlbum img:hover { 
	opacity: 0.99;
	filter: alpha(opacity=99);
}
