html{
	min-height: 100%;
	margin-bottom:1px;
}
body {
	text-align: center;
	min-width:800px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #fff3d1;

}

#wrapper { 
	position:relative;
	text-align:left; 
	width:800px; 
	margin:0 auto;

}

#logo {
	width: 273px;
	float:left;
	margin-top:5px;
}

#menu {
	width: 480px;	
	float:right;
	margin-top: 95px;
}

html>body .clear{	
	clear:both;
	width:100%;
	height:1px;
}	

#bar{
	position:absolute;
	top:119px;
	left:15px;	
	width:770px;
	height:3px;
	background:url(images/bar.gif) no-repeat;
	margin-bottom:0px;	
	clear:both;
}

html>body #bar{	
	top:-2px;
	margin-top:125px;
	margin-bottom:10px;
}

#flash {
	width:800px;
	float:centre;
	margin-top:10px;
}

#content{
	padding:0 17px;
}

#text{
	width: 430px;
	float:left;
        margin-top:40px;
}

#video {
	width: 320px;
	float:right;
	margin-top: 10px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



.style4 {
	font-size: 18px
        color: #463c3c;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
