/*Intro */
body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
	 background-color: #FFFFFF;
	 text-align: center;
	 } /*IE5.x workaround */
div#container { 
     width: 750px;
	 margin-left: auto;
	 margin-right: auto;
	 position: relative;
	 }
div#flashcontent {
     position: absolute;
	 top: 100px;
	 left: 0;
	 right: 0;
	 width: 100%
	 }
div#footer {
     position: absolute;
	 top: 505px;
	 left: 0;
	 right: 0;
	 width: 85%;
	 text-align: right;
	 }
.copyright {
	font-size: 9px;
	color: #9db2b6;
}

/* text navigation */
#textnav {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background-color: #FFFFFF;
}
#textnav a:link {
    color: #333333;
	text-decoration: none;
}
#textnav a:visited {
    color: #527178;
	text-decoration: none;
}
#textnav a:hover {
    color: #80A1A9;
}
#redsandintro {
    margin-top: 100px;
    margin-left: auto;
	margin-right: auto;
}
