html {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: scroll;
	background-position: center center;
}


#wrapper {
	position:relative;
	width: auto;
	padding: 0;
	background-color: #FFFFFF;
	width: 961px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #000000;
}

#title {
	height: 67px;
	width: 961px;
	position: relative;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A5392E;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A5392E;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #561D17;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #561D17;
	text-decoration: underline;
}

.a1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
}

.a1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.a1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2C2923;
	text-decoration: underline;
}

.a1:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2C2923;
	text-decoration: underline;
}

.a2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.a2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.a2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.a2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.banner {
	background-image: url(../images/banner.jpg);
	height: 159px;
	width: 961px;
	position: relative;
	background-repeat: no-repeat;
}

#nav {
	height: 25px;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	top: 32px;
	left: 195px;
	text-align: right;
}

.topics {
	height: 151px;
	width: 961px;
	position: relative;
}

#topicsContainer {
	float: left;
	height: 155px;
	width: 166px;
}

#diabetes {
	float: left;
	height: 151px;
	width: 155px;
}

#stroke {
	float: left;
	height: 151px;
	width: 148px;
}

#heartdisease {
	float: left;
	height: 151px;
	width: 148px;
}

#alcoholism {
	float: left;
	height: 151px;
	width: 148px;
}

#suicide {
	float: left;
	height: 151px;
	width: 196px;
}
#bodyContent {
	width: 961px;
	position: relative;
	clear: both;
}

#leftbodyContent {
	width: 475px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-right: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 75px;
}

#rightbodyContent {
	width: 330px;
	height: 350px;
	position: relative;
	float: right;
	margin-right: 31px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#bottomBanner {
	height: 108px;
	width: 961px;
	position: relative;
	clear: both;
}

.footer {
	height: 15px;
	width: 961px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	clear: both;
}

