body {
	background: url('bg.jpg') #1800cc top left no-repeat;
	color: #ddd;
	margin: 100px 0 0 200px;
	width: 700px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
}

#bigcontainer {
	width: 480px;
	}

h1, h3 {
	text-align: center;
	background: url('bg-50.png'); 
	}

.smalllist {
	margin: 0 0 0 4px;
	padding: 0 0 7px 3px;
	}

#smallcontainer {
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
	padding: 3px;
	background: url('bg-50.png');
	}

.bigbox {
	padding:10px;
	background: url('bg-50.png');
	}

.date {
	color: #bbb;
	font-size: 12px;
	}

.author {
	color #ccc;
	font-size: 12px;
	}

.rightside {
	text-align: right;
	margin-top: -5px;
	}

.rightside b {
	color: #cce;
	}

.rightside2 {
	text-align: right;
	margin-top: -5px;
	}

.rightside2 b {
	color: #cc7;
	}

.norm {
	border: 1px solid #bff;
	padding: 10px;
	}

.normx {
	border-top: none;
	background: url('bg-75.png');
	}

.normy {
	border-top: none;
	background: url('bg-50.png');
	}

.glow {
	text-shadow: 0 0 0.3em #00f;
	}

.menu {
	font-size: 16px;
	color: #fb0;
	margin: 15px 0 0 0;
	padding: 5px;
	background: url('bg-75.png');
	border-left: 1px solid #bbf;
	border-right: 1px solid #bbf;
	border-top: 1px solid #bbf;
	border-bottom: none;
	}

.yellow {
	border-left: 1px solid #ff0;
	border-right: 1px solid #ff0;
	border-top: 1px solid #ff0;
	border-bottom: none;
	}

a:visited  { color: #f80; text-decoration: none; }
a:hover  { color: #f0f; text-decoration: none; }
a:active  { color: #8f0; text-decoration: none; }
a:link  { color: #ff0; text-decoration: none; }

