#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

div.container
{
width:800px;
margin:0px;
border:1px solid black;
line-height:150%;
}

div.header
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}

h1.header
{
padding:0;
margin:0;
}

div.left
{
float:left;
width:160px;
margin:0;
padding:1em;
}

div.content
{
margin-left:190px;
border-left:1px solid gray;
padding:1em;
}

.left
{
text-align:left;
}

.right
{
text-align: right;
}

.center
{
text-align: center;
}

.footer
{
background-color: #000000;
width: auto;
color: white;
text-align: center;
}

a:link {color: #E00000 }     /* unvisited link */
a:visited {color: #FFFF00}  /* visited link */
a:hover {color: #FFD700}   /* mouse over link */
a:active {color: #0000CD}   /* selected link */

.mail
{width: 400px; 
text-align: right;
}

.head
{
text-align: center;
font-size: 40px;
}