<style type="text/css">
img, div { behavior: url(iepngfix.htc) }
</style> 


body {
 margin-left: 50px;
 margin-right: 50px;
 text-align: justify;
 background: #fbfcff;
 font: 100% Tahoma, Sans-serif, Arial, Verdana;
 color: #031433;;
}

h1 {
  margin: 0;
  font-size: 150%;
  color: #031433;;
}

a {
  color: #031433;;
}

a:hover {
 text-decoration: none;
}

#header {	
 width: 650px;
 height: 282px;
 background: #fbfcff;
 margin: auto;
}

#logo {
 position: relative;
 width: 400px;
 height: 268px;
 overflow: hidden;
 margin: auto;
 margin-left: 25px;
 float: left;
}

#logo span {
 width: 400px;
 height: 268px;
 background: url('./logo.png') no-repeat;
 left: 0; 
 top: 0;   
 z-index: 1;
 position: absolute;
 cursor: pointer;
 margin: auto;
}

#menu {
 padding-top: 70px; 
 float: right;
 margin-right: 50px;
 width: 170px;
}

#menu ul {
 padding: 0 35px 15px 20px;
 margin: 0;
 list-style: none;
 text-align: left;
}

#menu ul li {
 display: block;
 color: #031433;
 line-height: 25px;
 padding-left: 25px;
 background: url('./pointer.png') center left no-repeat;
 border-bottom: 1px solid #0c1f43;
 list-style: none;
}

#menu ul li a {
 color: #031433;
 text-decoration: none;
 background: none;
}

#menu ul li a:hover {
 color: #031433;
 text-decoration: underline; 
 background: none;
}

#content {
padding-top: 50px;
 margin: auto;
 width: 700px;
 text-align: justify;
 height: auto;
}


#time {
	text-align: right;
	margin: 10px;
	color: #031433;
	
	font-size: 80%}
	  
#footer { 

 text-align: center;
 font-size: 70%;
 color: #031433;
 padding-top: 150px;
 padding-bottom: 10px;
 overflow: hidden;
}

h2 {
margin: 5px 0 5px 0;
}

h2 span {
font-size: 10px;
}
