* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #ffffcb url(img/body.jpg) repeat-x;
	font-family: arial;
	font-size: 13px;
	color: #333;
}
#container {
	background: url(img/container.jpg) repeat-y;
	position: relative;
	width: 955px;
	margin: 0 auto;
}
#header {
	background: url(img/header.jpg) repeat-y;
	height: 242px;
}
#logo {
	display: block;
	background: url(img/logo.jpg);
	position: absolute;
	height: 121px;
	width: 345px;
	left: 33px;
	top: 19px;
}
#content {
	margin: 3em 40px 0;
}
#menu {
	position: absolute;
	left: 40px;
	top: 246px;
}
#footer {
	background: url(img/footer.jpg) 0 100% no-repeat;
	height: 120px;
	text-align: center;
}
h1, h2 {
	font-family: verdana;
	font-weight: normal;
}
h1 {
	font-size: 32px;	
	color: #ff6500;
}
h2 {
	margin-top: 20px;
	font-size: 21px;	
	color: #f1ac57;
}
p {
	margin: 10px 0;
}
#footer p {
	margin: 30px;
	border-top: 1px solid #f1ac57;
	padding: 10px 0;
}
big {
	display: none;
}


#menu ul {
	list-style: none outside;
}
#menu li {
	float: left;
	padding: 5px;
	margin-right: 10px;
	font-family: arial;
	font-size: 14px;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #ef9d39;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.current {
	font-weight: bold;
}

