	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;
	}

	body {
		background-color: rgb(125, 0, 0);
		background-image: url(/_pix/background.jpg);
		background-repeat:repeat-x;
		text-align: center;
		margin-top: 15px;
	}

	#wrapper {
		margin-left: auto;
		margin-right: auto;
		margin: 0px auto;
		font-family: Verdana,Geneva,sans-serif;
		text-align: left;
		font-size: 0.8em;
		background-color: rgb(255, 244, 200);
		width: 930px;
		position: relative;
	}

	#header {
		margin: 0px;
		height: 130px;
		position: relative;
	}

	#main {
		padding-top: 5px;
		padding-bottom: 15px;
		clear: both;
		position: relative;
	}

	#footer {
		margin: 0px;
		padding-top: 0.5em;
		line-height: 2em;
		font-style: italic;
		text-align: center;
		font-size: 0.9em;
		clear: both;
		height: 30px;
		position: relative;
		border-top: 3px solid rgb(125, 0, 0);
	}

	#header_top {
		background-image: url(../_pix/background_header.jpg);
		font-weight: bold;
		font-size: 3em;
		text-align: center;
		height: 100px;
	}

	#header_nav {
		line-height: 30px;
		height: 30px;
		color: rgb(255, 255, 0);
		background-color: rgb(82, 0, 0);
		padding-left: 10px;
		border-width: 5px 5px 0px 5px;
		border-style:solid;
		border-color: rgb(255, 244, 200);
	}

	#main_nav {
		position: relative;
		border-style: none solid none none;
		border-right: 2px solid rgb(75, 0, 0);
		font-size: 1em;
		float: left;
		width: 145px;
		margin-left: 5px;
		padding-right:5px;
	}

	#main_body {
		width: 534px;
		float:left;
		padding-left: 10px;
		padding-bottom: 1em;
	}

	#main_gallery {
		width: 214px;
		float: right;
		margin-right: 5px;
		margin-left: 5px;	
	}
	#main_body_gallery {
		width: 748px;
		float:left;
		padding-left: 25px;
		padding-bottom: 1em;
	}

