/* CSS Document */
body 
{
	background-color: #496a8c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

h2
{
	font-size: 14px;
	font-style: bold;
}

div#wrapper
 { 

	width: 760px;
	align: center;
	background:url('body.gif') repeat-y;
} 
div#head 
{
		background: url('header.jpg') no-repeat;
		width:760px;
		height: 165px;
		
}


div#foot 
{
		background: url('foot.jpg') no-repeat;
		width:760px;
		height: 90px;
		float: left;
		
		
}

div#side
{
	width: 176px;
	float:left;
	position: relative;

	


	
}
div#content
{
	width: 462px;
	position: relative;
	text-align: left;
	
}
div#bottom_info
{
	float:left;
	position: relative;
}