body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000;
	color: #fff;

	min-height: 800px;
	background-position: 0px 0px;
	font-family : Verdana, Aerial Black,"Times New Roman", Times, serif;
	font-size: 1em;
}
#header{
	margin: 0px auto 0px;
	width:  717px;
	padding: 0px 0px 0px 0px;
	height: 143px;
	text-align: center;
}
#container{	
	margin: 0px auto 0px;
	background-image: url(../fx/bg.jpg);
	background-repeat: no-repeat;
	width:  717px;
	padding: 0px 0px 0px 0px;
	min-height: 800px;
	text-align: center;
}
#content{
	width: 652px;
	margin: 0px auto 0px;
	min-height: 800px;
	text-align: center;
}
#content img{
	border: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#content-left{
	position: relative;
	width:313px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../fx/cas-box-bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 736px;
}
#content-mid{
	position: relative;
	width:26px;
	float: left;
}
#content-right{
	position: relative;
	width:313px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../fx/cvh-box-bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 736px;
}
.box-content{
	clear: both;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	width: 300px;
	text-align: left;
	
}
.box-text{
	clear: both;
	position: relative;
	top: 20px;
	margin: 20px 0px 0px 0px;
	line-height: 1em;
}
.box-text p{
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 9px 0px 15px 0px;
	font-size: 12px;
	font-weight: bold;
}
.left-text{
	position: relative;
	top: 10px;
	width: 175px;
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}
.right-text{
	position: relative;
	top: 10px;
	width: 110px;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
}
h1{
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0px 0px -5px 0px;
}
h2{
	font-size: 30px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h3{
	font-size: 30px;
	margin: 0px 0px 0px 0px;
	letter-spacing: 2px;
}
a:link, a:visited{
	color: orange;
	text-decoration: none;
}



