@charset "UTF-8";
body {
	background: url(bg.png);
	margin: 0;
	padding: 0;
}
body, table, tr, div, p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	color: #888;
}
#container {
	width: 650px;
	margin: 20px auto;
	background: #fff;
	padding: 20px;
}

#header {
	background: url(topbanner.png) no-repeat;
	height: 80px;
	padding: 20px;
}

/* -- menu -- */

#menu {
	float: left;
	width: 150px;
	padding: 10px;
	padding-left: 10px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 11pt;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li {
	display: block;
	margin-bottom: 5px;
}

#menu a, #menu a:active {
	text-decoration: none;
	color: #ffb1c4;
}

#menu a:visited, #menu a:hover {
	color: #ffcdd4;
}

/* -- text & content -- */

#content {
	margin-left: 160px;
	padding: 10px;
}

.head {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
	color: #FF80AD;
	margin-bottom: 10px;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #b6d6f3;
}

a:hover {
	color: #BEDFFE;
}

/* -- misc -- */

.clear {
	clear: both;
}
.subhead {
	font-size: 9pt;
	color: #FFB1C4;
	font-weight: bold;
}
