* {
	margin: 0;
	padding: 0;
}

body {
	background: url("img/bg.gif") repeat scroll 0 0 #F9DE91;
	color: #555555;
	font-family: Arial,Sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px;
	padding: 0;
}

a, a:link, a:link, a:link, a:hover {
	color: #555555;
}

p {
	margin:0 0 16px 0;
}

h1 {
	margin: 0 0 20px;
}

h1 i {
	font-size: 18px;
}

h3 {
	font-style: italic;
	text-align: center;
}

#wrap .container {
	background: url("img/containerBackground.png") repeat-y scroll center top transparent;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	width: 800px;
}

#header {
	background: url("img/header_bg.jpg") no-repeat scroll 0 0 #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
	height: 200px;
}

#header #logo {
	height: 180px;
	left: 50px;
	position: absolute;
	top: 0;
	width: 210px;
}

#header #quality {
	position: absolute;
	right: 30px;
	top: 140px;
}

#topmenuwrap {
	background: url("img/bg_topmenu.gif") repeat-x scroll 0 0 #333333;
	height: 36px;
	padding: 0 10px 0 0;
}

#topmenu {
	background: url("img/bg_topmenu.gif") repeat-x scroll 0 0 transparent;
	float: left;
	font-size: 13px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#topmenu li {
	background: url("img/bg_topmenu_breakline.gif") no-repeat scroll right center transparent;
	float: left;
	height: 36px;
	margin: 0;
	padding: 0 25px;
}

#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	line-height: 36px;
	margin: 0;
	outline: medium none;
	padding: 0;
	text-decoration: none;
	vertical-align: middle;
}

#topmenu a:hover {
	color: #CCCCCC;
}

.content {
	margin: 0 auto;
	padding: 50px 0;
	width: 80%;
}

.content img {
	display: block;
	margin: 0 auto;
}

#feed {
	margin-top: 30px;
}

#feed ul {
	list-style: none outside none;
}

#feed ul li {
	margin-bottom:30px;
}

#feed ul li:last-child {
	margin-bottom: 0;
}

#feed h3 {
	text-align:left;
}
#feed .note {
	color:grey;
	margin-bottom:0;
}
#feed h3 a {
	text-decoration: none;
}

.footer {
	color: #555555;
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 20px 0;
	text-align: center;
	width: 800px;
}

.containerTop {
	background: url("img/containerTop.png") no-repeat scroll center top transparent;
	margin: 20px auto 0;
	padding: 10px 20px 0;
	width: 800px;
}

.containerBottom,
#bottom {
	background: url("img/containerBottom.png") no-repeat scroll center top transparent;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 20px 0;
	text-align: center;
	width: 800px;
}

#bottom {
	color: #555555;
	padding-top: 25px;
}

#bottom a {
	line-height: 25px;
	margin: 0 15px;
}