body {
	background-image: url(images/bgtile.jpg);
	background-attachment: fixed;
	font-family: tahoma, Helvetica, arial, sans-serif;
}
a {
	color: #ffc652;
	text-decoration: none;
}
a:hover {
	color: #400000;
}
h1 {
	font-size: 18px;
	margin: 5px 0 0 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
h3 {
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}
img {
	border: 0px;
}
/*---------- IDs ----------*/

#container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -360px;
	width: 760px;
	/*	height: 1600px; */
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
#header {
	position: absolute;
	width: 760px;
	height: 80px;
}
#nav {
	position: absolute;
	top: 80px;
	width: 760px;
	z-index: 2;
}
#navtrans {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 760px;
	height: 20px;
	background-color: #000000;
	padding: 7px;
	font-size: 14px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 2;
}
#pic {
	position: absolute;
	float: left;
	width: 400px;
	height: 606px;
	z-index: 1;
	top: 110px;
	overflow: hidden;
	border: 0px;
}
#trans {
	position: absolute;
	margin: 127px 0px 0px 209px;
	width: 424px;
	height: 600px;
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 2;
}
#main {
	position: relative;
	top: 132px;
	left: 229px;
	width: 400px;
	min-height: 800px;
	z-index: 3;
	color: #ffffff;
	font-size: 12px;
}
/* for Internet Explorer */
/*\*/
* html #main {
	height: 800px;
}
/**/

#minilinks {
	position: absolute;
	top: 3px;
	right: 0px;
	color: #ffffff;
	padding: 10px;
	font-size: 12px;
}
#spacer {
	height: 150px;
}
#footer {
	position: relative;
	width: 760px;
	height: 30px;
	text-align: center;
	color: #ffc652;
	background-color: #00000;
	z-index: 3;
}
#footer a {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
#footer a:hover {
	color: #400000;
	text-decoration: underline;
}
/*---------- Classes ----------*/

.copyright {
	position: relative;
	float: right;
	right: 5px;
	color: #ffffff;
	font-size: 10px;
}
.stats {
	font-size: 12px;
}
.centeralign {
	text-align: center;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.tablehead {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.mailinglist {
	width: 424px; 
	text-align: center;
	color: #ffc652; 
	}
