html {
	margin: auto;
}

body {
	margin: auto;
	padding-top: 15px;
	text-align: center;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}			

#wrapper {
	background-color: #173761;
	border: 1px solid #455f81;
	padding: 10px;
	width: 800px;
	margin: auto;
}

#push {
	height: 10px;
	clear: both;
}	

#content {
	background-image: url(images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}	

#header {
	width: 775px; /* 800-25 padding */
	height: 18px; /* 22 - 4 padding */
	text-align: right;
	padding-right: 25px;
	padding-top: 4px;
	color: #fff;
}

#nav {
	text-align: left;
	height: 16px; /* 126-110 */
	padding-bottom: 8px;
	padding-left: 231px;
	padding-top: 102px;
	color: #fff;
	font-size: 10px;
}	

#copy {
	text-align: left;
	background-color: #126ccf;
	background-image: url(images/bg-copy.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#copy-left {
	float: left;
	width: 210px;

}

#copy-left p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding: 10px;
}

#copy right {
	float: right;
}

#oneColumn {
	padding: 20px;
}

#video {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

#thumbnails {
	width: 204px;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}

#thumbnails img {
	padding-left: 5px;
	padding-bottom: 5px;
	float: left;
}



#home-left {
	width: 252px;
	float: left;
	padding-top: 25px;
	padding-left: 20px;
	color: #fff;
}

#title {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
	color: #ffcc33;	
	font-weight: bold;
	font-size: 14px;
}

#text {
	color: #fff;
	padding-top: 5px;
}

#home-right {
	width: 260px;
	float: left;
	margin-top: 25px;
	margin-right: 10px;
	padding-left: 20px;
}

#content-clear {
	height: 56px;
	background-image: url(images/bg-content.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
}

#footer {
	height: 80px; /* 98-18 padding */
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 18px;
}

#footer-left {
	width: 146px; /* 220-84 padding */
	padding-left: 42px;
	padding-right: 32px;
	color: #333333;
	float: left;
}		

#footer-right {
	width: 528px; /*580 - 52 padding */
	padding-left: 20px;
	padding-right: 32px;
	color: #fff;
	float: right;
	background-image: url(images/footer-copy.gif);
	background-repeat: no-repeat;
	background-position: right;
}		

p {
	color: #fff;
}	

.copy {
	font-size: 11px;
	line-height: 150%;
	color: #fff;	
}

.subtitle {
	font-size: 13px;
	color: #ffcc33;
	font-weight: bold;
}	

.footer-text {
	font-size: 9px;
}

ul {
	margin-left: 20px;
}		

a.small:link {font-size: 9px; font-weight: bold; text-decoration: none; color: #666;}
a.small:visited {font-size: 9px; font-weight: bold; text-decoration: none; color: #666;}
a.small:hover {font-size: 9px; font-weight: bold; text-decoration: none; color: #ffcc33;}
a.small:active {font-size: 9px; font-weight: bold; text-decoration: none; color: #fff;}	


a.nav:link {font-size: 9px; font-weight: bold; text-decoration: none; color: #fff;}
a.nav:visited {font-size: 9px; font-weight: bold; text-decoration: none; color: #fff;}
a.nav:hover {font-size: 9px; font-weight: bold; text-decoration: none; color: #ffcc33;}
a.nav:active {font-size: 9px; font-weight: bold; text-decoration: none; color: #ffcc33;}

a:link {font-size: 11px; font-weight: bold; text-decoration: none; color: #ffcc33;}
a:visited {font-size: 11px; font-weight: bold; text-decoration: none; color: #ffcc33;}
a:hover {font-size: 11px; font-weight: bold; text-decoration: none; color: #fff;}
a:active {font-size: 11px; font-weight: bold; text-decoration: none; color: #69bcff;}		
