* {
	margin: 0;
	padding: 0;
	border: none;
}
.clear {
	clear: both;
	margin-bottom: 30px;
}
body {
	background: #FFF url('img/body.jpg') repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #757575;
} 
#container {
	background: url('img/header.jpg') no-repeat;
	width: 755px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 5px;
}
#header {
	height: 220px;
}
#header p {
	margin: 0;
}
#logo {
	position: absolute;
	top: 39px; left: 172px;
	height: 74px; width: 299px;
}
#logo:hover {
	background: none;
}
#navi,
#logo em,
#menu span,
.dn {
	display: none;
}
#content {
	float: left;
	margin-left: 120px;
	width: 340px;
}
#sidebar {
	float: right;
	margin: 30px 39px 0 0;
	width: 190px;
	padding: 10px 18px;
	background: #F2F2F2 url('img/sidebar.png') no-repeat 0 100%;
	color: #C10600;
	position: relative;
}
#menu {
	position: absolute;
	top: 150px; left: 140px;
	list-style: none outside;
	margin: 0;
}
#menu li {
	float: left;
	list-style-image: none;
}
#menu a {
	display: block;
	padding: 6px 5px;
	margin-right: 10px;
	color: #ffd800;
	font-weight: bold;
	font-size: 13px;
}
#menu a:hover {
	color: #fff;
	background: none;
}
#footer {
	background: url('img/footer.png') no-repeat;
	width: 675px;
	height: 47px;
	margin: 20px 53px 0;
	position: relative;
	padding-top: 60px;
}
#footer p {
	margin: 0 0 0 173px;
	color: #fff;
	font-size: 11px;
}
#footer img {
	position: absolute;
	top: 40px; right: 30px;
}
a:link {
	color: #D50600
}
a:hover {
	color: #fff;
	background: #D50600;
	text-decoration: none;
}
a:visited {
	color: #000;
}
h1, h2 {
	color: #CE1427;
}
h1 {
	font-size: 15px;
	background: url('img/h1.png') no-repeat;
	padding: 10px 0 10px 35px;
	margin-left: -35px;
}
h2 {
	font-size: 13px;
	margin: 11px 0 3px;
}
p {
	margin: 5px 0;
}
ul {
	margin-left: 16px;
}
ul.spec li {
	list-style-image: url('img/ul_li.png');
	list-style-position: 0 50%;
	font-weight: bold;
}