body {
	background-image: url(images/background.jpg);
	background-position: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#container {
	background-image: url(images/content-background.jpg);
	height: 500px;
	width: 1000px;
}
.greytext {color: #818181}
#header {
	height: 80px;
	padding-left: 20px;
	width: 960px;
}
#header .left { float:left;}
#header .right { float:right;}
html, body, #wrapper {
      border: none;
	  height:100%;
      margin: 0;
      padding: 0;
      text-align: center;
}
#nav {
	background-image: url(images/menu.gif);
	height: 30px;
	margin-left: 10px;
	margin-top: 30px;
	padding-left: 20px;
	width: 960px;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
.smalltext {font-size: 8.5pt}
.smallesttext {font-size: 7.5pt}
.whitetext {color: #FFFFFF}
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
}