body {
	margin: 0;
	padding: 0;
	background-color: #EFE;
	font-size: 13px;
	font-family: sans-serif;
}

div#wrapper {
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #454;
	background-color: #fff;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div#header {
	height: 91px;
	width: 980px;
	padding: 10px;
	background-color: #eee;
	border-bottom: 2px solid #454;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	position:absolute;
}

div#header img {
	float: left;
}

div#header h1 {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	color: #3b3b3b;
}

div#header h1 a {
	color: #3b3b3b;
	text-decoration: none;
}

div#header ul {
	float: right;
	margin: 0;
	position: absolute;
	bottom: -2;
	right: 10;
}

div#header ul li {
	float: left;
	list-style-type: none;
	border: 2px solid #454;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	padding: 2px 5px;
	background-color: #fff;
}

div#header ul li.active {
	border-bottom: 2px solid #fff;
}


div#header ul li a {
	text-decoration: none;
	color: #000;
}

div#body {
	margin-top: 113px;
}

div#body h2 {
	margin: 0;
}

div#body h2 a {
	color: #000;
	text-decoration: none;
}

div#body div.breadcrumb, div#body span.submitted {
	font-size: 11px;
	color: #333;
	padding-bottom: 0;
}

div#body div.breadcrumb a, div#body span.submitted a {
	color: #555;
	text-decoration: none;
}

div#content {
	float: left;
	margin: 10px;
	width: 780px
}

div#content ul.tabs {
	margin-left: 0;
	margin-right: 0;
}


div#sidebar {
	float: left;
	width: 180px;
	margin: 10px;
}

div#footer {
	clear: both;
	border-top: 2px solid #454;
	padding: 2px 10px;
	font-size: 11px;
}

div#footer img {
	float: right;
}