body {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
#container {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	overflow:visible;
}
a {
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	color: #F00;
	font-weight: 300;
	text-decoration: none;
}
a:hover {
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	color:#F00;
	font-weight: 300;
	text-decoration: underline;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	margin-bottom: 5px;
}
li:last-of-type {
	margin-bottom: 30px;
}
img {
	border: 0;
}
.header {
	padding: 0px;
	height: 100px;
	width: 800px;
	vertical-align: bottom;
	display: table-cell;
}
.headerleft {
	width: 400px;
	float: left;
}
.headerright {
	width: 400px;
	float: left;
	text-align: right;
	margin-top: 13px;
}
.headerright a{
	text-decoration:none;
	color:#333;
}
.headerright a:hover{
	text-decoration:underline;
	color:#333;
}
.content {
	padding: 0px;
	width: 808px;
	min-height: 550px;
	padding-left:4px;
}
.show {
	height: 250px;
	width: 800px;
	overflow:visible;
	margin-top: 25px;
	margin-bottom: 15px;
	/* [disabled]border: solid #ccc 1px; */
	position: relative;
}
.show_bg {
	height: 305px;
	width: 808px;
	background-image:url(../img/shadow.png);
	background-repeat:no-repeat;
	position:absolute;
	top:98px;
	margin-right: auto;
	margin-left: auto;
	overflow:visible;
	z-index:-1;
}
.contentleft {
	width: 460px;
	float: left;
	display: block;
}
.contentright {
	width: 290px;
	padding-top: 13px;
	display: inline-block;
	left: 60px;
	position: relative;
}
.footer {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.pad {
	padding-left:20px;
	padding-right:50px;
}

.h1 {
	font-family: "Ubuntu", sans-serif;
	font-size: 30px;
	color: #333;
	font-weight: 300;
}
.h1 a{
	font-family: "Ubuntu", sans-serif;
	font-size: 30px;
	color: #F00;
	font-weight: 300;
	text-decoration: none;
}
.h1 a:hover{
	text-decoration: underline;
}
.h2 {
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: 300;
}
.h2i {
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: 300;
	font-style: italic;
}
.h3 {
	font-family: "Ubuntu", sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
}

.paragraph {
	height: 15px;
	margin-top: 15px;
}
.hline {
	width: 280px;
	height: 15px;
	border-top: solid #ccc 1px;
	margin-top: 4px;
}
.activelink {
	color: #F00;
}
.cvl {
	float: left;
	width: 50px;
	list-style-type: none;
	clear: both;
}
.cvl110 {
	float: left;
	width: 110px;
	list-style-type: none;
	clear: both;
}
.cvl110p {
	float: left;
	width: 110px;
	list-style-type: none;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	height: 20px;
}
.cvr {
	float: left;
	width: 410px;
	list-style-type: none;
}
.cvr350 {
	float: left;
	width: 350px;
	list-style-type: none;
}
.cvr350p {
	float: left;
	width: 350px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 20px;
}
.slide-show li {
	position:absolute;
	list-style:none;
	display:block;
	width:800px;
	height:250px;
	overflow:hidden;
}
.featured_title {
	z-index: 10;
	position: absolute;
	right: 25px;
	top: 15px;
}
