<style type="text/css">

html{
	margin:					0;
	font:					12px Verdana;
	padding:				0;
	overflow:				auto;
}

body{
	margin: 				0;
	font: 					Verdana;
	padding: 				0;
	background-color: 		#292929;
}

p {
	margin-top: 			0;
	font: 					Verdana;
	line-height: 			1.1;
} 

#head{
	width: 					100%;
	height: 				75px;
	margin: 				0 auto;
	background-image: 		url(img/head_fd.png);
	background-repeat: 		repeat-x;
	background-position: 	bottom;
}

#dest{
	width: 					900px;
	height: 				270px;
	margin: 				0 auto;
	background:				url(img/destbkgd.png) no-repeat;
}

#destbox1{
	width: 					380px;
	height: 				120px;
	margin: 				0 auto;
	padding: 				140px 10px 10px 10px;
	float:					left;
	color: 					#FFF;
	font: 					Arial;
}

#destbox{
	width: 					480px;
	height: 				250px;
	margin: 				0 auto;
	padding: 				10px;
	background:				url(img/boxdest.png) no-repeat center;
	float:					right;
}

#maincontainer{
	width: 					100%;
	height: 				420px;
	margin:					0 auto;
	background-image: 		url(img/main_fd.png); 
	background-repeat: 		repeat-x;
	background-position: 	top;
}

#linkbox{
	width: 					890px;
	height: 				53px;
	margin: 				0 auto;
	font-family:			Arial;
}

#seperlink{
	width: 					%;
	height: 				23px;
	margin: 				0 auto;
	padding: 				20px 5px 10px 5px;
	float: 					right;
	font-size:				10px;
	background-image:		url(img/liner.png);
	background-repeat: 		no-repeat;
	background-position: 	right;
	text-align: 			right;
	font:					Arial;
}

#logo{
	width: 					165px;
	height: 				115px;
	margin: 				0 auto;
	float: 					left;
	text-align: 			center;
	background:				url(img/logo_box.png) no-repeat top;
	position: 				absolute;

}

#box1{
	width: 					900px;
	height: 				420px;
	margin: 				0 auto;
}

#column{
	width: 					300px;
	height: 				340px;
	margin: 				0 auto;
	padding: 				40px 0px 20px 0px;
	float: 					right;
}

#column1{
	width: 					580px;
	height: 				190px;
	margin: 				0 auto;
	padding: 				40px 20px 20px 0px;
	float: 					left;
}

#column2{
	width: 					580px;
	height: 				125px;
	margin: 				0 auto;
	padding: 				0px 20px 0px 0px;
	float: 					left;
}

#column3{
	width: 					280px;
	height: 				190px;
	margin: 				0 auto;
	padding: 				0px 5px 0px 5px;
	float: 					left;
}

#column4{
	width: 					280px;
	height: 				360px;
	margin: 				0 auto;
	padding: 				40px 20px 20px 0px;
	float: 					left;
}

#column5{
	width: 					580px;
	height: 				360px;
	margin: 				0 auto;
	padding: 				40px 20px 20px 0px;
	float: 					left;
}

#column6{
	width: 					280px;
	height: 				360px;
	margin: 				0 auto;
	padding: 				0px 10px 0px 0px;
	float: 					left;
}

#column8{
	width: 					280px;
	height: 				360px;
	margin: 				0 auto;
	padding: 				0px 0px 0px 10px;
	float: 					left;
}

#img{
	width:					auto;
	height: 				auto;
	margin: 				0 auto;
	float: 					left;
	position: relative;
}

#footer{
	width: 					900px;
	height:					300px;
	margin:					0 auto;
}

#footercontainer{
	width: 					900px;
	height:					200px;
	margin:					0 auto;
	padding:				15px 0px 20px 0px;
	text-align:				center;
}

#footicons{
	width: 					900px;
	height:					100px;
	margin:					0 auto;
	padding:				15px 0px 20px 0px;
	text-align:				center;
	color:					#666;
	font-size:				8px;
}

#footinfo{
	width:					440px;
	height:					60px;
	margin:					0 auto;
	font-size:				9px;
	text-align:				center;
	padding:				0px 5px 15px 5px;
	float:					right;
}


a:link {color: #333; text-decoration: none;}

a:visited {color:#333; text-decoration: none;}

a:hover {color: #CC0000;}


</style>