body {
	background-color: #000000;
	background-image: url('../img/bodybg.png');
	color: #FFFFFF;
	font-family: verdana;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#main {
	background-color: #222222;
	border: solid 1px #333333;
	display: block;
	width: 780px;
	padding: 10px;
	text-align: left;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	
}
#header {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding: 10px;
	border: solid 1px #111111;
	margin-bottom: 15px;
}
#subheader {
	font-size: 14px;
}
#footer {
	text-align: center;
	font-size: 11px;
	color: #BBBBBB;
	background-color: #111111;
	border: solid 1px #000000;
	padding: 5px;
}
.subtitle {
	text-transform: uppercase;
	font-weight: bold;
	color: #FF2222;
	font-size: 18px;
	margin-bottom: 4px;	
	text-align: left;
}
.contentblock {
	border: solid 1px #111111;
	padding: 10px;
	padding-right: 150px;
	margin-bottom: 10px;
	color: #DDDDDD;
}
.smallpadding {
	padding: 10px;
}
.photo {
	padding: 0px;
}
.center {
	text-align: center;
}
p {
	text-align: justify;
}
.picblock {
	display: inline-block;
	text-align: center;
}

a:link {
	color: #DD0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CC2222;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
a.titlelink:link, a.titlelink:visited, a.titlelink:active, a.titlelink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}
img.thumblink {
	border: solid 1px #000000;
	padding: 1px;
	background-color: #111111;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
a.piclink:link, a.piclink:visited, a.piclink:active {
	border: solid 0px #000000;
	padding: 0px;
	margin: 10px;
	text-decoration: none;
}
a.piclink:hover {
	border: solid 0px #DD0000;
	padding: 0px;
	margin: 10px;
	text-decoration: none;
}



