@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	background-color: #c0c0c0;
}
#wrapper {
	margin: auto;
	width: 800px;
	height: 1000px;
	border-top: 6px solid #4c4e49;
}
#logo {
	background: url(../images/logoback.gif) repeat right;
}
#nav {
	height: 46px;
	background: url(../images/navback.gif) repeat-x;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: -10px;
}
#nav li {
	display: inline;
	margin-left: 40px;
}
#nav li#first {
	margin-left: -20px;
}
#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	font-size: 12;
	font-weight: 500;
	text-decoration: none;
}
#footer {
	margin-top: -18px;
	background: url(../images/footback.gif) repeat-x;
	height: 49px;
	color: white;
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
}
#footer a {
	color: white;
	text-decoration: none;
	margin-left: 20px;
}
#footer a:hover {
	text-decoration: underline;
}