body {
	 font-family: Arial, Helvetica , Sans-serif;
	 background-image: url('img/bg.jpg');
	 background-size:100%;
}

a {
	text-decoration: none;
	color: black;
}

#mail a:hover{
text-decoration:underline;
}
h1, h2 , h3 {
	margin: 0;
}
#container {
	background-color: white;
	width: 990px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#header {
	background-color:  white;
	text-align: center;
	padding: 10px;
	clear:both;
	height: 110px;
	
}

#content {
	padding: 0px;
	height:150px;
	background-color: black;
}


#content .selected {
	font-weight: bold;
	background-color:#084B8A;
}

#main {
	width: 970px;
	height: 900px;
	float: right;
	background-color: white;
	padding: 10px;
}

#footer {
	clear: both;
	padding: 10px;
	background-color: #999999;
	color: white;
	text-align: right;
}

ul {
margin:0px; padding:0px;
}
ul li a{
text-decoration:none;
color:white;
display:block;
}
ul li {
float:left;
width:140px;
height:40px;
background-color:black;
font-size:20px;
line-height:40px;
text-align:center;
opacity:.9;
border:1px solid white;
list-style: none;

}

ul li a:hover {
	background-color:#084B8A;
}
ul li ul li {
	display:none;
	width:140px;
	font-size:20px;
}
ul li:hover ul li{
	display:block;
}