div.heading2-background {
	padding-left: 120px;
	background-image: url(../images/backgrounds/web-heading.png);
	height: 50px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin-left: 20px;
}
div.flash {
	margin-left: 100px;
}
div.db {
	margin-left: 200px;
}
div.hover {
	background-position: 0px -50px;
}

h2 {
	background-color: #923455;
	height: 40px;
	margin-right: -10px;
	padding-right: 20px;
	color: #FFF;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2.hover {
	background-color: #22496c;	
}

a h2 {
	cursor: pointer;
}

p {
	font-size: .95em;
}

#mainContent {
	text-align: right;
	width: 700px;
}

