html{
	height: 100%;
	min-height: 100%;
	font-family: serif;
}

body{
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	min-height: 100%;
	color: black;
	background-color: #3f3f3f;
	background-image: url(1700bkg.jpg);
	background-position: top center;
	background-repeat: none;
	background-attachment: fixed;
	text-align: center;
	font-family: serif;
}

h1, h2, h3, h4, h5, h6{
	color: black;
	font-family: serif;
}

hr{
	width: 80%;
	color: #445;
	background-color: #445;
	border-color: #445;
}

#content{
	margin: 0 auto;
	width: 720px;
	text-align: left;
	overflow: hidden;
	background-color: #ddd;
	background-image: url(1700gradient.png);
	background-position: top center;
	background-repeat: repeat-y;
	background-height: 100%;
	min-height: 100%;
	color: #223;
	font-family: serif;
}


#padding{
	margin-top: 100px;
	margin-bottom: 8px;
	margin-left: 25px;
	margin-right: 25px;
	min-height: 100%;
	font-family: serif;
}

#universalheader{
	position: fixed;
	margin: 0;
	top: 0;
	width: 720px;
	height: 80px;
	background-color: #602;
	background-image: url(universalheader.png);
	background-position: top center;
	font-family: serif;
}

#mainmenu{
	position: absolute;
	margin-left: 70px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	bottom: 0;
	width: 580px;
	text-align: center;
	font-family: serif;
}

a.home, a.terms, a.about{
	display: block;
	float: left;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #C77;
	background-color: #602;
	color: white;
	text-decoration: none;
	font-style: italic;
}

#choose{
	display: block;
	float: left;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #C77;
	background-color: #602;
	color: white;
	text-decoration: none;
	font-style: italic;
	font-family: serif;
}

a.choose{
	text-decoration: none;
	font-style: italic;
	color: #C77;
	background-color: #602;
}

a:hover.choose{
	color: white;
}
	

a:hover.home, a:hover.terms, a:hover.about{
	background-color: #935;
}

a.home{
	width: 58px;
}

a.terms{
	width: 98px;
}

a.about{
	width: 118px;
}

#choose{
	width: 298px;
}



#navbar{
	width: 640px;
	height: 30px;
	background-image: url(navbar2.gif);
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 15px;
}

a.pagenav{
	display: block;
	float: left;
	width: 160px;
	height: 20px;
	text-decoration: none;
	font-style: italic;
	color: #C77;
	padding-top: 5px;
	text-align: center;
}

a:hover.pagenav{
	color: white;
}

#analysis{
	color: #223;
}

#historical{
	color: #223;
	display: none;
}

#modern{
	color: #223;
	display: none;
}

#revised{
	color: #223;
	display: none;
}

a.deflink{
	text-decoration: none;
	color: #643;
	font-weight: bold;
}

a:hover.deflink{
	color: black;
}

p.copyright{
	font-size: .8em;
	color: #655;
	text-align: center;
}
