#news {
	width: 600px;
	margin: 0 auto;
	float: left;
	background-color: #005B9A;
}
.quote, #frame ul, #frame ol {
	margin-left: 25px;
	margin-right: 15px;
}
p, h3 {
	margin-left: 5px;
	margin-right: 5px;
}
/* #frame {
	width: 600px;
	margin-top: 15px;
	margin-left: 295px;
	background-color: #005B9A;
	padding-bottom: 5px;
	position: relative;
} */
#menu {
	width: 120px;
	float: left;
	position: fixed;
	margin-top: 60px;
	overflow: auto;
	/* margin-left: 5px; */
	border: 1px dashed;
	border-color: #2A3336;
	/* padding-right: 5px; */
}
#menu ul, #menu ol {
	padding-right: 15px;
}
body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: small;
	text-align: justify;
	background-color: black;
	line-height: 20px;
}
h1, h2, h3 {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	line-height: 1.6em;
	background-color: #2A3336;
	color: #0191C8;
}
h1 {
	font-size: large;
}
h2, h3 {
	font-size: medium;
}
p {
	color: #74C2E1;
}
.quote {
	border: 1px dashed; 
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #2A3336;
}
.quotetext {
	color: #0191C8;
}
ul, ol {
	list-style-type: square;
	color: #0191C8;
} 
a {
	font-size: smaller;
	color: #00B7FF;
}
a:hover {
	text-decoration: none;
	color: #0191C8;
	background-color: #74C2E1;
}
#icons, .spon {
	text-align: center;
	position:relative;
	clear:both;
}
