body {
	margin: 0;
	padding: 0;
	background: #DDDDDD;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-color: #0000DD;
	text-align: center;
}

a, a:visited {
	color: #006600;
	text-decoration: none;
}

a:active, a:hover {
	color: #0099FF;
	text-decoration: underline;
}


#header {
	height: 120px;
	background: #FFFFFF url('title2.jpg') center left no-repeat;
	border-bottom: 1px solid #0000DD;
	text-align: left;
}

#nav {
	float: right;
	position: relative;
	top: 50px;
	right: 15px;
	font-size: 1.6em;
	font-family: Georgia, 'Times New Roman', serif;
}


#nav a:hover, body#home #t-home a, body#scene #t-scene a, body#memb #t-memb a, body#meet #t-meet a, body#links #t-links a {
	color: #0099FF;
	text-decoration: underline;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	float: left;
	margin: 0px 5px 0px 5px;
}

#content {
	font-size: 1.4em;
	width: 600px;
	margin: auto;
	position: relative;
	padding: 10px 20px 10px 20px;
	border: 1px solid #0000DD;
	border-top: none;
	background: #FFFFFF;
	text-align: left;
}

h2 {
	color: #0000DD;
	font-size: 1.5em;
	font-family: Georgia, 'Times New Roman', serif;
}

#footer {
	width: 350px;
	margin: 10px auto 10px auto;
	padding-bottom: 20px;
	position: relative;
	font-size: 1.0em;
}