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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #FFF;
}
body {
	line-height: 1;
	text-align: center;
	background: #151A1A;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}


/* General style */


#wrapper {
	background: url(images/bg.png) repeat-y;
	margin: 0 auto;
	width: 900px;
	height: 900px;
	text-align: left;
	overflow: hidden;
}

#top {
	margin: 0 auto;
	width: 810px;
	padding: 115px 0 0 0;
	height: 115px;
	overflow: hidden;
}

#logo {
	background: url(images/logo.png) no-repeat;
	width: 253px;
	height: 111px;
	float: left;
}

#navigation {
	float: right;
	width: 450px;
	height: 115px;
	margin: 75px 0 0 0;
}

#navigation ul {
	text-align: left;
}

#navigation li {
	float: left;
	width: 70px;
	text-align: center;
	margin: 0 0 0 5px;
	padding: 20px 0 2px 0;
}

#navigation li a {
	font: 17px Verdana;
	text-transform: lowercase;
	color: #FFF;
	text-decoration: none;
}

#navigation li:hover, li.active {
	background: #980720;
}

#photos {
	margin: 0 auto;
	width: 822px;
	overflow: hidden;
	padding: 10px 0;
}

.pic {
	margin: 0 5px;
}

.bar {
	background-color: #EFECEC;
	border-top: 1px solid #737675;
	border-bottom: 1px solid #9C9D9C;
	border-left: 1px solid #BEBEBD;
	border-right: 1px solid #696D6C;
	height: 10px;
	width: 810px;
	margin: 25px auto;
}

#contents {
	margin: 0 auto;
	width: 810px;
	font: 32px verdana;
	color: #efecec;
}


#footer {
	margin: 100px auto 0 auto;
	width: 810px;
	text-transform: lowercase;
	font: 10px arial;
	text-align: right;
}




