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

/* reset */

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: arial;
	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: "" "";
}
/* end reset*/

#wrap {
	display:table;
	width:880px;
	height:100%;
	margin:auto;
}

#header {
	width:790px;
	height:161px;
	background:url(images/header.png);
	margin:auto;
	padding:70px 0 0 90px;
}

#main {
	width:880px;
	background:url(images/strip.png) repeat-y top;
	height:100%;
}

#content {
	width:775px;
	margin:auto;
	height:100%;

}

#innertop {
	width:775px;
	background:url(images/innertop.png);
	height:80px;
}

#innermain {
	width:775px;
	background: url(images/innerstrip.png) repeat-y top;
	height:100%;
}
#innerpad {
	padding: 0 15px 10px 30px;
}

#menualign {
	padding: 10px 0 0 22px;
}

#innerfooter {
	width:775px;
	background:url(images/innerfooter.png);
	height:18px;
	clear:both;
}

#footerfooter {
	width:775px;
	background:url(images/innerfooter.png);
	height:18px;
	clear:both;
}
#footerupper {
	width:775px;
	background:url(images/footerupper.png);
	height:23px;
	clear:both;
}

#footer {
	width:880px;
	height:41px;
	clear:both;
	background:url(images/footer.png);
}

body {
	background: url(images/bg.png) top repeat-x #550401;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.2;
}

h1 {
	font-size:120%;
}

p {
	font-size:90%;
}
	
