/***********************************************/
/* content                                      */


/************** two column section ***************/

body {
	background-image: url(images/bg.jpg);
	color: #000000;
	background-repeat:repeat-x;
}

#all_content {
	margin: 0 auto!important;
	padding: 0 0 10px 0;
	width: 800px;
	background-image: url(images/bg-grey.jpg);
	background-repeat:repeat-y;
	clear: both;
	border-right: solid 1px #6B95B6;
	border-left: solid 1px #6B95B6;
	border-bottom: solid 1px #6B95B6;

}

#logo {
	float: left;
	margin: 30px 5px 0 20px;
	padding: 0;
	display: inline;
}

#sub_content {
	float: right;
	margin: 0 0 0 0px;
}

.column_container {
	overflow: hidden;
	width: 580px;
	margin-left: 10px;
}

div.content_column {
	float: left;
	padding-bottom: 1000px;
	margin-bottom: -990px!important;

}

.frame {
	width: 525px;
	float: left;
	height: 600px;
	overflow: auto;
	font-size: 11px;
	margin: 10px 0 0 40px;
	display: inline;
}
