/* CSS Document */

* {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	}
	
BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	}
	

#wrapper {
	width: 800px;
	height: 1000px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#nested {
	MARGIN: 0px; 
	WIDTH: 100%; 
	POSITION: relative
	}

#header {
	height: 150px;
	width: 100%;
	}
	
.logo {
	float:left;
	height: 150px;
	width: 454px;
	}
	
#body {
	height: 100px;
	width: 100%;
	}
	
	
#body_lft_box {
	text-align: left;
	width: 380px;
	float: left;
	padding-top: 20px;
	}
	
.body_txt a:link {
	text-decoration: none;
	color:#000000;
	}

.body_txt a:visited {
	text-decoration: none;
	color:#000000;
	}
	
.body_txt a:hover {
	font-weight: bold;
	text-decoration: underline;
	color:#000000;
	}
	
.body_txt a:active {
	text-decoration: none;
	color: #000000;
	}
	
#body_rt_box {
	text-align: left;
	width: 380px;
	float: right;
	padding-top: 25px;
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	}
	
#video {
	float: left;
	width: 500px;
	height: 400px;
	padding-left: 50px;
	padding-top: 30px;
	}