* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	}
	
.clear {
	clear: both;
	}
	
body {
	background: #ffffff url('../images/body_bg.jpg') repeat-x;
	}

#frame {
	width: 880px;
	margin: 0px auto 3px auto;
	padding: 0px 25px 0px 0px;
	position: relative;
	}
	
#header {
	height: 122px;
	background: url('../images/header_bg_video.jpg') no-repeat;
	}
	
#searchbox {
	float: right;
	width: 216px;
	height: 44px;
	margin: 77px 6px 0 0;
	}
	
.inputbox {
	border: 1px #85B4D0 solid;
	width: 150px;
	color: #006699;
	font-size: 11px;
	padding: 1px 3px 3px 3px;
	margin: 0px 10px 0px 0px;
	background: #efefef;
	}
		
.formbutton {
	background: #85B4D0;
	font-size: 11px;
	padding:1px;
	border: none;
	color: #ffffff;
	}	

.container-content, #container-content {
	width: 880px;
	height: 360px;
	background: url('../images/middle_bg_video.jpg') repeat-y left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative;	
}

.container-content-body {

	float: right; 
	width: 592px; 
	height: 352px;
	margin: 6px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: #006699 1px solid; 
	background: #006699;
	font-size: 11px;
	color: #006699;
	position: relative;
}

.zone-left {
	float: left; 
	width: 240px;
	height: 360px;
	text-align: center; 
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	background: #d9e7ef;
	overflow: visible;
	position: relative;
}

.home-page-google-help {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 9px; 
	color: #006699; 
	line-height: 8px;
	text-align: left;
	}

#bottom {
	width: 100%;
	}
	
#footer {
	height: 35px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url('../images/bottom_bg_video.jpg') no-repeat top left;	
	font-size: 12px;
	color: #333333;
	font-family: Arial;
	font-weight: normal;
	}
	
.footer_left {
	float: left; 
	width: 60%; 
	text-align: left; 
	padding: 5px; 
	color: #333333; 
	font-family: arial;
	}

.footer_right {
	float: right; 
	text-align: right; 
	width: 30%; 
	padding: 5px 15px 5px 5px;
	}

a {
	font-size: 11px;
	color: #006699;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

a:hover {
	color: #3380ad;
	text-decoration: underline;
	background: #d9e7ef;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	color: #006699;
	font-family: Arial;
	font-weight: bold;
}