@charset "utf-8";
/* CSS Document */

body {
	background-color: #343434;
	margin:0 auto;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {text-decoration: none; color: #fff}
a:visited {text-decoration: none; color: #fff}
a:hover {text-decoration: none; color: #888}

#content {
    width: 800px;
	height: 600px;
	margin:0 auto;
	padding: 0;
	}
#header {
    width:800px;
	height: 66px;
	position:relative;
	padding:0;
	margin:0;
	background-color:#4E4E4E;
	}
#dropmenudiv{
position:absolute;
border:1px solid #343434;
border-bottom-width: 0;
font-size:10px;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #343434;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: white;
background-color: #4E4E4E;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #888;
}
#splash {
    background-image:url(../images/splash.jpg);
	width: 800px;
	height: 564px;
	padding:0;
	margin:0;
	top:0;
}
.name {
    padding: 31px 0 0 18px;
	float:left;
	}
.menu {
    padding: 15px 0 0 140px; /* 17 is 37 if no menu_nonwork */
	font-size: 10px;
	color: #fff;
	}
.submenu {
	float:left;
    padding: 13px 5px 20px 10px;
	margin: 20px 0 0 18px;
	width:97px;
	background-image:url(../images/bgtrans.png);
	text-align:right;
    font-size:10px;
	color:#fff;
	line-height:17px;
}
.menu_nonwork {
    text-align: right;
    padding: 10px 5px 0 140px;
	font-size: 10px;
	color: #fff;
	}
.footermenu a:link {text-decoration: none; color: #888}
.footermenu a:visited {text-decoration: none; color: #888}
.footermenu a:hover {text-decoration: none; color: #fff}

.menu_nonwork a:link {text-decoration: none; color: #888}
.menu_nonwork a:visited {text-decoration: none; color: #888}
.menu_nonwork a:hover {text-decoration: none; color: #fff}

#info {
    position:relative;
	color:#fff;
	margin: 20px 130px 0 130px;
	padding:10px;
	background:url(../images/bgtrans.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:17px;
	}
table {
margin: 0 auto;
}
h1 {
    font-size:12px;
	margin-bottom:0;
	margin-top:0;
}	
#footer {
    width:800px;
	height: 43px;
	position:relative;
	background-color:#4E4E4E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#fff;
	line-height: 16px; 
	}
.footermenu {
    float:left;
    padding: 7px 0 0 18px;  
}
.footerlegal {
    padding: 7px 18px 0 0;
	text-align:right; 
}
