* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background: #1d1d1d;
	font-family: Verdana, Arial, sans-serif, sans;
	font-size: 13px;
	border-top: 2px solid #1691c4;
	color: #FFF;
}

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

h1 {
	width: 958px;
	height: 232px;
	text-indent: -999px;
	background: url('../images/banner.jpg') no-repeat;
}

#navigation {
	width: 200px;
	display: block;
	float: left;
	background: url('../images/nav_stroke.png') no-repeat;
	margin-top: 8px;
}

li {
	width: 100%;
	list-style-type: none;
	margin: 5px 0;
	padding: 4px 0;
	text-indent: 12px;
	background: #222 url('../images/tab_bg.jpg') repeat-y;
	border: 1px solid #111;
}

li.selected {
	background: #333 url('../images/heading_bg.jpg') repeat-y;
}

li a {
	display: block;
	width: 100%;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #1691c4;
}

#content {
	width: 738px;
	float: right;
	margin-bottom: 10px;
	padding: 20px;
	padding-right: 0px;
}

h2 {
	color: #999;
}

p {
	margin: 0.5em 0 0.25em 0;
}

.gallery-img {
	margin: 12px;
	border: 2px solid #999;
}

.editable:focus {
	outline: 1px dashed #FFF;
}
