body
{
	margin: 0px;
	background-image: url(../img/back.gif);
	background-repeat:repeat;
	text-align: center;
}

#container
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#header_top
{
	float:left;
	width: 960px;
	height: 20px;
	background-image: url(../img/header_top.jpg);
	background-repeat:no-repeat;
}


#header_left
{
	width: 20px;
	height: 260px;
	background-image: url(../img/header_left.jpg);
	background-repeat:no-repeat;
	float:left;
}

#header_middle
{
	width: 920px;
	height: 260px;
	background-image: url(../img/header_middle.jpg);
	background-repeat:no-repeat;
	float:left;
}

#header_right
{
	width: 20px;
	height: 260px;
	background-image: url(../img/header_right.jpg);
	background-repeat:no-repeat;
	float:left;
}

#header_bottom
{
	float:left;
	width: 960px;
	height: 20px;
	background-image: url(../img/header_bottom.jpg);
	background-repeat:no-repeat;
}

#content
{
/*	height: 500px;	*/
	float: left;
	background-image: url(../img/content_back.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #231F20;
	padding-bottom: 30px;
}

#content_left
{
	float: left;
	width: 200px;
	padding-left: 20px
	
}

#content_middle
{	
	float: left;
	width: 500px;
	overflow: hidden;
	padding-top: 3px;
}

#content_right
{
	float: left;
	width: 220px;
	padding-left: 20px;
	padding-top: 5px;
}

