

body{
	font: 8pt/16pt 'Lucida Sans', Trebuchet, Sans-serif;	color: #000;
	background: #cfd39d;  
	margin-top: 0px;

	}

#content{
	width:750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	}
	
#video{
background-color: #e3e3a3;
	margin-top: 10px;
		margin-left: auto;
	margin-right: auto;
	padding:10px;
	width: 600px;
	text-align: center;
	border: dotted 2px #695935;
	
}

#textbox2{
background: #8b8d6c;
	margin-left: auto;
	margin-right: auto;
width:550px;
border: dotted 1px #57574e;
padding:10px;
color:#000;
text-align: left;
}


#textbox{
background: #8b8d6c;
	margin-left: auto;
	margin-right: auto;
width:550px;
border: dotted 1px #57574e;
padding:10px;
text-align: center;
}

h1{
display: inline;
color: #fff;
font-size: 20pt;

}

h3{
display: inline;
color: #000;
font-size: 17pt;

}

h2{
display: inline;
color: #cfd39d;
padding-right: 10px;

}
	
	

.floatright{
	float:right;
	}

.floatleft{
	float:left;
	}
.clear{
	clear:both;	
}

.hide{
    	display:none;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #695935;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #695935;
	}
a:hover, a:active { 
	text-decoration:underline ; 
	color: #707252;
	}
