@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color:#2f2d2a;
	text-align:center;
	padding: 0;
	margin: 0;
}
#distance { 
	margin-bottom: -300px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
#container {
	position: relative;   /* positions content on top of distance */
	/*text-align: left;     /* horizontal centering hack for IE */
	height: 500px;         /* required - desired height */
	width: 720px;          /* required - desired width */
	background: #2f2d2a;     /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}
#header a {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	margin:  20pt 0pt 20pt 40pt;
	text-decoration:none;
}
#logo {
	float:left;
	margin-top:-10px;
	margin-left: -27px;
}
#logo img {
	border-style: none;
}
#navigation {
	float:right;
}
#content {
	clear:both;
}	
#footer {
	font-size:10px;
	color:#EEEEEE;
}
#footer a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	margin:10pt;
}
#webmail {
	float:left;
}
#legal {
	float:right;
}
