@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bkgd.jpg);
	background-position: center top;
	background-color: #292F6C;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	color: #ffa824;
}
a:visited {
	color: #ffa824;
}
a:hover {
	color: #fedb97;
}
a:active {
	color: #ffa824;
}
h1 {
	font-size: 20px;
	color: #fedb97;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 10px;
}

p {
	margin-top: 0px;
	}

form {
	margin: 0px;
	}

/* Layout */

#PageWrapper {
	margin:0 auto;
	padding:0px;
	width:1000px;
	}


#HeaderWrapper {
	height: 153px;
	width: 880px;
	margin:0 auto;
	}
	
	
#LittleToot {
	position: absolute;
	width: 1000px;
	height: 481px;
	margin-left: 4px ;
	z-index: 3;
	}	
	
#Nose {
	position: absolute;
	width: 26px;
	height: 20px;
	z-index: 5;
	margin-left: 598px;
	margin-top: 459px;
	}	
	
#Nav {
	margin-left: 37px;
	position: absolute;
	margin-top: 306px;
	width: 935px;
	background: url(images/nav.png) no-repeat top center;
	height:67px;
	z-index: 4;
	}

#Main {
	margin-left: 65px;
	width: 868px;
	min-height: 790px;
	background-color: #136a9c;
	border: 6px solid #3975f0;
	}	

#Content {
	padding-top: 335px;
	width: 760px;
	min-height: 380px;
	margin:30px 55px 30px; 
	}
	
#FooterWrapper {
	margin:0 auto;
	height: 65px;
	vertical-align: middle;
	width: 1000px;
	}
	
#Footer {
	font-size: 11px;
	padding-top: 15px;
	}
	

#video {
	float:right;
	width: 400px;
	height: 460px;
	padding-left: 15px;
	}