* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(../media/sitewide/background_gradient.jpg);
	background-repeat: repeat-x;
}
html, body, #wrapper {
      height:100%;
   }
#wrapper {
	vertical-align: middle;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
   }
#content {
	background-color: #FFF;
	width: 800px;
	border: 5px outset #CCC;
}
#columnWrap {
	padding-top: 22px;
}
.navWrench {
	height: 51px;
	width: 207px;
	margin-bottom: 4px;
	margin-left: 23px;
}
#title {
	margin-bottom: 8px;
}
h1 {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	font-size: 14px;
}
#zygo {
	float: none;
	text-decoration: none;
	color: #000;
	font-size: 10px;
	text-align: right;
	margin-right: 7px;
	margin-bottom: 5px;
}
#zygo a {
	text-decoration: none;
	color: #000;
}
#zygo a:hover {
	color: #03F;
}
#columnLeft {
	float: left;
	width: 252px;
}
.italic {
	font-style: italic;
}
.justify {
	text-align: justify;
}
.floatLeft {
	float: left;
}
#mainText {
	text-indent: 15pt;
}
