﻿html {
	height: 100%;
}
body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	height: 100%;
	background-color: #000000;
	background-image:url('../images/dino_bkg_070530.jpg');
	background-position:center;
	background-attachment:fixed
}
div#background {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: center;
	background-color: #000000;
}
div#header {
	margin-left: 0px;
	margin-right: 0px;
	height: 86px;
	background-color: #000000;
}
div#menu {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 22px;
	background-color: #000000;
	background-image: url('../images/dino_splash_070530_02.jpg');
	font-size: 11px;
	color: #967a6e;
	font-family: Verdana;
	text-align: right;
}
div#content {
	margin-left: auto;
	margin-right: auto;
	height: 388px;
	width: 760px;
}
div#footer {
	font-size: 10px;
	font-family: Verdana;
	color: gray;
	text-align: center;
}
.sectionHeader {
	font-size: medium;
	color: #EEC05B;
}
.sectionSubHeader {
	color: #4F1111;
}
a{
	text-decoration:none;
}
a.menuLinks{
	color: #807FA5;
}
a.menuLinks:hover{
	color: #CC0000;
	text-decoration: none;
}
a.bodyLinks{
	color: #4F1111;
	text-decoration: underline;
}
a.bodyLinks:hover{
	color: #EEC05B;
	text-decoration: underline;
}
a.footerLinks{
	color: #4F1111;
	text-decoration: none;
}
a.footerLinks:hover{
	color: #EEC05B;
	text-decoration: none;
}
