/* Eric Meyer reset styles */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Eric Meyer reset styles */

/* basic styles */

body {
	background: #ffffff url(/images/bg_gradient.jpg) repeat-x top left;
	text-align: center;
}

#wrapper {
	margin: 40px auto;
	text-align: left;
	width: 850px;
}

#header {
	margin-bottom: 10px;
	/* margin-left: -45px; */
}

#nav {
	float: left;
	width: 25%;
}

#content {
	float: left;
	width: 73%;
	margin-bottom: 20px;
}

#footer {
	background-color: #e3eef7;
	clear: both;
	width: 850px;
}

/* Nav list and link styles */

#nav ul li a{
	display: block;
	padding: 8px;
	background-color: #81c2f7;
	margin: 0 20px 10px 0;
	border-bottom: 1px solid #5fb2f7;
	border-right: 1px solid #5fb2f7;
}

#nav ul li a:link {
	color: #000000;
	text-decoration: none;
}

#nav ul li a:visited {
	color: #000000;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #333333;
	text-decoration: underline;
	background-color: #add3f7;
	border-bottom: 1px solid #81c2f7;
	border-right: 1px solid #81c2f7;
}

#nav ul li a:active {
	color: #333333;
	text-decoration: none;
}

/* typography */

.grey {
	color: #666666;
	font-size: 80%;
}

body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 100%;
}

#nav {
	font-family: Georgia, Times;
	font-size: 90%;
}

#content  {
	font-size: 85%;
	line-height: 1.5em;
}

#content p, h1, h2, h3 {
	margin-bottom: 1em;
}

#content h1 {
	font-family: georgia, times, serif;
	font-size: 180%;
	font-weight: normal;
	border-bottom: 1px solid #cc0000;
	padding-bottom: 10px;
}

#content h2 {
	font-size: 120%;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
}

#content ul {
	margin: 1em 0;
	list-style: square;
}

#content ul li {
	margin-left: 20px;
}

#footer p {
	margin: 20px 0 0 0;
	font-size: 65%;
	padding: 10px;
	text-align: center;
}