/* Reset of all styles */

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;
}
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: "" "";
}

/* Lets set up some standard styles */

html {height: 100%;}

body {height: 100%; background-image: url(../_images/background.png);}

h1 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #401801;
	padding-bottom: 20px;
	}
	
h2 {
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A24E55;
	padding-bottom: 20px;
	margin: 0;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	padding-bottom: 15px;
	line-height: 1.4em;
	}
a:link {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #401801;
	text-decoration: none;
	}
a:visited {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #809c61;
	text-decoration: underline;
	}
a:hover {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #401801;
	text-decoration: underline;
	}
	
hr {width: 900px;}

.clear {height: 1px; clear: both;}

.em {font-style: italic;}
.bold {font-weight: bold;}
.bolditalic {font-weight: bold; font-style: italic;}

/* Let's set up the header */


#header {
	background-color: #ffffff;
	width: 100%;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	height: 250px;
	}
#headerholder {
	margin: 0 auto;
	width: 950px;
	height: 250px;
	}
	
/* Top Bar */

#top {
	height: 250px;
	width: 950px;
	margin: 0 auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #E2E6E2;
	}
	
#topleft {
	width: 415px;
	padding: 10px 0 20px 25px;
	float: left:
	}

#topright {
	margin-left: 460px;
	padding: 10px 25px 20px 25px;
	width: 450px;
	border-left: 1px dotted #000000;
	}
