body {	
	text-color: blue;
	font-family: "Trebuchet MS", Verdana, Sans-Serif; 
	font-size: 13px;
	line-height: 1.5em;
	background-image: url('quake2.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;

}

p {
	font-family: "Trebuchet MS", Verdana, Sans-Serif; 
	font-size: 13px;
	line-height: 1.5em;
}

a img {
	border: none;
}

#main {
	width: 65%;
}

#side {
	float: right;
	visibility: hidden;
}

li ul {
	list-style: none;
}

#menu {
	position: absolute;
	top: 50px;
	right: 1px;
	width: 35%;
	padding-bottom: 0px;
	border-left: 1px dashed black;
	background-color: #D0D0D0;
}

a {
	color: blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.question {
	list-style: square inside;
	font-weight: bold;
}

.answer {
	font-style: italic;
}

#menuitems {
}

#footer {
	border-top: dotted;
	line-height: 2em;
	font-family: Tahoma, Verdana, Sans-Serif; 
	background-color: #D0D0D0;
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted #a0a0a0;
	border-color: black;
	background-color: #D0D0D0;
	font-size: 11px;
}

#sflogo {
	position: right;	
}

#validator {
	text-align: center;
	font-color: blue;
	float: right;
}

#date {
	text-align: left;
	font-color: blue;
	float: left;
}
