#wrap     { width: 800px; margin:0 auto; } 
/* "auto" makes the left and right margins center the wrapper */

#logo {
	text-align: center;
	}


#copy {
	text-align: right;
	font-family: Helvetica,Arial,Verdana;
	font-size: 10px;
	}
	
#gallery {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	}


.line {
	text-align: center;
	border-bottom:1px solid;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#pdf {
	text-align: center;
	text-decoration: underline;
	font-size: 12px;
	}
	
	
#primary_nav {
	width: 800px;
	font-family: Helvetica,Arial,Verdana;
	margin-bottom: 20px;
	text-align: center;
	border-style: none;
	font-size: 15px;
	}
	
.txt_style {
	font-family: Helvetica,Arial,Verdana;
	font-size:12px;
	text-align: left;
	line-height: 1.4em;
	}
	
	
img { border-style: none;
	}


a:hover {
	color: black;
	text-decoration: none;
	}


a {
	color: #2d6aad;
	padding-bottom:4px;
	text-decoration: none;
	}

	
h1 {
	font-size: 18px;
	color: #2d6aad;
	}

i {
	color: #2d6aad
	}
