/*----------------------*/
/*---work the floor css | s.whitted - you know what it is---*/ 
/*----------------------*/


body {
     margin: 0 auto;
     padding: 0;
     background:  #c6b9aa url("img/bg.jpg") top center no-repeat;
     text-align: center;
     font: 16px  "Mrs. Eaves","Hoefler Text", "Georgia", serif; 

     color: #333;
     line-height: 22px;
}

/*----------------------*/
/*---( wrapper )----------*/
/*----------------------*/

a:link, a:visited {
	text-decoration: none;
	color: #425461;
	     font-weight: normal;
}

a:hover {
	text-decoration: underline;
	}
	
	

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 380px 0 0 0;
	width: 600px;
	text-align: center;
}


#wrap p {
	text-align: left;
}

#video {
	margin: 0 auto;
	text-align: center;
	width: 500px;
	border: 2px solid #333;

}

ul {
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	padding: 0;
	list-style: none; }

ul li {
	padding-bottom: 5px;
}

h3 {margin: 0;}

/* for Internet Explorer */
/*\*/
* html  .container {
height: 400px;
}


