* {
	margin: 0;
	padding: 0;;
}

body {
	background: url(../media/images/pinStripe.jpg) repeat;
}

#header {
	margin: auto;
	padding-top: 40px;
	width: 450px;
}

#subHeader {
	color: #071c38;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	width: 420px;
}

h1 {
	margin: auto;
	font: 50px "Times New Roman", Georgia, Times, serif;
	color: #071c38;
}

h2 {
	margin: auto;
	text-align: center;
	font: 36px "Times New Roman", Georgia, Times, serif;
	color: #071c38;
	border-bottom: 1px solid #071c38;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 500px;
}

#wrapper {
	margin: auto;
	width: 724px;
	background-color: #fff;
	padding: 15px;
}

#navigation {
	width: 700px;
	margin: auto;
}

#navigation ul,li {
	list-style-type: none;
	font: 12px "Times New Roman", Georgia, Times, serif;
	text-align: center;
}

#navigation li {
	display: inline-block;
	padding-left: 5px;
	padding-bottom: 10px;
}

#navigation a {
	font: normal 12px "Times New Roman", Georgia, Times, serif;
	text-decoration: underline;
	color: #071c38;
}

#navigation a:hover {
	text-decoration: none;
	background-color: #e4d9ad;
	padding:5px;
}

a {
	text-decoration: underline;
	color: #071c38;
}

a:hover {
	text-decoration: none;
	background-color: #e4d9ad;
	padding:5px;
}

#current {
	background-color: #e4d9ad;
	padding:5px;
}

#current a:hover {
	padding: 0;
}

#content {
	margin-top: 25px;
	background-color: #fff;
	width: 700px;
	height: 490px;
	padding: 10px;
	border: 2px solid #071c38;
}

#content .bio {
	color: #071c38;
	font: 14px "Times New Roman", Georgia, Times, serif;
	text-indent: 2em;
	padding-bottom: 15px;
}

#content .bio {
	color: #071c38;
	font: 14px "Times New Roman", Georgia, Times, serif;
	text-indent: 2em;
	padding-bottom: 15px;
}

#content a:hover {
	padding: 0px;
}

.underline {
	text-decoration: underline;
}

#right {
	float: right;
	width: 330px;
	text-align: justify;
	margin-right: 10px;
}

#left {
	float: left;
	width: 330px;
	text-align: justify;
	margin-left: 10px;
}

#left a:hover {
	padding: 0px;
}

#right a:hover {
	padding: 0px;
}

#preOrders {
	clear: both;
	padding-bottom: 30px;
}

#preOrders h1 {
	color: #071c38;
	text-align: center;
	font: 24px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #e4d9ad;
	padding: 5px;

}

#preOrders a {
	color: #071c38;
	text-decoration: none;
}

#preOrders a:hover {
	color: #071c38;
	text-decoration: underline;
}

#bioPicture {
	float: left;
	padding: 8px;
	margin: 5px;
}

#references {
	list-style-position: inside;
	float: none;
	position: relative;
}

#references ul, li {
	list-style-type: none;
	text-shadow: #000000 0px 0px 0;
}

#references li {
	padding-bottom: 10px;
}

#footer {
	margin: auto;
	text-align: center;
	padding-bottom: 10px;
}