/* CSS Document */
#main-container
{
	width:760px;
	position:relative;
	top:0;
	right:0;
	margin:0 auto;
	text-align: left;
}

#top-container
{
	width:762px;
}

#middle-container
{
	width:762px;
}

#top-seperator
{
	height:9px;
	overflow:hidden;
}

#menu-container
{
	width:178px;
	float:left;
	padding:50px 32px 0 13px;
	margin:0;
}

#content-container
{
	width:537px;
	float:left;
	padding:50px 0 0 0;
	margin:0;
}

#left-content-container
{
	width:355px;
	float:left;
}

#right-content-container
{
	width:182px;
	float:left;
}

#bottom-container
{
	width:760px;
	/*height:106px;*/
	background: url(../images/footer_bg.gif) no-repeat;
	height: 35px;
	margin-top: 25px;
}



/* CSS FR CLEAR AV "FLOAT" */
.clear-float
{
	clear:both;
	height:0px;
	overflow:hidden;
}

