/* CSS Document */

.header {
	width: 884px;
	height: 164px;
	background-image:url(images/navigation/logoTop.jpg);
	background-repeat: no-repeat;
	
}

.navbar {
	display: inline;
	float: left;
	width: 164px;
	height: 720px;
	font-family: Templar;
	font-size: 20px;
	font-weight: 300;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	background-repeat: repeat;
	background-image: url(images/navigation/navLeft720.jpg);
	
}

.content {
	display: inline;
	float: left;
	width: 720px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	}
.wrap {
    position: absolute;
    width: 884px; /* this is based on the .navbar width + .content width*/
    left: 50%; /* this line and the next will center everything on the
screen regardless of the size*/
    margin: 0 0 0 -442px;
}
.copyright {font-family:Arial, Helvetica, sans-serif;
font-size:10px;}
a:link {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
a:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
a:hover {
	color: #00FFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a:active {
	color: #00FFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
