body {
	margin:0;
	padding:0;
	background:#474C3F;
	text-align:center;
	width:100%;
	height:100%;
	font-family: "Trebuchet MS";
}
h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
#pageHeader {
	background:url(../jpg/layout/header.gif) no-repeat top center;
	height:100px;
	margin-left:40px;
}
/* structural elements */
#container {
	background:url(../jpg/layout/logo_animation.gif) no-repeat left top;
	border-left:solid 1px #807944;
	border-right:solid 1px #807944;
	border-bottom:solid 1px #807944;
	margin:0 auto;
	padding:0;
	width:1000px;
}
#container2 {
	position:relative;
	margin:0 auto;
	padding-left:100px;
	width:900px;
	text-align:left;
}
#intro {
	padding:0;
}
#supportingText {
	position:relative;
	margin: 0 0 0 120px;
	width:750px;
}

/* intro */
#preamble {
	position:relative;
	left:120px;
	padding-top:50px;
	width:800px;
	font-size:11px;
}

/* supportingText */
#supportingText p {
	color:#CCBA88;
	margin:10px 0 15px 10px;
	padding:0;
	line-height:14px;
	font-size:11px;
}
#supportingText h3 {
	margin:10px 0 0 0;
	text-indent:-5000px;
	height:22px;
}
#supportingText a:link, #supportingText a:active, #supportingText a:visited {
	color:#054D7E;
	font-weight:bold;
	text-decoration:none;
}
#supportingText a:hover {
	color:#B93B23;
	font-weight:bold;
	text-decoration:none;
}
#footer {
	text-align:left;
	color:#CCBA88;
	padding:10px;
	margin:0 2px 0 0;
	font-size:10px;
	font-weight:normal;
}
/* linkList */
#linkList {
	margin-left:210px;
	position:absolute; 
	top:110px;
	width:760px;
	left:16px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CCBA88;
}
#linkList a:link, #linkList a:active {
	color:#CCBA88;
	font-weight:bold;
	text-decoration:none;
}
#linkList a:visited {
	color:#CCBA88;
	font-weight:bold;
	text-decoration:none;
}
#linkList a:hover {
	color:#B93B23;
	font-weight:bold;
	text-decoration:none;
}

