body {
	background: #003018 url('../images/Home_BG.jpg') top center no-repeat fixed;

}

#wrapper {
	position: relative;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: #FFF;
}

#header {
	position: relative;
	width: 830px;
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	text-align: center;
}

#content {
	position: relative;
	width: 798px;
	margin: 20px 18px 0 18px;
	text-align: left;
}

#content table.videotable {
	postion: relative;
	width: 798px;
	margin-right: 10px; 
}

#content table.videotable td {
	position: relative;
	width: 798px;
	padding: 20px 7px 0 7px;
	border-top: 2px dotted #CCCCCC;
	/*border-right: 2px dotted #CCCCCC;*/
}

#content table.videotable td.leftborder {
	border-left: 2px dotted #CCCCCC;
}

#content table.videotable td.bottomborder {
	border-bottom: 2px dotted #CCCCCC;
}

table.videotable td h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #abc000;
	
}


#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #111;
	line-height: 150%;
}

#content p a {
	color: #1c6b8a;
	
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
