body {
	font-family: Arial, Sans-Serif;
	font-size: 15px;
	text-align: center;
	background: #fff url(images/bg.jpg) repeat-y center;
	background-attachment: fixed;
	color: #000;
	margin: 0px;
	scrollbar-face-color: #cee;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #cee;
	scrollbar-arrow-color: #339;
	scrollbar-track-color: #fff;
	scrollbar-darkshadow-color: #cee
}

#backbackground {
	position: relative;
	text-align: left;
	top: 0px;
	margin-left: auto; 
	margin-right: auto;
	background: #fff url(images/bghead.jpg) no-repeat left top;
	height: 100%;
	width: 750px
}

#background {
	position: absolute;
	top: 0px;
	background: #ddc url(images/bghead.jpg) no-repeat left top;
	width: 750px
}

#heading {
	position: relative;
	height: 335px
}

#heading h1 {
	display: none
	/*text-align: center*/
}

#midsection {
	position: relative
}

#nav {
	background: #fff;
	border-bottom: #000 2px solid;
	border-top: #000 2px solid;
	position: relative;
	width: 750px;
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 22px
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none
}
#nav li {
	display: inline;
	padding-bottom: 10px
}
#nav a {
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #000;
	background-color: #fff
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #000;
	background-color: #fff
}
#nav a:hover, a:active {
	text-decoration: none;
	color: #000;
	background-color: #cee
}

#content {
	position: relative;
	left: 15px;
	border-left: #000 2px solid;
	border-right: #000 2px solid;
	width: 720px;
	margin: 0px;
	background: #fff url(images/bgstone.jpg) bottom right no-repeat;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 160px
}
#content p {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	font-size: 15px;
	margin: 0px;
	text-align: left
}

#content a:link, a:visited {
	color: #339;
	text-decoration: underline
}
#content a:hover, a:active {
	color: #339;
	text-decoration: none
}

#content a img {
	margin: 5px/*;
	border: 0px solid*/
}
#content a:link img, a:visited img {
	color: #ddc;
	border: 5px solid #ddc
}
#content a:hover img, a:active img {
	color: #cee;
	border: 5px solid #cee
}

#content h2 {
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	font-size: 18px
}

#content h3 {
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	font-size: 15px
}

#content h4 {
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	font-size: 13px
}

#content dl {
	padding: 0px;
	margin: 0px;
	text-align: left
}

#content dt.points {
	text-decoration: underline
}
#content dd.points {
	padding-bottom: 10px
}

#content dt.quotes {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 3px;
	text-align: justify
}
#content dd.quotes {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	font-style: italic
}

#content .centered {
	text-align: center
}

#content .important {
	font-weight: bold;
	font-style: italic;
	text-align: center
}

#section {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px
}

#footer {
	position: relative;
	background: #fff;
	left: 0px;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	text-align: right;
	border-top: solid 2px;
	height: 40px;
	width: 750px
}
#footer p {
	padding: 5px
}


