html,body
{
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial,Helvetica,sans-serif;
	overflow:hidden;
}

h1{font-size:48px;text-align:center;}
h2{font-size:32px;text-align:left;}
h3{font-size:24px;text-align:left;}

#container 
{
  	font-family:Arial,Helvetica,sans-serif;
 	/*font-size: 1.2em;*/
  	position:fixed; 
 	top:113px;
 	left:200px;
  	bottom:35px; 
 	right:0; 
 	overflow:auto; 
  	background:#ffffff;
  	padding:10px;
  	text-align:left;
}

* html #container
{
  	height:100%; 
  	width:100%; 
}



#left
{
	position:absolute;
	top:113px;
	bottom:35px;
	width:200px; 
	float: left; 
	overflow:auto;
}
* html #left
{
	width:200px;
}


#header
{
  	position:absolute; 
  	top:0; 
  	left:0; 
 	width:100%; 
 	height:113px; 
  	background: white url(../images/header-img.jpg) no-repeat scroll right top;
}

* html #header
{
	height:113px;
}


#footer 
{
  	position:absolute; 
  	bottom:0; 
  	left:0;
  	width:100%; 
  	height:35px; 
  	overflow:auto;  
 	background:#0078bf;
	color:#ffffff;
	text-align:center;
	padding-top:10px;
}
* html #footer 
{
	height:35px;
}


#menu 
{
	border: 3px dotted #0078bf;
	margin-top:10px;
	margin-left:10px;
	padding: 0.5em;
	left: 0.5em;
	width: 9em;
	font-family: Arial,Helvetica,sans-serif;
}

#menu li
{
	margin: 0;
	padding: 0.3em;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-family: Arial,Helvetica,sans-serif;
}

#menu li#active 
{
	padding: 0.5em;
	text-decoration: underline;
	font-family: Arial,Helvetica,sans-serif;
}

#menu a:link, #menu a:visited 
{
	margin: 0;
	padding: 0.2em;
	background: #eeeeee url(none) repeat scroll 0% 50%;
	display: block;
	color: black;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
}

#menu a:hover 
{
	background: #0078bf url(none) repeat scroll 0% 50%;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
}