/* base
----------------------------------------------- */


body {
	background-color: #336699;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 800px;
	height: 600px;
	margin: 15px auto 0;
	padding: 0;
	background: #336699;
}

#null1 {
	
	height: 173px;
	width: 800px;
	margin: 0;
	padding: 0;
	z-index: 1;
	text-indent: 7px;
}

#pix {
	width: 800px;
	height: 150px;
	margin: 0;
	padding: 0;
}

#about {
	width: 800px;
	height: 30px;
	margin: 0;
	padding: 0;
	z-index: 2;
	overflow: auto;
}

#sections {
	width: 800px;
	height: 28px;
	margin: 0;
	padding: 0;
	z-index: 3;
}

#null2 {
	width: 800px;
	height: 113px;
	margin: 0;
	padding: 0;
	z-index: 4;
}

#logo {
	width: 800px;
	height: 107px;
	margin: 0;
	padding: 0;
	z-index: 4;

}


hdr {
	color: white;
	text-decoration: none;
	font: small-caps 20px/28px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

bdy {
	color: white;
	text-decoration: none;
	font: normal 15px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

hdr2 {
	color: orange;
	text-decoration: none;
	font: small-caps 15px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ttl {
	text-decoration: none;
	font: 30px/39px impact, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #336699;
}

bdy2 {
	color: white;
	text-decoration: none;
	font: normal 13px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

hdr3 {
	color: white;
	text-decoration: none;
	font: small-caps 15px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

bdy3 {
	color: white;
	text-decoration: none;
	font: normal 13px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	background-color: #336699;
}

.navbar a{
	text-decoration: none;
}
.navbar a:visited{
	text-decoration: none;
}
.navbar a:hover{
	text-decoration: none;
}
.navbar a:active{
	text-decoration: none;
}
a img {border: none; }

a { color: white; }
a:link { color: white; }
a:visited { color: silver; }
a:hover { color: orange; }
a:active { color: orange; }

