* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	text-align: center;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

a { color: #540000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

.clear { clear: both; }

div#page-wrap {
	/*width:1100px;*/
	margin: 0px auto;
	width: 100em
	/*text-align: center;*/
}

/*quick liks bar (at top*/
ul#qlink {
	height: 33px;
	width: auto; /*100em;*/
	background: url(images/body-bg.png) repeat-x top white;
	list-style: none;
	padding-left: 14px;  /*xoffset for link bar*/
	margin-left: auto;
	margin-right: auto;
	}
	ul#qlink li {
		display: inline;
		font-size: 1.3em;
	}
	ul#qlink li a {
		display: block;
		width: 60px; /*size of each link*/
		float: left;
		/*margin-top: 10px; /*link bars distance from yop*/
		color: black;
		padding-top: 8px;
		/*font-weight: bold;*/
		text-align: center;
		text-decoration: none;
		}
		/*link text hover color*/
		ul#qlink li a:hover, ul#qlink li a:active {
			color: #5DFFF5;
		}

/*main navigation bar*/
ul#nav {
	height: 190px;
	width: 690px;
	background: url(images/hogbox_titlebar.jpg) no-repeat;
	list-style: none;
	padding-left: 50px;  /*xoffset for link bar*/
	margin-left: auto;
	margin-right: auto;
	}
	ul#nav li {
		display: inline;
		font-size: 1.5em;
	}
	ul#nav li a {
		display: block;
		width: 120px; /*size of each link*/
		float: left;
		margin-top: 128px; /*link bars distance from yop*/
		color: black;
		padding-top: 2px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		}
		/*link text hover color*/
		ul#nav li a:hover, ul#nav li a:active {
			color: #5DFFF5;
		}
