/*  reseting */
body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}
body {
	background: url(img/bg.png);
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #121212;
}
h2 {
	font: 24px "Trebuchet MS";
	color: #202020;
	padding-bottom: 20px;
}
div {
	position: relative;
}
p {
	line-height: 18px;
	padding-bottom: 18px;
	text-align: justify;
}

#container {
	width: 785px;
	margin: 0 auto;
}
#top {
	background: url(img/top.png) no-repeat center top;
	height: 293px;
}
#top h1 {
	text-indent: -1000em;
	overflow: hidden;
	display: none;
}
#top ul {
	text-align: center;
	position: relative;
	top: 210px;
	height: 41px;
	padding-left: 10px;
}
#top ul li, #top ul li a {
	font: 20px "Trebuchet MS";
	text-decoration: none;
}
#top ul li a {
	color: #676767;
}
#top ul li a:hover {
	color: #121212;
}
#top ul li {
	list-style: none;
	display: inline;
	padding: 0px 14px;
	line-height: 40px;
	background: url(img/sep.png) no-repeat left center;
	float: left;
}
#top ul li.first {
	background: none;
}

#main {
	background: #fff url(img/main.png) no-repeat center top;
	min-height: 267px;
	padding: 30px 15px;
}
#content {
	float: left;
}
#content.short {
	width: 510px;
}

#right {
	float: right;
	width: 220px;
	text-align: center;
}
#right img {
	display: block;
	padding-bottom: 25px;
}

#footer {
	clear: both;
	color: #aaa;
	font-size: 10px;
	text-align: right;
}