@charset "utf-8";
/* CSS Document */
/* All StylesReset */

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;
}
.story h1 {
	line-height: 1em;
}

/* 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: "" "";
}
.clear_right {
	clear: right;
}

/* End All StylesReset */
body {
	font: 75%/1.3em Calibri, Corbel, Candara, sans-serif;
	color: #333333;
	background: url(bckgrnd.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background: url(bckgrnd-lft.jpg) no-repeat left top;
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
}
#wrapper #wrapper_r {
	background: url(bckgrnd-right.jpg) no-repeat right top;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 950px;
	background: url(cntnt_bckgrnd_fade.jpg) repeat-x left top;
	margin: 0px auto;
	padding: 0px;
}
h1, h2, h3, h4, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
}
h1 {font-size: 1.9em;
} 
h2 {
	font-size: 1.7em;
	color: #000099;
}
h3 {font-size: 1.5em;
}
h4 {font-size: 1.4em;
}
h5 {font-size: 1.3em;
}

p {
	margin-bottom: 1em;
	font: 1.2em/1.3em Cambria, Tahoma, Arial, sans-serif;
}

#header {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	height: 135px;
}
#header h1 {
	color: #EBDE9A;
	margin-bottom: .5em;
	line-height: 1.1em;
}
#header h2 {
	line-height: 1.2em;
}
#header h2, #header h3, #header h4, #header p {
	color: #FFFFFF;
}
#content .story {
	color: #FFCC00;
	border: 5px solid #D2BC55;
	background: #01023A;
	padding: 10px;
	width: 90%;
	margin: 0px auto 15px;
}
#hdr_filler {
	height: 60px;
}

.left {
	float: left;
	margin-left: 10px;
	clear: left;
}

.right {
	float: right;
	margin-right: 10px;
	clear: right;
}

.border {
	border: thin solid #333333;
	background: #FFFFFF;
	text-align: center;

}#header img {
	float: left;
}


img {
	border: thin solid #E5DB96;
	margin: 15px;
}

