body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;			
	-height: 100%;
	min-height: 100%;
	min-width: 500px;
	background-color: #f1f1f1;
}

.clear {
	clear: both;
}

.accent {
	padding: 10px;
	background-color: #E5E6FF;
	margin: 10px;
	font-weight: bold;
	color: #003870;
	font-size: 5em;
}

.accent a span {
	border-bottom: 0.1em solid #003870;
}

.accent a, .accent span {
	display: block;
	float: right;
	line-height: 1.1em;
}

.half {
	width: 46%;
	padding: 2%;
	float: left;
}

.accent a:link, .accent a:visited {
	text-decoration: none;
	color: #003870;
	padding: 10px;
}

.accent a:hover, .accent a:active {
	text-decoration: none;
	background-color: #CCCEFF;
}

p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 10px;
}

#header {
	height: 35px;
	width: 100%;
	background-color: #333;
}
#logo {
	float: left;
	padding: 4px;
}

#nav {
	margin: 5px 10px;
	float: right;
	padding: 2px 5px;
}
#nav li {
	padding: 10px;
	font-size: 1.3em;
	display: inline;
}
#nav a {
	color: #ccc;
	text-decoration: none;
}
#nav a:hover {
	border-bottom: 2px solid #777;
}
#nav a.chatactive {
	border-bottom: 2px dotted #ccc;
}
#nav a.activepage {
	border-bottom: 2px solid #ccc;
}

.sitepage {
	background-color: #FFF;
	min-width: 400px;
	max-width: 800px;
	-width: 600px;
	margin: 0 auto;
	padding: 20px;
}
.info {
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #003870;
	margin-bottom: 20px;
	color: #003870;
}
.info .big {
	font-size: 3em;
}
.info .small {
	font-family: "Georgia", serif;
	font-size: 1.5em;
}

#ircsterpage {
	position: absolute;
	top: 35px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
#status {
	position: absolute;
	top: 12px;
	left: 150px;
	color: #ccc;
	z-index: 10;
	font-size: 1.2em;
}

.question {
	font-weight: bold;
	font-size: 1.2em;
}
