/* MassHealthReform.org's CSS Document */

body {
	background-image: url(/images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.brclear {
	clear: both;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000CC;
	
}

#main_container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/* Header */

#header_container {
	width: 100%;
	height: 59px;
	background-image: url(/images/header/header_backgroud.jpg);
	background-repeat: repeat;
}

#title {
	float: left;
	margin-left: 25px;
	margin-top: 20px;
	background-image: url(/images/header/header_title.jpg);
	height: 20px;
	width: 444px;
	background-repeat: no-repeat;
}

#about_us {
	float: right;
	margin-top: 22px;
	margin-right: 50px;
	height: 15px;
	width: 63px;
}

#contact_us {
	float: right;
	margin-top: 22px;
	margin-right: 50px;
	height: 15px;
	width: 75px;
}

#press_room {
	float: right;
	margin-top: 22px;
	margin-right: 50px;
	height: 15px;
	width: 79px;
}

/* Left Nav */

#left_nav_container {
	width: 260px;
	float: left;
}

.left_nav_item {
	float: left;
}

/* Picture Container */

#picture_container {
	width: 100%;
}

.first_row{
	float: right;
}

.second_row{
	float: right;
}

.third_row{
	float: right;
}

/* Content Container */

#content_container {
	width: 467px;
	background-image: url(/images/content_background.jpg);
	background-repeat: repeat;
	float: left;
	padding: 30px;

}

.header {
	font-size: 24px;

}

.sub_header {
	font-size: 18px;

}

.text {
	font-size: 14px;

}

/* Logo Container */

#logo_container {
	width: 100%;
}

/* Footer Container */

#footer_container {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#footer_container img{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
}
