/* Layout Stylesheet */ 

body {
	background-image: url(../images/usflag.gif);
	background-attachment:fixed;
	margin: 15px;
	padding:0;
	font-family: "Bookman Old Style";
 }
	 
#lh-col {
	position: fixed;
	top: 5px;
	left: 5px;
	width: 150px;
	border: 0px solid #000000;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: auto;
 }

#rh-col {
	margin: 0px 50px 20px 175px;
	border: 0px solid #000000;
	color: #000;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	height: auto;
} 
 
/* #top-col {
	top: 0px;
	left: 400px;
	width: 300px;
	height: 20px;
	position: fixed;
	border: 0px solid #000000;
	color: #000;
	padding: 0px;
} */

a:link {
	color: #000;
	text-decoration: none;
 }
a:visited {
	color: #000;
	text-decoration: none;
 }
a:hover {
	text-decoration: none;
	color: #F00;
 }
a:active {
	text-decoration: none;
	color: #0F0;
 }
/*image thumbnails start*/
.thumbnail {
	float:center;
	width:125px;
	height:125px;
	margin:5px;
 }
/*image thumbnails stop*/
/* Image Center Start */
img.center {
	display: inline;
	margin-left: auto;
	margin-right: auto;
	width:120px;
	height:90px;
	margin:5px;
 }
/*Image Center Stop */
#main_video {
	height: 600px;
	width: 780px;
	text-align: center;
	display: block;
}
