/* @override http://static.showinfo.cz//css/base.css */

/* @override http://localhost:8000/site_media//css/base.css */

body {
	background: #120f11 url(../images/bkg.png) top center no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px/14px "Lucida Grande CE", "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	background: url(../images/logo.png) center no-repeat;
	width: 300px;
	height: 100px;
}

h1 span {
	display: none;
}

h1 a {
	display: block;
	height: 100px;
}

h2, h3 {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: .5em;
}

a {
	text-decoration: none;
	color: #df1a53;
	font-weight: bold;
}

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

.clean {
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
	color: #000;
}

#header {
	position: relative;
	color: #fff;
}

ul#main-navigation {
	position: absolute;
	list-style: none;
	height: 30px;
	margin: 0;
	padding: 0;
	top: 50px;
	right: 20px;
}

ul#main-navigation li {
	display: inline-table;
	list-style: none;
	height: 20px;
	padding: 0;
	margin: 0 10px 0;
	background: url(../images/star.png) 0 0 no-repeat;
}

ul#main-navigation li:hover {
	background: url(../images/star.png) 0 -20px no-repeat;
}

ul#main-navigation li a {
	display: block;
	padding: 4px 0 0 25px;
	text-transform: uppercase;
	color: #fff;
	font-size: 130%;
	text-align: center;
}

#content {
	position: relative;
	width: 920px;
	display: block;
	padding: 10px 20px;
	background-color: #fff;
}

#col1 {
	float: left;
	width: 700px;
	margin-right: 20px;
}

#col2 {
	float: left;
	width: 200px;
}

#footer {
	color: #fff;
	text-align: center;
}

#page-content img {
	margin: 0;
}

