html {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
    background: #6688aa url('images/background-hd.jpg') fixed no-repeat;
	background-position: 50% -30px;
    font-family: Verdana, sans-serif;
	font-size: 14px;
}
h2 {
	text-align: center;
}
p {
	text-indent: 2.5em;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	display: block;
	list-style-type: none;
}
a {
	color: black;
}
a:visited {
	color: #666666;
}
a:hover {
}
span.caption {
	display: block;
	margin-bottom: 16px;
}

/* Main Layout */

div#intro {
	margin: 32px auto;
	width: 780px;
	text-align: center;
}
div#summary {
    font-family: sans-serif;
    font-weight: bold
}
div#summary h1 {
	color: white;
}
div#container {
    padding-bottom: 20px;
}
div#main {
    margin: 20px auto 20px auto;
    width: 780px;
    background: white;
    padding: 16px 16px 12px 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border-radius: 8px;
}
div#content {
	margin: 0px 20px 0px 180px;
	min-height: 400px;
}
div#footer {
	position: relative;
	bottom: 0px;
	margin-top: 48px;
    text-align: right;
}

/* Specific Layout */

h2#pageName {
	margin: 50px 0px;
}
div.photos {
	text-align: center;
}
div.photos img {
	border: 1px solid black;
	max-width: 540px;
	
}
span.copy, span.valid {
	font-size: .8em;
	display: block;
}
div#associates {
	text-align: center;
}
div#associates li {
	padding-bottom: 8px;
}

/* Links Layout */

div#links {
    font-weight: bold;
	position: absolute;
	top: 100px;
	left: 50%;
    width: 180px;
	margin: 50px 0px 0px -400px;
	text-align: center;
}
diV#container>div#links {
	position: fixed;
}
#links li {
	margin-bottom: 6px;
}