div#header {
width : 800px;
height : 200px;
margin-top:20px;}

div#logo {
width : 200px;
height : 200px;
float:left;}

div#info {
width : 600px;
height : 145px;
line-height:120%;
padding-top:55px;
text-align : right;
float:right;}

div#nav {
width : 800px;
height : 23px;
text-align : center;}

div#main {
width : 800px;
height : 1000px;
text-align : center;}

body {
background-color:#ffffff;
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size: 12pt;
line-height:32px;
text-align:left;
text-decoration: none;}

/*
a:link { 
	color: #cd1f24;
	font-weight:bold;
	text-decoration: none;}
	
a:visited { 
	color: #cd1f24;
	font-weight:bold;
	text-decoration: none;}
	
a:hover { 
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;}
	

.red {
	margin-left:25px;
	color: #ff0000; 
	font-size: 18px; 
	font-weight: bold;}
*/
	
	
.copyright {
	font-size:10px;
	color:#000000;
	text-align:center;
	width:800px;}
	
/* nav */
.opaque {
	background-color: #FCFBDD;
	filter: alpha(opacity=80); /* ie */
	-moz-opacity: .8; /* mozilla */}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px Verdana;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 179px;
	background: #725532;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;}

#sddm li a:hover
{	background: #a2957c;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ded8cb;
	border: 1px solid #4c3519;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 4px 10px;
		width: 177px;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		background: #ded8cb;
		color: #4c3519;
		font: 12px Verdana;}

	#sddm div a:hover
	{	background: #ded8cb;
		color: #ffffff;}


