@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
}
#wrapper #logo {
	height: 259px;
	background-color: #000000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a hover {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper #nav {
	height: 80px;
	background-color: #000000;
	width: 600px;
	float: right;
}
#wrapper  #sidebar  {
	background-color: #000000;
	width: 200px;
	float: left;
	overflow: hidden
}
#wrapper #body {
	width: 640px;
	background-color: #000000;
	float: right;
}

