body{
	font-size:12px;
	line-height:18px;
	font-family: Tahoma, Arial, Helvetica;
	text-align:center;
	background:#333;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 194px;
	padding-top: 8px;
}
#nav {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	margin-left: 8px;
	width: 233px;
	padding-top: 12px;
	height: 169px;
}
#nav ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#nav a {
	text-decoration: none;
	color: #333333;
	display: block;
	font-size: 12px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 18px;
}
a {
	color: #006699;
}

#nav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
#nav li {
	letter-spacing: .1em;
	margin: 0px;
	padding: 0px;
}
#site-container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 740px;
	background-color: #FFFFFF;
	text-align: left;
	border: 5px solid #FFFFFF;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
}
h1 {
	color: #0033CC;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: .3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	color: #0033CC;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: .3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer {
	background-color: #999999;
	height: 30px;
	padding-left: 20px;
	line-height: 30px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
