/*reset style from eric meyer*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #95B4C6;
	font-family: "Georgia", "Times New Roman", Serif;
	background-image: url(pages/images/doohickies2.jpg);
	background-position: center 90px;
	background-repeat: repeat-x;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #012840;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #012840;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color:#012840;
}

h1 {
	font-size: 60px;
	color: #F2E6CE;
	background-color: #012840;
	margin: 0;
	padding: 10px 50px;
}

#nav {
	float: left;
	width: 150px;
	height: 210px;
	margin: 40px 0 0 0;
	padding: 0;
	color: #54717F;
	background: #012840;
	border-top: 5px;
	border-bottom: 5px;
	border-style: solid;
	border-color: #012840;
}

#nav ul {
	font-size:24px;
	line-height: 2em;
}

#nav ul li {
	list-style-type: none;
	font-weight: bold;
	color: #F2E6CE;
	text-align: center;
}
	

#nav ul li a {
	text-decoration: none;
	color: #F2E6CE;
	display: block;
	padding: 2px 0;
	width: 150px;
}

#nav ul li a:visited {
	text-decoration: none;
	color: #F2E6CE;
	
}

#nav ul li a:active {
	text-decoration: none;
	color: #F2E6CE;
}

#nav ul li a:hover {
	color: #012840;
	background: #F2E6CE;
}


h2 {
	font-size:24px;
	font-weight: bold;
	color: #012840;
	padding: 10px 0;
}

h3 {
	font-size:20px;
	font-weight: bold;
	color: #012840;
	padding: 10px 0;
}

img {
	padding: 10px 0;
}

#block {
	float: left;
	width: 810px;
	margin: 40px 0;
	padding: 0 55px 55px 55px;
	color: #012840;
	background-color: #F2E6CE;
	border-width: 5px;
	border-style: solid;
	border-color: #012840;

#block p {
	font-size: 14px;
	font-weight: normal;
	color: #012840;
	margin: 0;
	padding: 0;
}