/* CSS Document */

html, body {
	height: 100%;
	text-align: center;
	margin-top: 0;
	background-color: #FFFFFF;
	background-image: url(bgdots.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
	font-size: 12px;

}

#wrapper {
	width:800px;
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -40px;
	margin-left: auto;
	background-color: #FFFFFF;

}

#header {
	width:800px;
	height:135px;
	float:left;
	position:relative;
	top: 0;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer {
	height: 40px; /* .push must be the same height as .footer */
	background-color: #D7E4CC;
	font-size: 9px;
	text-align: center;
	
}

.push {
	height: 40px; /* .push must be the same height as .footer */
	font-size: 9px;
	text-align: center;
	
}

#header1 {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:113px;
}

#navspace1_ {
	position:absolute;
	left:0px;
	top:113px;
	width:100px;
	height:22px;
}

#navhome_ {
	position:absolute;
	left:100px;
	top:113px;
	width:50px;
	height:22px;
}

#navspace2_ {
	position:absolute;
	left:150px;
	top:113px;
	width:49px;
	height:22px;
}

#navabout_ {
	position:absolute;
	left:199px;
	top:113px;
	width:77px;
	height:22px;
}

#navspace3_ {
	position:absolute;
	left:276px;
	top:113px;
	width:53px;
	height:22px;
}

#navprog_ {
	position:absolute;
	left:329px;
	top:113px;
	width:70px;
	height:22px;
}

#navspace4_ {
	position:absolute;
	left:399px;
	top:113px;
	width:50px;
	height:22px;
}

#navvideo_ {
	position:absolute;
	left:449px;
	top:113px;
	width:87px;
	height:22px;
}

#navspace5_ {
	position:absolute;
	left:536px;
	top:113px;
	width:52px;
	height:22px;
}

#navcontact_ {
	position:absolute;
	left:588px;
	top:113px;
	width:61px;
	height:22px;
}

#navspace6_ {
	position:absolute;
	left:649px;
	top:113px;
	width:151px;
	height:22px;
}

#content_ {
	width:760px;
	padding: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;

}

#videocontent_ {
	width:760px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
}

#contactcontent_ {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:760px;
	background-color: #FFFFFF;

}


#homecontent_ {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width:800px;
	background-color: #FFFFFF;
	float: right;
}



h3 {
	font-size: 14px;
	color: #641a09;
}


a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
a:link {
	color: #990000;
	text-decoration: underline;
}

#text {
	text-align: justify;
	width: 700px;
	margin-left: 30px;
}

#hometext_ {
	color: #641a09;
	font-size: 14px;
	text-align: justify;
	width: 760px;
	position: relative;
}

ul li {
	padding-bottom: 10px;
}
ol li {
	padding-bottom: 10px;
}
