body {
	background: #F2EEE6;
	color: #000;
	padding: 10px 0 10px 0;
	font-family: Georgia;
}

a:link,
a:visited,
a:focus,
a:hover,
a:active { text-decoration: none; }

a img {
	border: 0 none;
}

#container {
	position: relative;
	height: 650px;
}

#header {
	position: relative;
	height: 70px;
	background-color: #F2EEE6;
	z-index: 999;
}

#logo {
	position: absolute;
	left: 65px;
	height: 220px;
	width: 180px;
	xbackground-color: #F2EEE6;
	display: block;
}

#logo img {
	position: relative;
	left: 18px;
	top: 20px;
	width:143px;
	height: 180px;
}

#shadow {
	position: absolute;
	left: 43px;
	top: 0px;
}

#bgimage {
	position: absolute;
	height: 580px;
}

#SlideShow {
	position: absolute;
	top:0;
	left: 0;
	height: 580px;
	width: 960px;
	xbackground-color: #666;
}

#navigation {
	position: absolute;
	top: 70px;
	height: 70px;
	background-color: #FFF;
	filter:alpha(opacity=50);
	opacity: .5;
}

#navigation ul {
	list-style-type: none;
	margin-top: 40px;
	margin-left: 260px;
}

#navigation li {
	position: relative;
	width: 140px;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: .2em;
	text-align: center;
	xbackground-color: #666;
	float: left;
}

#navigation li a {
	color: #000;
	text-decoration: none;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#navigation li a:hover {
	color: #FFF;
	background-color: #666;
}

#content {
	text-align: left;
	position: absolute;
	top: 140px;
	height: 510px;
	width: 960px;
}

#footer {
	position: relative;
	top: 568px;
	height: 12px;
	background-image: url(line.png);
	background-repeat: repeat-x;
}

#disclaimer {
	position: relative;
	top: 570px;
}

#disclaimer p {
	color: #666;
	letter-spacing: .1em;
	font-size: 11px;
}

#disclaimer a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: .2em;
	float: right;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

p {
	xborder: 1px solid #666;
	xoverflow: hidden;
	xpadding: 10px 0;
	xtext-align: center;
}

.container_12 {
}

.container_16 {
}

.container_24 {
}