
html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	}
body { 
	margin: 0; 
	padding: 0; 
	color: #DDD; 
	background: #000; 
	}
p { 
	margin-top: 0px; 
	font: 10pt Trebuchet MS,Arial,Sans-serif;
	}
h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 20pt;
	font-family: Monotype Corsiva, Trebuchet MS, Serif;
}
h3 { 
	font: bold 10pt Trebuchet MS,Arial,Sans-serif;
	margin: 0; 
	}
h4 { 
	font-weight: normal;
	letter-spacing: 1px; 
	font-size: 11pt;
	margin: 14pt 3pt 0; 
	}
h5 { 
	font-weight: normal;
	font-size: 10pt;
	margin: 6px; 
	}
li {
	list-style: disc inside;
	padding: 0px;
	margin: 1px;
	text-indent: 0px;
	}

a:link { 
	text-decoration: none; 
	color: #EEE;
	}
a:visited { 
	text-decoration: none; 
	color: #CCC;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #FFF;
	}
img {
	/* border-style:none; */
	border-color: #000;
	}

a:hover img { border-color: #822;}
a:active img {border-color: ##AA1111; border-style: inset;}

table, td, th {
        vertical-align: middle;
        text-align: center;
	margin-top: 0px; 
	font: 10pt Trebuchet MS,Arial,Sans-serif;
	}
table {
	border-top: thin solid #DDD;
	border-bottom: thin solid #DDD;
	}
th {
	border-bottom: thin solid #DDD;
	line-height: 14pt;
	}


#splashscreen { 
	text-align: center;
	font-size: 11pt;
	margin: 30px; 
	}

#container { 
	position: relative;
	padding: 0; 
	width: 775px;
	height: 575px;
	margin: 5px auto;
	background: #000 url(images/dmc_background.png) no-repeat top left; 
	}

	/*
#pagetitle {
	margin: 20px 10px;
	}
	*/

#floatingbox {
	padding: 10px; 
	float: left;
	text-align: center;
	}

#floatingright {
	padding: 10px; 
	float: right;
	text-align: center;
	width: 180px; 
	}

#navigation {
	position: absolute;
	width: 160px; 
	margin: 160px 5px;
	}

#navigation p {
	margin: 0 0 0 2px;
	font: 10pt Palatino Linotype,Book Antiqua,Palatino,serif;
	}

#navigation li {
	list-style: none;
	margin: 0 0 2px 0;
	font: 10pt Verdana,Arial,Sans-serif;
	}

#navigation li.current-tab a {color: #711;}
#navigation a:hover {color: #822;}
#navigation li.current-tab a {border-bottom: 2px solid #6b0b0b;}

#nav2 {
	position: absolute;
	width: 140px; 
	margin: 160px 90px;
	}

#nav2 p { 
	margin: 0 0 0 0;
	font: 10pt Garamond,Centaur,Times New Roman,New York,serif; 
    }
	
#maintext {
	position: absolute;
	width: 560px; 
	margin: 190px 190px;
	}

#maintext a:hover, a:active { 
	text-decoration: underline; 
	color: #FFF;
	}


#mainphoto {
	position: absolute;
	width: 340px; 
	margin: 180px 180px;
	text-align:center;
	}
	
#rightdesc {
	position: absolute;
	top: 160px;
	right: 0;
	width: 240px; 
	margin: 0;
	font: 8pt Verdana,Arial,Sans-serif;
	}
#rightdesc img {
	float: left;
	margin-right: 6px;
	}
#rightdesc p {
	margin: 0 0 0 2px;
	font: 8pt Verdana,Arial,Sans-serif;
	}
#rightdesc h3 {
	margin: 0 0 6px 2px;
	}
#rightdesc ul {
	margin: 0px;
	padding: 0 0 20px 5px;
	text-indent: 0px;
	}


#footer {
	position: absolute;
	top: 545px;
	right: 0;
	width: 170px; 
	}
#footer p {
	text-align: center;
	font: 7pt Verdana,Arial,Sans-serif;
	margin: 0;
	}

