* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

#container1 {
	position: relative;
	height: 100%;
	min-height: 100%;
	height:auto !important;
}
#container {
	width: 830px;
	margin: 0 auto;
}
#top {
	width: 100%;
	height: 27px;
	background: url(images/top.png) repeat-x;
	line-height: 27px;
	font-size: 13px;
	font-variant: small-caps;
	color: #fff;
}
#top #communities {
	width: 830px;
	margin: 0 auto;
	text-align: right;
}
#top #communities a {
	margin: 0 17px;
	float: right;
	display: block;
	height: 27px;
	line-height: 26px;
	color: #e00;
	text-decoration: none;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	background: url(images/triangle.png) top center no-repeat;
}
#top #communities span {
	margin: 0 17px;
	float: right;
	display: block;
	height: 27px;
	line-height: 26px;
}
#top #communities a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#navigation {
	width: 400px;
	float: left;
}

#content {
	width: 417px;
	height: 395px;
	float: right;
	background: url(images/background.png) no-repeat top left;
	margin-top: 75px;
	padding: 2px 0 2px 10px;
	color: #fff;
	font-size: 11px;
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	position: relative;
	left: 10px;
}
#content div {
	height: 385px;
	overflow: auto;
	padding: 8px 40px 0 0;
}
#content p {
	margin-bottom: 10px;
}
#content form.contact {
	margin-top: 10px;
	background: url(images/contact.png) top right repeat-y;
	height: 370px;
	width: 370px;
	text-align: right;
}
#content form.contact div {
	background: url(images/contact.png) top left repeat-y;
	padding: 0;
	height: 285px;
	overflow: hidden;
}
#content form.contact textarea {
	width: 325px;
	height: 250px;
	float: right;
	margin-right: 20px;
	overflow: auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content form.contact input {
	width: 180px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 13px;
	font-size: 11px;
}
#content form.contact input.button {
	background: url(images/button.png) no-repeat;
	height: 24px;
	width: 104px;
	border: 0;
	margin-top: 5px;
	margin-right: 18px;
	color: #fff;
	cursor: pointer;
}
#content form.contact input.button:hover {
	opacity: .95;
	-moz-opacity: .95;
	filter: alpha(opacity=95);
}
#content form.contact textarea, #content form.contact input {
	border: 1px solid #e6e6e6;
	background-color: #c7c7c7;
	margin-right: 20px;
}
#content form.contact label {
	margin-right: 20px;
	padding-left: 20px;
	.position: relative;
	.top: -12px;
	background: url(images/contact.png) top left no-repeat;
}
#content a {
	color: #ffffff;
}
#content a.album {
	display: block;
	width: 375px;
	border: 1px solid #444;
	height: 77px;
	padding: 0;
	background: url(images/bgalbum.png) repeat-x;
	clear: both;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
}
#content a.album:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}
#content .album img {
	border: 1px solid #eee;
	float: left;
	margin: 5px;
	width: 67px;
	height: 67px;
}
#content .album .title {
	display: block;
	margin: 4px 0 0 85px;
	font-weight: bold;
}
#content .album .date {
	display: block;
	margin: 10px 0 0 95px;
	font-size: 10px;
}
#content .album .number {
	display: block;
	margin: 18px 0 0 85px;
	font-style: italic;
}
#content a.albumpicture {
	display: block;
	float: left;
	width: 67px;
	height: 67px;
	padding: 5px 7px 7px 5px;
	margin-top: 5px;
}
#content a.albumpicture:hover {
	background: url(images/bgalbum.png) repeat-x;
	border: 1px solid #444;
	padding: 4px 6px 6px 4px;
}
#content .albumpicture img {
	border: 1px solid #eee;
	width: 67px;
	height: 67px;
}

#header {
	margin-top: 20px;
	width: 397px;
	float: right;
	position: relative;
	left: -20px;
}

#footer {
	height: 17px;
	background: url(images/top.png) repeat-x;
	padding: 10px 0 0 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #444;
	color: #9c9c9c;
	clear: both;
}
#footer div {
	width: 800px;
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
}
