@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: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.4;
	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*/

/*Layout*/
#wrap {
	width:900px;
	height:100%;
	margin:auto;
}

#header {
	width:900px;
	height:137px;
	background:url(images/header.png);
}
	
#main {
	margin:15px 0 0 0;
	width:900px;
	height:100%;
	background:url(images/bg.png) repeat-y top;
}

#left {
	margin:0 0 0 8px;
	width:192px;
	height:100%;
	min-height:100%;
	float:left;
	clear:both;
}

#right {
	margin:0 8px 0 15px;
	padding:4px;
	width:661px;
	height:100%;
	float:right;
}

#gutter {
	margin:15px 0 0 0;
	width:890px;
	height:20px;
	clear:both;
	background:#843322;
	padding-left:10px
}
#clr {
	clear:both;
}

#whmenu {
	margin-left:30px;
}
/*Styling*/

body {
	background-color:#D6AE6B;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}

p {
	font-size:14px;
}

h1 {
	font-size:18px;
}

#gutter {
	font-size:12px;
}

.img {
	float:right;
	margin:4px;
}

a {
	color:#FFFFFF;
}

.floatright { float: right; }