@charset "utf-8";
/* CSS Document */

img{border:0;}

body { 
margin:0; 
padding:0; 
height:100%; /* this is the key! */ 
} 



#container
{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height:100%;
	top: auto;
}



#head
{
	position:relative;
	width: 800px;
	height:95px;
	float:left;
	padding-bottom:5px;
	clear:both;
	background-image: url(images/logo-header-bg.png);
}

#rightmenu
{
	position:relative;
	width:136px;
	height:700px;
	float:right;
	background-image:url(images/right-back.gif);
	background-repeat:repeat-y;
}

#leftmenu
{
	position:relative;
	width:170px;
	height:700px;
	min-height:600px;
	float:left;
	background-color:#999999;
}



#content
{
	position:relative;
	width:474px;
	min-height:580px;
	height:100%;
	background-color:#FFFFFF;
	float:right;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#smallbox
{
	position:relative;
	float:left;
	width:130px;
	height:130px;
	
}

#smallbox2
{position:relative;
float:right;
width:200px;
height:130px;
}
