/* CSS Theme for Goshen Web Design - www.goshendesign.com */

/* Typography  and General Properties */

body {
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12pt;
	}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #1847bd;
	}
a:hover {
	text-decoration: underline;
	}

/* Main Layout Properties */

#content {
	margin: 1% auto 2% auto;
	width: 800px;
	}
#main {
	height: 738px;
	background: url("../images/content.jpg") no-repeat;
	text-indent: -10000px;
	margin-bottom: 15px;
	}
#videos {
	padding-top: 10px;
}	

/* Reset Me, Baby! */

ul, ol {
	list-style: none;
	}