/* general styling (wrappers, etc.) */
body {
	background-color: #666;
	background: url("images/back.png") repeat;
	text-align:center;
	min-width:700px;
	font-family: arial;
}

#wrapper {
	background-color:#fff;
	width:700px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	border:3px solid #999;
}

/* standard tag styling */
a {
	color: #888;
}
a:hover {
	color: #000;
}
p {
	font-size: 10pt;
	color:#000;
}

h2 {
	margin-top:0;
	font-size: 15pt;
	font-weight:bold;
	color: #999;
}

h3 {
	font-size: 12pt;
	font-weight:bold;
	color:#666;
}

ul {
	font-size: 10pt;
}

/* individual section styling below */

#header {
	border-bottom:2px solid #999;
	height:100px;
}

.nav-wrap {
	background-color:#666;
	height:20px;
}

.nav {
	font-family: arial;
	font-size:10px;
	color:#FFF;
	padding-top:4px;
}
	.nav a {
		color:inherit;
		text-decoration:none;
		padding-left:3px;
		padding-right:3px;
	}
	.nav a:hover {
		color:#999;
	}
	
#content {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom:0;
	width: 674px;
	line-height:110%;
	padding-bottom:50px;
}

#foot p{
	font-size:10px;
}