*
{
	margin:0;
	padding:0;
	color: #1F1A17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body
{
	background-color: #1F1A17;
}
#header-background
{
	background-color: #FFFFFF;
	border-bottom: 4px solid #1F1A17;
	height: 130px;
}
#header
{
	width: 980px;
	margin: 0 auto;
}
#content-background
{
	background-color: #FFFFFF;
	height: 480px;
}
#content
{
	width: 980px;
	margin: 0 auto;
}
#footer
{
	background: url(../_img/bg_footer.gif) repeat-x;
	height: 101px;
}
h1
{
	float: right;
	margin: 85px 30px 0 0;
}
h1 a
{
	background: url(../_img/logo.gif) no-repeat;
	width:165px;
	height:32px;
	display:block;
	font-size:0px;
	color: #ffffff;
	text-indent: -2000px;
}
#main-menu
{
	float: left;
	margin: 105px 0 0 30px;
}
#main-menu li
{
	list-style: none;
	float: left;
	margin-right: 12px;
}
#main-menu li a
{
	text-decoration: none;
	font-weight: bold;
}

.list li
{
	list-style: none;
	float: left;
	width: 200px;
	margin: 20px;
}
.list li .image
{
	width: 200px;
	height: 100px;
	background-color: #1F1A17;
}
.list li h3,
.list li p
{
	margin: 18px 0;
}
.list-nav
{
	float: left;
	width: 10px;
	height: 10px;
	display:block;
	font-size:0px;
	color: #ffffff;
	text-indent: -2000px;
	margin-top: 70px;
}
#prev
{
	background: url(../_img/prev.gif) no-repeat center;
}
#next
{
	background: url(../_img/next.gif) no-repeat center;
}
#comming-soon
{
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -162px;
}
