html, body {
	background-color: #fff692;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	color: #a33912;
	font-weight: normal;
	padding: 0px;
	margin: 0 0 8px 0;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 8px 0;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #230907;
	letter-spacing: 1px;
	margin: 0 0 16px 0;
	padding: 0;
}
td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #230907;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper {
	min-height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
}
#header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 208px;
	width: 960px;
	position: relative;
	z-index: 1;
}
#header img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#vignet {
	background-image: url(../img/seg_vignet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 128px;
	width: 160px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#seg {
	background-image: url(../img/seg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 2;
	height: 64px;
	width: 256px;
	left: 64px;
	top: 80px;
}
#menu {
	margin: 0px;
	padding: 0px;
	height: 96px;
	width: 960px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 160px;
}
#main {
	/*overflow: auto;*/
	padding-bottom: 24px;
}
#content {
	color: #000;
	margin: 48px 0 0 0;
	padding: 32px 16px 16px 16px;
	clear: both;
	float: left;
	width: 928px;
	position: relative;
	height: auto;
	background-image: url(../img/content_background_shadow.png);
	background-repeat: repeat-x;
}
#content ul {
	margin: 8px 16px 16px 16px;
}

#content li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #230907;
	letter-spacing: 1px;
	margin: 0 0 0 32px;
}
#content img {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-top: 16px;
}
#leftColumn {
	position: relative;
	margin: 0px;
	float: left;
	width: 320px;
	height: 100%;
	clear: both;
}
#centerColumn {
	position: relative;
	margin: 0px;
	float: left;
	width: 320px;
	height: 100%;
}
#rightColumn {
	position: relative;
	margin: 0px;
	float: left;
	width: 320px;
	height: 100%;
}
#leftColumn p, #centerColumn p, #rightColumn p {
	margin: 0 16px;
}

#imageColumn {
	position: relative;
	margin: 0px;
	float: left;
	width: 288px;
	clear: both;
}
#imageColumn img {
	margin: 0;
}
#wideColumn {
	position: relative;
	float: left;
	width: 624px;
	margin: 0 0 0 16px;
}
#content a:link {
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
}
#content a:visited {
	color: #3c5000;
	text-decoration: none;
	font-variant: small-caps;
}
#content a:hover {
	color: #cc0000;
	text-decoration: none;
	font-variant: small-caps;
}
#content a.active {
	color: #cc0000;
	text-decoration: none;
	font-variant: small-caps;
}

#photoframe {
	position: relative;
	float: left;
	background-image: url(../img/frame.gif);
	background-repeat: no-repeat;
	height: 144px;
	width: 144px;
	margin: 0 8px 8px 0;
	padding: 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#photoframe img {
	margin: 0 auto;
	padding: 0;
}
#footer {
	padding: 0px;
	clear: both;
	height: 24px;
	width: 960px;
	background-color: #3c5000;
	margin-top: -24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}
#footer li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #9ea880;
	display: inline;
	padding-right: 16px;
	padding-left: 16px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer li a:link, #footer li a:visited {
	text-decoration: none;
	color: #9ea880;
	font-variant: normal;
}
#footer li a:hover {
	color: #fff;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #9ea880;
	position: absolute;
	left: 16px;
	top: 0px;	
}

#image {
	text-align: center;
	overflow: hidden;
	position: absolute;
	height: 480px;
	width: 800px;
	left: 16px;
	top: 8px;
}

#description {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	position: absolute;
	height: auto;
	width: 640px;
	left: 80px;
	top: 496px;
	color: #000;
	font-size: 11px;
	line-height: 16px;
}

#description h3 {
	text-align: center;
}

#description a:link, #description a:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #C60;
	display: block;
	margin: 16px auto 2px auto;
	padding: 2px;
	width: 64px;
}

#description a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FC0;
}

#nav {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: absolute;
	width: 160px;
	bottom: 8px;
	right: 16px;
	color: #000;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

#nav a:link, #nav a:visited {
	color: #000;
}

#nav a:hover {
	color: #ccc;
}

