* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #375170;
	background-attachment: scroll;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width:750px;
	position:relative;
	left:50%;
	margin-left:-375px;
}
#header {
	height: 129px;
	width: 750px;
	text-align: center;
	vertical-align: middle;
}
#content {
	margin-top: 19px;
	margin-bottom: 19px;
	width: 750px;
}
#mainContent {
	margin-left: 30px;
	width: 321px;
	float:left;
	display:inline;
}
p {
	margin-top: 15px;
	margin-bottom: 15px;
}
#secondaryContent {
	width: 325px;
	margin-left: 380px;
	margin-right: 10px;
	display:block;
}
#navigation {
	background-color: #BACCE4;
	width: 325px;
	padding-top: 6px;
	margin-right: 7px;
	padding-bottom: 6px;
	margin-left: 7px;
	text-align:center;
	font-weight: bold;
	color: #7291B6;
	font-size: 14px;
}
#imageGallery {
	margin-left: 6px;
	margin-right: 6px;
	text-align:center;
	border: 6px solid #7291B6;
}
#imageGallery li {
	list-style-type: none;
	padding:1px;
	display:inline;	
}
#imageGallery img {
	margin-top:6px;
	margin-bottom:6px;
}
#footer {
	text-align: center;
	/*width: 321px;*/
	margin-top: 47px;
	margin-bottom: 43px;
}
#originalText {
	display: block;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
#copyright {
	font-weight: bold;
	text-align: center;
	clear: both;
}
