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

	
#left-content
{
min-height:500px;
height:auto !important;
height:500px;
	padding: 10px;
/*	border-bottom: 1px dotted #746e65;
	border-bottom: 1px solid #746e65;*/
    width: 180px;
	float:left;
}


#main-content
{
min-height:500px;
height:auto !important;
height:500px;
position: relative;
width:293px;
float:left;
padding:0px;
margin:20px;
margin-top:30px;
}


#right-content
{
min-height:500px;
height:auto !important;
height:500px;
position: relative;
width:266px;
/*float:left;*/
padding:0;
margin:0;
border:1px #ff0000;
}

/*
#right-content p
{
	margin:20px;
}
*/


#right-content .csc-header{
padding:0px;
margin:0px;
}
#right-content .csc-header h1{
	background: url(../images/front_rigntsidebar_back.jpg) top left  no-repeat;
	padding-left:40px;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	height:20px;
	display:block;
	margin-top:0px;
}