﻿.container {
	clear: both;
}

.clearDIV {
	clear: both;
}

.boxTop {
	width: 920px;
	height: 9px;
	background: url(/Projects/CCrawford/Assets/box_top.gif) no-repeat top left;
}

.boxBottom {
	width: 920px;
	height: 9px;
	background: url(/Projects/CCrawford/Assets/box_bottom.gif) no-repeat top left;
}

#mainContent {
	width: 918px;
	height: 900px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: url(/Projects/CCrawford/Assets/background.jpg) no-repeat top left;
}

#mainContent h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.1em;
}

#mainContent .subHead {
	font-size: 1.4em;
	color: #dbeefc;
}

#mainContent #headerTxt {
	width: 525px;
	left: 258px;
	text-align: center;
	position: relative;
	padding-top: 20px;
}

#mainContent #quote {
	width: 400px;
	left: 50px; top: 282px;
	text-align: center;
	position: relative;
	font-size: 1.3em;
	color: #6d6e70;
}

#mainContent .bottomBtn {
	float: left;
	margin: 0px 5px;
}

#mainContent #links {
	width: 765px;
	margin: 0px auto;
	position: relative;
	top: 420px;
}
