/*the following prepared style rules determine colors, fonts, layout, and text wrap around the image in the content area*/
* {
	margin: 0px;
	padding: 0px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 0;
	background-color: #3C4138;
	}

h1 {
	font-size: 2em;
	}

#container {
	width: 800px;
	background: #FFF;
	margin: 0 0 0 1em;
	}
#content {
	margin: 0 2em 2em 15em;
	background-color: #FFFFFF;
	}
#content img {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	}
#nav {
	position: absolute; top: 160px; left: 0px;
	width: 150px;
	}

#nav ul {
	width: 150px;
	}
#siteName h1 {
	font-style: italic;
	color: #d0b26f;
	text-align: right;
	background-image: url(360bridge.jpg);
	padding: 120px 0px 0px 0px;/*adding the padding in this way moves the heading*/
	/*adding the padding to the top of the heading will push the heading to the bottom*/
	}
h2 {
	font-size: 1.7em;
	}
h3 {
	font-size: 1.5em;
	}
.pageName {
	font-variant: small-caps;
	color: #3c4138;
	border-bottom: 3px dotted #3c4138;
	}
.feature {
	background-image: url(yellowgradient.gif);
	background-repeat: repeat-y right;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-left: 1em;
	}
.extra {
	background-image: url(star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	}
