body {
	background-color: #000;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: small;
	color: #f0f0f0;
	text-align: center;
	margin: 10px auto;
}
#page {
	text-align: center;
	margin: 10px auto;
	width: 780px;
}
.dark {
	background-color: #900;
	width: 180px;
	height: 5px;
}
.light {
	background-color: #c00;
	width: 600px;
	height: 5px;
}
#logo {
	background-color: #c00;
	width: 180px;
	height: 80px;
}
#banner {
	background: #ccc url('banner.jpg');
	width: 600px;
	height: 80px;
}
#title {
	background-color: #600;
	width: 180px;
	height: 40px;
}
#title h1 {
	font-family: arial,verdana,sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #fff;
	margin: 0; 
}
#title h1 a {
	color: #fff;
	text-decoration: none;
}
#title h2 {
	font-family: arial,verdana,sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #FFCCCC;
	margin: 0; 
}
#menu {
	width: 600px;
	height: 40px;
	background-color: #600;
}
#menu ul {
	padding-left: 0;
	margin: 0;
	color: #fff;
	float: left;
	width: 100%;
	white-space: nowrap;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	padding: 15px 6px;
	background-color: #600;
	color: #fff;
	font-size: small;
	text-decoration: none;
	float: left;
}
#menu ul li a:hover {
	background-color: #900;
}
#menu ul li a.sel {
	background-color: #000;
}
#menu ul li a.sel:hover {
	background-color: #000;
}
#sidebar {
	background-color: #c00;
	width: 170px;
	padding: 5px;
	font-size: x-small;
	color: #fff;
	text-align:left;
}
#sidebar a {
	color: #fff;
	text-decoration: none;
}
#sidebar a:hover {
	color: #000;
	text-decoration: underline;
}
#content {
	background-color: #333;
	text-align: left;
	padding: 10px;
	width: 580px;
	color: #f0f0f0;
}
#content h1 {
	font-size: large;
	color: #fff;
	margin: 5px 0px 15px;
}
#content h2 {
	font-size: medium;
	color: #fff;
	margin: 5px 0px;
}
#content p {
	text-align: justify;
}
#content a {
	color: #fff;
	background-color: #333;
	text-decoration: underline;
}
#content a:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
#content img {
	margin: 5px;
	padding: 3px;
	background: #fff;
}
#footer {
	color: #ccc;
	width: 780px;
	text-align:right;
	font-size: x-small;
}
#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#content blockquote {
	background-color: #fff;
	color: #333;
	padding: 10px;
	margin: 20px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
}
#content blockquote h1 {
	font-size: large;
	color: #000;
}
#content p.right {
	text-align: right;
}
#content p.left {
	text-align: left;
}
#content p.center {
	text-align: center;
}