
	
#container {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background: url(../images/2colbg.gif) top left repeat-y;
}


	
#left-content
{
min-height:500px;
height:auto !important;
height:500px;
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
	padding:0px;
/*	border-bottom: 1px dotted #746e65;
	border-bottom: 1px solid #746e65;*/
    width: 165px;
	float:left;
	


}


#main-content
{
min-height:500px;
height:auto !important;
height:500px;
margin:40px;
margin-top:30px;
position: relative;
width:400px;

float:left;



}

#right-content
{
min-height:500px;
height:auto !important;
height:500px;
margin-left:10px;
margin-top:20px;
position: relative;
width:125px;

float:left;



}
