/* DO NOT ALTER THIS CODE! 
THIS IS THE STYLESHEET FOR THE OTHER MISC PAGES*/

body { 
	
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: microsoft sans serif;
	font-size: .8em;
	color: #000000;
	padding: 0;
	margin:0 auto;
	
}



html{
	height:100%;
	}

#wrap {
	
	width: 951px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;}


	#header {
		height: 173px;
		background-image: url(../images/headers/news.jpg);
		background-position: top center;
		background-repeat: no-repeat; }

		.title { padding: 140px 0 0 180px; }

		.tagline {
			font-family: garamond, serif;
			font-size: 1.4em;
			font-style: italic;
			text-indent: 25px;
			line-height: 20px;
			padding: 0;
			margin: 0; }



