* {margin:0;padding:0;border:0;}
body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background: #f0f4f7;
	color: #676462;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #676462;
}

a:hover {
	text-decoration: none;
}


h1 {
	font-size: 12px;
	font-weight: bold;
}

h1#logo {
	width:385px;
	height:140px;
	background:url(../_img/html_logo.jpg) no-repeat;
	margin:35px 0 0 80px;
		
}
h1#logo span {
	display:none;	
}

div#nav {
	position:absolute;
	top:1px;
	right:65px;
	text-align:left
}

div#nav img {
	float:left;	
	margin-bottom:30px;
}

div#nav p{
	float:left;
	width:95px;	
	
}

div#nav p a {
	color:#004475;
	font-weight:bold;	
	text-decoration:none;
}

div#nav br {
	clear:left;
}

div#content {
	position:static;
	margin-left: 135px;
	width:50%;
	padding:50px 0 30px 0;

		
}
div#content p {
	margin-bottom:15px;	
}
div#content p span {
	display:none;
}

div#content p img{
	display:block;
	margin-bottom:20px;
}

#flashcontent{position:absoulte;top:0;}
#altContent { margin:0 auto;position: absolute;top: 40%;left:43%;display: table-cell; vertical-align: middle; }
#html 		{ position:fixed;bottom:0px; text-align:center;font-size:10px; width:100%;position: absolute; }
#html a 	{ color:#999; text-decoration:none; }


div#footer {
	position:fixed;
	bottom:0;	
	background-color:#f0f4f7;
	width:100%;
	height:30px;
	z-index:100;
	opacity:0.85;
  	filter:alpha(opacity:85);
  	border-top:3px solid #eee;
}

div#footer p {
	float:right;
	display:inline;
	margin:5px;
}

div#footer p a {
	text-decoration:none;	
	color:#aaa;
}
div#footer p a:hover {
	text-decoration:underline;	
	color:#555;
}