@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1fb08f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 800px;
	background-image: url(../images/comp1fp_06.jpg);
	background-repeat: repeat-y;
}

#header-area {
	width: 800px;
	height: 155px;
	background-image: url(../images/comp1fp_01.jpg);
	background-repeat: no-repeat;
}

#slogan-area {
	width: 800px;
	height: 37px;
	background-image: url(../images/comp1fp_02.jpg);
	background-repeat: no-repeat;
}

	#slogan-text {
		font-size: 24px;
		font-weight: bold;
		color: #224257;
		text-align: center;
		padding-top: 4px;
	}

#top-spacer {
	width: 800px;
	height: 6px;
	background-image: url(../images/comp1fp_03.jpg);
	background-repeat: no-repeat;
}

#promo-wrapper {
	width: 800px;
	height: 338px;
	background-image: url(../images/comp1fp_04.jpg);
	background-repeat: repeat-y;
}

	#promo-left {
		width: 293px;
		height: 338px;
		margin-left: 20px;
		float: left;
	}
	
		#promo-text {
			margin-top: 5px;
			margin-left: 10px;
			width: 273px;
			text-align: center;
		}
		
		.promo-h1 {
			font-weight: bold;
			font-size: 18px;
			color: #FFF;
		}
		
		#promo-text td.menu {
			border: thin solid #FFF;
			padding: 3px;
		}
		
		#promo-text a:link, #promo-text a:visited {
			display: block;
			text-align: center;
			text-decoration: none;
			color: #FFF;
			font-size: 12px;
			font-weight: bold;
		}
		
		#promo-text a:hover {
			display: block;
			background-color: #FFF;
			text-decoration: none;
			text-align: center;
			color: #1fb08f;
			font-size: 12px;
			font-weight: bold;
		}
		
		.boxhead {
			display: block;
			background-color: #000;
			color: #FFF;
			font-size: 18px;
			font-weight: bold;
			font-variant: small-caps;
			text-align: center;
		}
		
		#promo-text ul {
			margin-top: 0px;
		}
			
		#promo-text li {
			color: #000;
			font-size: 14px;
			font-weight: bold;
			text-align: left;
			margin-left: -10px;
		}
		
	#video {
		width: 451px;
		height: 338px;
		margin-left: 325px;
	}

#body-wrapper {
	width: 800px;
	min-height: 800px;
	background-image: url(../images/comp1fp_06.jpg);
	background-repeat: repeat-y;
}

	#body-left {
		width: 293px;
		margin-left: 20px;
		float: left;
	}
	
		#body-text {
			margin-top: 5px;
			margin-left: 10px;
			width: 273px;
			text-align: center;
		}
		
		#body-text ul {
			margin-top: 0px;
		}
			
		#body-text li {
			color: #000;
			font-size: 14px;
			font-weight: bold;
			text-align: left;
			margin-left: -10px;
		}
	
	#body-area {
		width: 451px;
		margin-left: 315px;
	}
	
		#body-area-text {
			margin: 0 auto;
			padding: 10px;
		}

#footer {
	width: 800px;
	height: 36px;
	background-image: url(../images/comp1fp_08.jpg);
	background-repeat: no-repeat;
}
