/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #dddddd;
	text-decoration: none;
}
body {
	background: #000 url(img/background.png) no-repeat top;
	color: #770;
	font: normal 13px Calibri Bold;
	margin: 20px 0;
	text-align: center;
}
ul {
	padding: 8px 0;
}
li {
	list-style: none;
	margin: 4px 0 4px 2px;
}
li span {
	font-size: 0.9em; color: #770;
}

/* misc */

.clearer,.footer {
	clear: both;
}
.content,.footer {
	padding: 0 5px;
}

/* structure */
.container {
	background: #3c3e0d url(img/top.png) no-repeat;
	border: 1px solid #3c3e0d;
	border-color: #3c3e0d;
	margin: 0 auto;
	text-align: left;
	width: 600px;
}

/* header */
.top {
	height: 250px;
}
.header {
	height: 210px;
}
.header h1 {
	line-height: 2.4em;
	padding-left: 18px;
	color: #F09;
	font-size: 2.4em;
}

/* footer */
.footer {
	background: #000;
	color: #dddddd;
	margin: 5px;
	padding: 2px 5px;
}

/* content */
.item {
	padding: 8px;
	text-align: justify;
}
.item h1 {
	font: normal 1.6em Calibri Bold;
	letter-spacing: 1px;
	color: #dddddd;
}
.left {
	float: left;
	width: 476px;
	background: #232408;
}
/* menu */
.menu {
	margin-left: 18px;
}
.menu a {
	padding: 0 2px;
	margin-right: 12px;
	font-size: 1.2em;
}
.menu a:hover {
	background: #9d3410;
	color: #000;
}

/* submenu */
.right .submenu_end {
	background: url(img/submenu.png) no-repeat; height: 105px;
	text-align: center;
}
.right {
	float: right;
	width: 109px;
	background: #1f2007;
}
.right a:hover {
	text-decoration: underline;
}

<LINK REL="SHORTCUT ICON"
       HREF="/img/sun.ico">