/* 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;
	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: "" "";
}

/* RESET */


/* IE6 */
*html .group {
height: 1%;
}

/* IE7 */
*:first-child+html .group {
min-height: 1px;
}



body {
	background-color: #FFFBF0;

}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.stretchy-container {
background: #AC8955;
}


#top-decoration {
	margin: 0 5% 0 5%;
}



.container {
	width: 1024px;
	margin-left: 5%;
	margin-right: 5%;
}



a:link, a:visited {
	text-decoration: none;
	color: #9F1438;
}


a:hover, a:active {
	background: #323B56;
	color: white;
}


li a:link, li a:visited {
	color: white;
}

li a:hover, li a:active {
	background: #323B56;
}


h1 {
	font-family: "Lucida Grande", Verdana, Arial, Sans;
	color: #323B56;
	font-size: 25px;
	font-weight: normal;
	margin-left: 59px;
	clear: right;
}


.line {
	width: auto;
	margin-top: 5px;
	min-height: 1px;
	border-top: 1px solid #323B56;
}



p {
	font-family: "Lucida Grande", Verdana, Arial, Sans;
	color: #323B56;
	font-size: 14px;
	font-weight: normal;
	margin-left: 59px;
	margin-right: 200px;
	line-height: 26px;	
	margin-top: -10px;
	
}


p#first {
margin-top: 10px;
}


h2 { 
	font-family: Georgia, Palatino, Times, "Time NR", "Times New Roman", Serif;
	font-size: 18px;
	color: #9A7641;
	font-weight: normal;
	margin-left: 59px;
	margin-right: 200px;
	padding-top: 20px;
	padding-bottom: 20px;

}


#bottom-decoration {
	float: right;
}


#footer {
	background: #AC8955;
	color: white;
	margin-top: 69px;
	margin-left: 59px;
	margin-right: 200px;
	padding-bottom: 200px;


}

ul {
	list-style: none;
	padding-top: 10px;
	

}

ul li {
	padding: 10px 20px 0px 20px; 
	display: inline;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, Sans;
}


/* PALETTE 
gold #AC8955 (#9A7641 for text)
cream #FFFAEC
blue #323B56
red #9F1438
*/