body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: medium;
	color: white;
	background-color: black;
}
#allcontent {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#intro {
	text-align: center;
	margin-right: 150px;
	margin-left: 150px;
	width: 580px;
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 800px;
}
#left {
	float: left;
	width: 150px;
	text-align: center;
	height: 800px;
}
#right {
	float: right;
	width: 150px;
	text-align: center;
	height: 800px;
}
.widead {
	text-align: center;
	width: 750px;
	padding: 10px;
	margin: auto;
}
#footer {text-align: center;
	font-size: 50%;
}

H1, H2 {
	text-align: center;
	color: White;
	font-family: "Wonton ICG", "Monotype Corsiva", Verdana, Helvetica, sans-serif;
	letter-spacing: 5px;
}
H3, H4 {
	text-align: center;
	color: White;
	font-family: "Wonton ICG", "Monotype Corsiva", Verdana, Helvetica, sans-serif;
	
}
P {
	font-family: Verdana, Helvetica, sans-serif;
	color: white;
}
br {clear:both;
}

.under {
	font-style: italic;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}

img {
	padding: 10px;
	text-align: center;
	border: 0;
	}

table {
	text-align: center;
	padding: 10px;
	width: 800px;
}
tr {
	text-align: center;
	width: 800px;
}
td th {
	padding: 11px;
	width: auto;
	text-decoration: none;	
}
.inline {
	text-align: center;
	width: 580px;
	margin-top: auto;
	margin-right: 150px;
	margin-bottom: auto;
	margin-left: 150px;
	
}
.cameradata {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	text-align: center;
}
dt {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}



#styles {
	font-size: small;
	vertical-align: middle;
	padding: 1px;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: underline;
}


a:link {
	color: #FFF8DC;
}
a:visited {
	color: gray;
}
a:hover {
	color: Blue;
}
a:active {
	color: Red;
}
