a:link {text-decoration: none; font-weight: normal; color: #195eab}
a:visited {text-decoration: none; font-weight: normal; color: #7e8cb8}
a:active {text-decoration: none; font-weight: normal; color: #195eab}
a:hover {text-decoration: underline; font-weight: normal; color: #ff830a}
	
body{
	margin : 0;
	padding : 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #7b7d98;
}
#home{
	margin: 60px auto;
	width: 725px;
	padding: 0;
	text-align: center;
}
#main{
	margin: 2em auto;
	width: 725px;
	background-color: #ffffff;
	padding: 0;
}
/* 3 main groups */
#header{
	background-image: url(images/header.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: relative; // Establish a positioned ancestor for #order, which will position (absolutely) relatively to #header containing block
	width: 725px;
	height: 250px;
}
#content{
	width: 725px;
	text-align: center;
}
#endpage{
	width: 725px;
	height: 30px;
	background-image: url(images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#footer{
	width: 725px;
	color: #ffffff;
	text-align: center;
	margin: -15px auto;
	line-height: 170%;
	padding-bottom: 20px;
}
#footer a:link {text-decoration: none; font-weight: normal; color: #ffffff}
#footer a:visited {text-decoration: none; font-weight: normal; color: #cecece}
#footer a:active {text-decoration: none; font-weight: normal; color: #ffffff}
#footer a:hover {text-decoration: underline; font-weight: normal; color: #ba0900}

/* header elements */
#menu{
	padding-left: 100px;
	padding-top: 50px;
	float: left;
}
#order{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	float: none;
	position: absolute;
	top: 160px;
	left: 510px;
	width: 100px;
}
#homeimg{
	padding-bottom: 20px;
	padding-left: 50px;
}
#title{
	width: 350px;
	float: right;
	padding-top: 0px;
	padding-right: 120px;
	text-align: right;
	color: #ffffff;
}
#title p{
	margin-top: -2px;
	padding-right: 2px;
}

/* global */
img{/* turns off gaps around images */
	border : 0;
}
ul{
	list-style-type : disc;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 25px;
	padding-left : 0px;
	line-height : 18px;
	list-style-image : url("images/bulletor.gif");
}
H1{
	font-weight: normal;
	font-size: 15px;
	color: #7b7d98;
	font-family: Georgia, "Times New Roman", Times, serif;
}
H2{
	font-weight: bold;
	font-size: 12px;
	color: #a00b03;
}
H3{
	font-weight: normal;
	font-size: 1.1em;
	color: #818794;
	letter-spacing: 0.3em;
}
H4{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	color: #708090;
	letter-spacing: 0.2em;
}
.maintable{
	border: 0;
	color: #656578;
	padding-bottom: 20px;
}
.maintable TD{
	vertical-align: bottom;
	text-align: center;
}
.precis{
	color: Purple;
}
.index{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.index a:link {text-decoration: none; font-weight: normal; color: #ffffff}
.index a:visited {text-decoration: none; font-weight: normal; color: #cecece}
.index a:active {text-decoration: underline; font-weight: normal; color: #ffffff}
.index a:hover {text-decoration: underline; font-weight: normal; color: #ba0900}
#blurb{
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#blurb p{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: Purple;
}
.ref{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
}
.subcollection{
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #b00900;
}
.nav{
	font-size: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	text-align: center;
	border: 0;
}
.code{
	font-size: 9px;
	color: #a0a3c5;
}
.longpara {
	line-height: 170%;
	color: #80818e;
	padding-bottom: 20px;
}
