/* CSS Document */

body {
	font-size: 12px;
}

#container {	
	width: 730px;

	text-align: left;
	margin: 0 auto;
}

#left {
	width: 373px;
	float: left;
	background-color: #FFFFFF;
}
	
#right {
	width: 351px;
	float: right;
	background-color: #FFFFFF;
	padding: 3px;
}

.menu {
	clear: both;
	width: 373px;
}

.bottom {
	text-align: center;
}

#statistics {
	position: relative;
	left: 65px;
	border-left: 5px solid #C0A62F;
	padding-left: 10px;
	background-color: #EDDF74;
	width: 200px;
}

h1 {
	border-left: 5px solid #C0A62F;
	padding-left: 10px;
	background-color: #EDDF74;
	color: #C0A62F;
	text-transform: uppercase;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {	
	background-color: #EDDF74;
	border-left: 5px solid #C0A62F;
	margin: 3px;
	padding-left: 10px;
}

ul a {
	font-weight: bold;
	color: #C0A62F;
	text-decoration: none;
	margin: 0;
}

input, textarea, option, select {
	border: 0px solid;
	background-color: #EDDF74;
	border-left: 5px solid #C0A62F;
}

a {
	color: #C0A62F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.advert {
	background-color: #FFFFFF;
	width: 730px;
	text-align: center;
}