body {
	background-color: black;
	font-family: sans-serif;
	font-size: 14px !important;
	font-size: 12px;
	color: #D2B48C;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	font-family: sans-serif;
	text-decoration: underline;
	color: #D2B48C;
}

a:hover {
	text-decoration: underline;
	color: yellow;
}

a:active a:focus {
	outline: 0;
}

div {
	margin: 0;
	padding: 0;
	border: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
}

#header {
	padding: 10px 10px;
	margin: 10px;
	height: 75px;
	width: 900px;
	background-image: url(tango_wroclaw.png); background-repeat: no-repeat;

}

#flag {
	position: absolute; left: 880px; top: 70px;
	width: 30px;
	height: 20px;
}

#rule_head {
	clear: both;
	position: relative !important;
	position: absolute;
	top: 0px;
	width: 910px;
	height: 2px !important;
	height: 0px;
	padding: 0px;
	margin: 5px !important;
	margin: 0px;
	background-color: #800000 !important;
	background-color: #000000;
}

#menu {
	clear: left;
	float: left;
	display: inline;
	width: 120px;
	height: auto !important;
	height: 100px;
	min-height: 100px;
	background-color: #000000;
	padding: 0;
	margin: 5px;
}


#menu ul {
		list-style-type: none;
		list-style-image: none;
		padding: 0px;
		margin: 0px;
}

#menu li {
	width: 90px;
	height: 25px;
	padding: 0 10px;
	margin: 5px;
	background-color: #800000;
	line-height: 1.6;
}

#menu li:hover {
	background: #A20400;
}

#menu li a {
	display: block;
	font-size: 15px;
	font-variant: small-caps;
	text-transform: capitalize;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: none;
}

#menu li a:active {
	outline: none;
}

#menu li a:focus {
	outline: none;
}

#essence {
	float: left;
	width: 590px;
	height: auto !important;
	min-height: 300px;
	height: 300px;
	margin: 10px;
	padding: 10px 20px;
	background-color: #800000;
	color: #D2B48C;
}

#junk {
	float: left;
	margin: 10px;
}

#rule_bottom {
	clear: both;
	height: 2px;
	padding: 0;
	margin: 10px;
	width: 900px;
	background-color: #800000;
}

#copy {
	margin: 5px;
	float: left;
}

#icons {
	float: right;
	padding: 0 40px;
}



