html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #1d0f0f url('../_images/bg-body.jpg');
	font-family: arial, century gothic, sans-serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
table {
	width: 410px;
	margin-left: 5px;
}

#nav {
	height: 41px;
	margin: 0 auto;
	width: 985px;
}
#nav li {
	float: left;
	list-style-type: none;
}
#content {
	background: #dbd0b8 url('../_images/bg-content.jpg') repeat-y;
	width: 885px;
	margin: 0 auto;
	padding: 10px 50px;
	text-align: left;

}
#content h1 {
	font-weight: bold;
	color: #1d0f0f;
	font-size: 20px;
	padding-bottom: 5px;

}
#content h2 {
	font-weight: bold;
	color: #1d0f0f;
	font-size: 20px;
	padding: 10px 0 5px 0;

}
#content h3 {
	font-weight: bold;
	text-align: justify;
	color: #1d0f0f;
	font-size: 16px;
	padding-bottom: 10px;
}
#content h3.padTop {
	padding-top: 10px;
}
#content p {
	text-align: justify;
	color: #1d0f0f;
	font-size: 13px;
	line-height: 1.2em;
	padding-bottom: 10px;
}

.left {
	float: left;
	width: 400px;
	border: 1px red;
	padding: 30px 0 10px 20px
}
.right {
	float: right;
	width: 400px;
	padding: 30px 20px 10px 0;
	border: 1px red;
}
.sponsors {
	background-color: #fff; 
	border: 3px solid #454b1f;
	padding: 10px 0 20px 20px;
}
.vendors {
	background-color: #fff;
	border: 3px solid #454b1f;
	margin: 0;
	padding: 20px 10px 10px 20px;
	list-style: none;
	width: 400px;
	overflow: hidden;
}
.vendors li {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	margin: 0 20px 20px 0;
}
ul { 
	margin: 0 0 10px 20px;
	color: #1d0f0f;
	font-size: 14px;
}

.left p {
	padding-top: 10px;
}

.right p {
	padding-top: 10px;
}
ul.square {
	list-style-type: square;
	color: #1d0f0f;
}
a:link {
	text-decoration: underline;
	text-align: justify;
	color: #343c17;
}
a:visited {
	color: #343c17;
	text-decoration: underline;
}
a:hover {
	color: #424921;
	text-decoration: none;
}
#buttons {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}
#button-purchase {
	float: left;
	padding-left: 20px;
}
#button-souvenirs {
	float: left;
	padding-left: 60px;
}
#logo-united_way {
	float: right;
	padding-right: 20px;
}
#copyright {
	text-align: left;
	color: #FFF;
	font-size: 13px;
	width: 885px;
	margin: 0 auto;
	padding: 10px 50px;

}
#copyright a {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	
}
.thumb {
	padding: 3px;
	width: 90px;
}
.thumbs.noscript {
	list-style-type: none;
}