* {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #999;
}
html, body {
	position: relative;
	width: 100%;
	height: 100%;
	background: #333;
}
body {
	width: 1100px;
	margin: 0px auto 0px auto;
}
img {
	border: none;
}

p, h1, h2, h3, h4, table, hr {
	margin-bottom: 15px;
}
p, a {
	line-height: 190%;
}
h1 	{ font-size: 14px; }
h2 	{ font-size: 13px; }
h3 	{ font-size: 12px; }
h4 	{ font-size: 11px; }

ul {
	margin: auto auto 10px 16px;
}
li {
	margin-bottom: 5px;
}

a {
	color: #994708;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	height: 0px;
	background: #fff;
	border: none;
	border-top: dotted 1px #b8b65e;
}

#flash_content {
	position: relative;
	width: 100%;
	height: 100%;
}
#nav {
	position: relative;
	width: auto;
	height: 11px;
	margin-left: 100px;
	padding: 20px 0px 20px 20px;
}
	#nav ul {
		position: relative;
		margin: 0px;
		list-style: none;
	}
	#nav li {
		float: left;
		display: block;
		width: auto;
		padding-right: 190px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: bold;
	}
#main_container {
	position: relative;
	width: 900px;
	height: 650px;
	margin-left: 100px;
	background: url(/img/gfx/main_bkgd.jpg) no-repeat;
}
	#main_container h1 {
		position: absolute;
		top: 30px;
		left: 20px;
		font-weight: normal;
		font-size: 24px;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #ccc;
	}

#main_content {
	position: absolute;
	top: 20px;
	left: 320px;
	width: 540px;
	height: 520px;
	padding: 10px;
	color: #666;
	background: url(/img/gfx/fff_alpha70.png) repeat;
	border: solid 1px #ccc;
	overflow: auto;
}


.h2date {
	font-size: 11px;
	font-weight: normal;
}
.slide {
	position: relative;
	width: 470px;
	height: 350px;
	margin-bottom: 20px;
	overflow: hidden;
	border: solid 1px #ccc;
}

