
body {
	background-image: url(images/background.jpg);
	font-style: normal;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link a:visited {
	color: #085899;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #EB9522;
}

a:active {
	text-decoration: none;
	color: #085899;
}

#navigation img {
	margin: 0px 0px 5px 0px;
}

#mainText img {
	border: 1px solid black;
	margin: 3px;
}

/* Box structure*/

/*IE Box Locations */

#boxWrapper {
	margin: 0 auto;
	width: 930px;
	z-index: 1;
}

#logoWrapper {
	position: absolute;
	left: -50px;
	top: 10px;
	z-index: 2;
}

/* Everyone Else's Box Locations */

html > body #boxWrapper {
	position: relative;
	top: 100px;
	margin:0 auto;
	width: 930px;
	z-index: 1;
}

html > body #logoWrapper {
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 930px;
	z-index: 2;
}

/* All Browsers Now */

#logo	{
	position: absolute;
	top:0px;
	left: 440px;
	width: 159px;
}	

#taglineOne {
	position:absolute;
	top: 50px;
	left: 240px;
	z-index: 2;
}

#taglineTwo  {
	position: absolute;
	top: 50px;
	left: 610px;
	z-index: 2;
}

#footer {
	font-size: smaller;
	width: 400px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 25px 0;
	color: white;
}	

#footer a, a visited {
	color: orange;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #89967F;
	text-decoration: none;
}



/* Make IE put the navigation in the right place */
#navigation: {
	text-align: right;
	padding-right: 100px;
}

	
/* Nav location for everyone else */
html > body #navigation  {	
	text-align: right;
}


/* All Browsers Now */
#mainBox {
	float: left;
	width: 520px;
	margin-bottom: 20px;
}

#mainText {
	background-image: url(images/boxbackground.jpg);
	border: 5px solid #89967F;
	text-align: left;
	padding: 60px 20px 10px 20px;
}

#mainText a, a:visited {
	text-decoration: none;
	color: white;
}

#mainText a:hover, a:active {
	text-decoration: none;
	color: brown;
}	

html > body #navBox {
	float: left;
	width: 220px;
}

html > body #spacerBox {
	width: 220px;
	float: left;
}


