body {
	background-color:#101010; 
	font-family: Verdana;
	font-size: 10pt;
	color:#f6fcfa; 
	padding:0px;
	margin:0px;
}

h1 {
	font-size: 18pt;
	text-shadow: #000000 2px 1px 3px;
}

a { color:#883333;}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; color:#772222; }
a:active { text-decoration: none; }

img {
	border:0px;
}

#mainmenu-logo {
    width: 990px;
	height: 230px;
	margin: 0px auto;
	padding: 0px;
	background-image:url(../files/gfx/header.jpg);
	background-repeat:no-repeat;
}

ul#mainmenu-navigation {
	padding-top: 205px;
	padding-left: 0px;
	width: 990px;
	height: 230px;
	margin: 0px auto;
	background-image:url(../files/gfx/header.jpg);
	background-repeat:no-repeat;
	list-style: none;
	text-align: center;
}

#mainmenu-navigation li {
	display: inline;
}

#mainmenu-navigation a {
	padding: 0px 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15pt;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: #000000 0px 0px 3px;
	background: rgb(185, 0, 0);
	background: rgba(185, 0, 0, 0.5);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
}

#mainmenu-navigation a:hover {
	color:#000000;
	text-shadow: #FFFFFF 0px 0px 3px;
}

#mainmenu-navigation a.selected{
	color:#000000;
	text-shadow: #FFFFFF 0px 0px 3px;
	background: rgba(255, 195, 195, 0.2);
}

#mainbody {
	margin: 5px auto;
	width: 980px;
	text-align: left;
	background:#202020;
	border-style:solid;
	border-width:thin; 
	border-color: #404040;
	padding-right: 4px; 
	padding-left: 4px
}

#footer {
	padding: 0px;
	margin: 0px auto;
	width: 990px;
	text-align: center;
}

.centered {
	text-align: center;
}

.short {
	width: 350px;
	margin: 0 auto 0 0;
	text-align: left;
}

.mritalic {
	font-style: italic;
}

#clear {
	clear:both;
	display:block;
}

#albumcont {
	width: 980px;
	margin:0 auto;
}

.dwrap {
	width: 450px;
	height: 780px;
	display:inline;
	float:left;
	margin-left:27px;
}
