@charset "utf-8";
#index {
	height: 200px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#leftcolum {
	margin: 0px;
	float: left;
	height: 200px;
	width: 600px;
	border: thin solid #666666;
}
#rightcolum {
	width: 290px;
	border: thin solid #666666;
	float: right;
}

#headingbox1 {
	background-image: url(images/p7exp_mbar.jpg);
	height: 25px;
	font-family: Verdana;
	font-weight: normal;
	padding: 2px;
	font-size: 20px;
	color: #CCCCCC;
}
#textbox {
	font-family: Verdana;
	padding: 3px;
}
