/* construction including nav bar */
html {
	background: url(images/blue_slice_background.jpg);
	background-position: center;
}
body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #1e177d;
	margin: 0;
	text-align: center; 
	height: 100%;
	background-image: url(images/skyline_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	margin: 0 auto;
	min-height: 398px;
	width: 950px;
}
.navblock {
	height: 398px;
	width: 950px;
	background-image: url(images/nav_background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
}
.nav_container {
	color: white;
	text-align: left;
	padding-top: 330px;
}
ul {
	text-decoration: none;
}
.nav li, a:link {
	display: inline;
	color: white;
	text-decoration: none;
}
.nav a:visited {
	text-decoration: none;
	color: white;
}
.nav a:hover, a:active {
	text-decoration: underline;
}
.leftContentContainer {
	float: left;
}	
.leftContent {
	margin-left: 30px;
	width: 600px;
	border-right: solid black 1px;
	text-align:left;
}
.leftContent a:link {
	color: #008ae1;
	text-decoration: none;
}
.leftContent a:visited {
	text-decoration: none;
	color: #008ae1;
}
.leftContent a:hover, a:active {
	text-decoration: underline;
}
.leftContentEnd {
	margin-left: 30px;
	min-height: 20px;
	width: 580px;
	border-bottom: solid black 1px;
	fclear: both;
}
.smallBox {
	margin-top: 20px;
	width: 285px;
	border-right: solid black 1px;
	margin-left: 30px;
	text-align: left;
	float: left;
}
.sidebarcontent {
	margin-left: 15px;
	width: 265px;
	text-align:left;
	float: left;
}
.sidebarcontent a:link {
	color: #008ae1;
	text-decoration: none;
}
.sidebarcontent a:visited {
	text-decoration: none;
	color: #008ae1;
}
.sidebarcontent a:hover, a:active {
	text-decoration: underline;
}
.footer_container {
	clear: both;
	height: 49px;
	background: url(images/footer_block.jpg) center bottom no-repeat;
}
.footer {
	text-align:left;
	color: white;
	font-size: 0.8em;
	padding: 20px 0 0 38px;
}
.footer a:link {
	color: white;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: white;
}
.footer a:hover, a:active {
	text-decoration: underline;
}
/* text styles etc */
p {
	margin-bottom: 5px;
}
h1 {
	font-style:italic;
	margin: 0 0 10px 0;
}
h2 {
	font-style:italic;
	margin: 0 0 10px 0;
}
h3 {
	font-style:italic;
	margin: 0 0 10px 0;
}