body {
	font-family: sans-serif, serif;
	color: black;
	background-color: white;
	margin-left: 2%;
	margin-right: 2%;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h2 {
	background-color: #d0e1f5;
	font-weight: normal;
	font-size: 1.25em;
	padding: 0.2em 0.5em;
	border-style: solid solid none solid;
	border-color: black;
	border-width: 1px;
	margin: 0;
}

.links {
	float: left;
	width: 8em;
	margin-bottom: 1em;
}
	
h2#linksh2 {
	text-align: center;
}
	
#header {
	background-color: #d0e1f5;
	border: 1px solid black;
	font-size: 3em;
	font-weight: normal; 
	margin-bottom: 0.5em;
}

#headerleft {
	float: left;
	width: 0;
}

#headercenter {
	text-align: left;
	padding: 0.1em;
}

#headerright {
	float: right;
	width: 0;
	text-align: right;
}

.section {
        margin-left: 11em;
	margin-bottom: 1em;
}

.content {
	background-color: #eaeaf3;
	font-size: 1.0em;
	border: 1px solid black;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.content#linkscontent {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.content#linkscontent a {
	display: block;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-decoration: none;
	font-size: 1em;
}

.content#linkscontent a:hover {
	color: black;
	background-color: #d0e1f5;
	text-decoration: none;
}

body#index a#indexnav,
body#list a#listnav,
body#contact a#contactnav,
body#breams a#breamnav,
body#dave a#davenav {
        color: black;
        background-color: white;
}

#trailer {
        background-color: #d0e1f5;
	font-size: small;
	border: 1px solid black;
	clear: both;
}

#trailerleft {
	float: left;
	width: 32%;
	padding: 0.5em;
}

#trailercenter {
	text-align: center;
	margin-left: 33%;
	margin-right: 33%;
	padding: 0.5em;
}

#trailerright {
	float: right;
	text-align: right;
	width: 32%;
	padding: 0.5em;
}

.clearboth {
	clear: both;
}

