@charset "utf-8";
/* CSS Document */


/* MAJOR SITE-WIDE CLASSES */

a {
	color: #e4c11d;
}

body {
	text-align: center;
	background-image:url(images/bg1.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
}


#wrapper {
	margin:0 auto;
	position: relative;
	width:980px;
	height:100%;
}

.textStyle {
	font-family: Century School Book, Century Schoolbook, georgia, serif;
	color: #666666;
	font-size: 16px;
	line-height: 18px;
	
}


/* SPECIFIC CLASSES */

.topBlurb {
	text-align: right;
	position: absolute;
	top: 42px;
	left: 575px;
	width: 404px;
	height: 28px;
}

.logo1 {
	position: absolute;
	top: 69px;
	left: 9px;
}

.logo2 {
	position: absolute;
	top: 79px;
	left: 401px;
}

.contentContainer {
	position: absolute;
	top: 100px;
	width: 980px;
	height: 100%;
}

.contentRow {
	width: 980px;
	border-top: 2px dotted #CCCCCC;
	position: relative;
	height: 600px;
}

.sectionText {
	position: relative;
	width: 100px;
}

