/* RESET, see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* DESIGN */

body {
	background-color: #E1E6FA;
	color: #183152;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4;
	font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
}

html>body {
	font-size: small;
}

h1 {
	font-size: xx-large;
	font-weight: bold;
}

h2 {
	font-size: x-large;
	font-weight: bold;
}

h3 {
	font-size: medium;
	font-weight: bold;
}

h4 {
	font-size: small;
	font-weight: bold;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover {
	border-bottom: 2px solid #183152;
}

#wrapper {
	width: 720px;
	margin: 0px auto;
	padding: 0px auto;
	text-align: center;
}

#wrapper #header {
	background-color: #183152;
	color: #E1E6FA;
	padding: 10px;
	text-align: left;
}

#wrapper #header  h1 a {
	font-variant: small-caps;
	background-color: transparent;
	color: #E1E6FA;
}

#wrapper #header h1 a:active, #wrapper #header h1 a:hover {
	border-bottom: 2px solid #E1E6FA;
}

#wrapper #nav {
	background-color: #375D81;
	color: #E1E6FA;
	padding: 5px 10px 5px 10px;
	text-align: right;
}

#wrapper #nav ul li {
	margin-left: 10px;
	display: inline;
}

#wrapper #nav ul li a {
	font-variant: small-caps;
	background-color: transparent;
	color: #E1E6FA;
}

#wrapper #nav ul li a:active, #wrapper #nav ul li a:hover {
	border-bottom: 2px solid #E1E6FA;
}

#wrapper #content {
	background-color: #FFFFFF;
	color: #183152;
	border-bottom: 12px solid #183152;
	padding: 10px;
	text-align: left;
}

#wrapper #content a {
	background-color: transparent;
	color: #183152;
}

#wrapper #content h2, #wrapper #content h3, #wrapper #content h4, #wrapper #content p {
	margin-bottom: 10px;
}

#wrapper #content.books h2, #wrapper #content.books p {
	margin-bottom: 10px;
}

#wrapper #content.books h3, #wrapper #content.books h4 {
	margin-bottom: 0px;
}

#wrapper #content img {
	position: relative;
	float: left;
	clear: left;
	margin: 0px 10px 5px 0px;
}

#wrapper #footer {
	font-size: smaller;
	background-color: #FFFFFF;
	color: #183152;
	padding: 5px 10px 5px 10px;
	text-align: right;
}
