﻿/* ********************************* */
/* ERIC MEYER'S CSS 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 {
	background: #000000;
	background-image: url('../images/HighHorsebkground-tile.jpg');
	background-repeat: no-repeat;
}
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;
	padding-bottom: 8px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ************* */
/* END CSS RESET */
/* ************* */

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 760px;
	border: 3px solid #333333;
	padding: 10px;
	background-color: #080808;
}
#header {
	width: 900px;
	height: 150px;
	background-image: url('../images/highhorseheader%20copy.jpg');
	background-repeat: no-repeat;
}
#logo {
	height: 90px;
	width: 270px;
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 10px;
}

#menu {
	width: 900px;
	height: 38px;
	color: #FFFFFF;
	padding-top: 15px;
	font-size: 0.8em;
	float: left;
}
#container {
	width: 900px;
	height: 555px;
	background-image: url('../images/spotlights1.png');
	background-repeat: no-repeat;
	float: left;
}
#content {
	width: 885px;
	font-family: "Century Gothic", Arial, Helvetica;
	color: #FFFFFF;
	text-align: justify;
	float: left;
	padding-right: 8px;
	line-height: 16px;
	overflow: auto;
	height: 540px;
	font-size: 0.8em;
	padding-left: 8px;
	padding-top: 15px;
}
#content a {
	color: #FFFFFF;
	text-decoration: none;
}
#content p {
	padding-bottom: 15px;
}
#content h2 {
	margin-bottom: 15px;
	color: #9BB3CA;
	font-size: 1.4em;
}
#content h3 {
	padding-bottom: 10px;
	font-size: 0.9em;
}

#content h4 {
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;
	margin-bottom: 10px;
}

#content img {
	padding-right: 15px;
	padding-bottom: 10px;
}

#biography {
	float: right;
	width: 880px;
	padding-right: 8px;
	padding-left: 8px;
}
#biography-long {
	float: right;
	width: 870px;
	padding-left: 8px;
	margin-left: 8px;
}

#footer {
	width: 900px;
	height: 42px;
	float: left;
}
#footer p {
	font-family: "Centyry Gothic", Arial, Helvetica;
	font-size: 0.8em;
	color: #666666;
	margin-top: 20px;
}



