@charset "UTF-8";

/******************************************** home styling ********************************************/

#homelink {
	color: #333333;
	background-color: #fff2b2;
	font-size: 12px;
	text-decoration: none;
	line-height:2em;
	display:block;
	padding-left:10px;
}
#mainContent {
	width: 709px;
	float: left;
	margin-top: 38px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 40px;
}
#imageBar {
	background-image: url(../images/homeimage_07.jpg);
	float: right;
	height: 174px;
	width: 730px;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-right: 30px;
}
