/* CSS Document */

body {
	background-color: #0079B4;
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	behavior: url("csshover3.htc");
}

img {
	border-style: none;
}

/*------------ DIVs ------------*/

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}

#header {
	background-image: url(../images/sprite.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 130px;
	width: 900px;
	text-align: right;
}

#content {
	background-image: url(../images/sprite.gif);
	background-position: center -130px;
	background-repeat: no-repeat;
}

#nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	width: 480px;
	padding-top: 200px;
}

#footer {
	width: 900px;
	clear: both;
}


/*------------ Text Styles ------------*/

p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
}

h1 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

/*------------ Links ------------*/

#header a:link, #header a:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 50px;
	text-transform: uppercase;
}

#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav li {
	display: inline;
	line-height: 74px;
	float: left;
}

#nav a:link, #nav a:visited {
	background-image: url(../images/sprite.gif);
	background-repeat: no-repeat;
	background-position: -4px -362px;
	color: #0079B4;
	text-decoration: none;
	height: 74px;
	width: 240px;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}

#nav a:hover {
	background-image: url(../images/sprite.gif);
	background-repeat: no-repeat;
	background-position: -256px -362px;
	display: block;
}
