/* CSS Document */

body {
	background:#000 url(../images/bg.jpg) 50% 0% no-repeat;
	font-size:13px;
	line-height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	color:#fff;
}

a, a:link, a:visited {
	color:#b81a00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrapper {
	margin:0 auto;
	width:888px;
}

.top {
	background:url(../images/top.jpg) no-repeat;
	width:873px;
	height:57px;
}

.bottom {
	background:url(../images/bottom.jpg) no-repeat;
	width:873px;
	height:22px;
}

#container {
	margin:195px 0 0 0;
}

#menu {
	padding-top:12px;
	padding-left:30px;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu ul li {
	list-style:none;
	display:inline;
	float:left;
	background:url(../images/topmenudivider.jpg) 100% 50% no-repeat;
}

#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:12px 20px;
}

#menu ul li a:hover {
	color:#fbf76d;
}

h1 {
	font-size:24px;
	font-weight:bold;
	line-height:26px;
	color:#b81a00;
	font-family:"Times New Roman", Times, serif;
	margin:0;
	padding:0;
}

.middle {
	background:url(../images/content.jpg) repeat-y;
}

.content {
	padding:15px 40px 0 40px;
	color:#000;
}

.cherry {
	background:url(../images/chery.jpg) no-repeat;
	width:110px;
	height:134px;
	margin-right:30px;
	float:right;
}

#footer {
	text-align:center;
	margin:10px;
	color:#808080;
	font-size:12px;
}
