/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}



body {
	background:#fff;
	margin:0;
	padding:0;
	font-family: "century gothic",verdana,arial,helvetica, sans-serif;
}
#container {
	width:700px;
	margin:50px auto 0 auto;
}
#header h1 {
	text-align:center;
	margin:0 0 10px 0;
}
#box {
	background:#bcc0c1;
	border:1px solid #686868;
	text-align:center;
}
#box h2 {
	margin:20px 0 0 0;
}
#images {
	padding:0 0 0 11px;
	margin:32px 0 0 0;
	height:235px;
}

div.image {
	float:left;
	border:3px solid #fff;
	margin-right:4px;
}

#nav {
	margin:45px 0 70px 0;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding:0 45px;
	border-right:1px solid #fff;
	font-size:1.1em;
}
#navlist li.last {
	border-right:none;
}
#navlist a, #navlist a:link, #navlist a:visited {
	color:#fff;
	text-decoration:none;
}
#navlist a.main, #navlist a:hover {
	color:#dc8334;
}

#flash, #about {
	color:#ccc;
	font-size:.8em;
	text-align:center;
	margin:28px 0 0 0;
}
#about {
	text-align: justify;
}
#about p {
	margin-bottom:10px;
}
#flash a, #flash a:link, #flash a:visited, #about a, #about a:link, #about a:visited {
	color:#ddd;
	text-decoration:none;
}

