#header {
  background: #0f0;
  position: absolute;
  top: 0px;
  left:10px;
  width: 65%;
  height: 100px;
}
#leftcol {
	background: #f00;
	position: absolute;
	top: 211px;
	left: 20px;
	width: 100px;
	height: 510px;
	background-color: #FFFFFF;
}
#rightcol {
  background: #f00;
  position: absolute;
top: 100px;
  left: 75%;
  width: 150px;
  height: 500px;
}

#content {
  position: absolute;
  top: 204px;
left: 180px;
  width: 656px;
  height: 500px;
}
#footer {
  background: #0f0;
  position: absolute;
  top: 600px;
  left: 100px;
  width: 65%;
  height: 55px;
}

#nav-menu ul
{
list-style:none ;
padding: 0;
margin: 0;
}  

#nav-menu li
{
float: left;
margin: 0 0.15em;
} 

#nav-menu li a
{
background-image:url('images/button.jpg');
height: 2em;
line-height: 2em;
float: left;
font-weight:bold;
width: 8em;
display: block;
border: 0.1em solid #0066FF;
color: black;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:50em
} 



#nav-menu-side ul
{
list-style:none ;
padding: 0;
margin: 0;
}  


#nav-menu-side li a
{

height: 2em;
line-height: 2em;
float: left;
font-weight:bold;
font-size:12px;
width: 10em;
display: block;
border: 0.1em solid #0066FF;
color: black;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu-side li a
{
float: none
}
/* End hide */

#nav-menu-side
{
width:10em
} 




</style>
