body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #161616;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #59B2D2;
	text-decoration: none;
}

a:hover {
	color: #91bfd6;
	text-decoration: underline;
}

a:visited {
	color: #91bfd6;
}

img {
	vertical-align: bottom;
	border: none;
}

h3 {
	border-top: 1px dotted #ffffff;
}

#container {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 990px;
	background: #343434;
}

#header {
	background: #FA770C url(../images/header.jpg) no-repeat;
	height: 80px;
	line-height: 80px;
	font-size: 140%;
}

#header h1 {
	font-size: 100%;
	margin: 0 0 0 3px;
	padding: 0;
}

#content-wrap {
	background: transparent url(../images/dragon_hero.jpg) repeat-y scroll 100% 0%;
	position: relative;
}

#content {
	margin-right: 150px;
	padding: 3px;
}

#footer {
	background: #F0500C url(../images/footer.jpg) no-repeat;
	height:60px;
}

#side-nav-wrap {
	position: absolute;
	right: 0;
	top: 0; 
	width: 150px;
}

#side-nav {
	font-size: 10px;
}

#side-nav-menu {
	width: 130px;
	float: right;
}

#side-nav-menu ul {
	background: #575757 url(../images/dragon_hero_menu.jpg) repeat-y scroll 100% 0%;
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
}

#side-nav-handle {
	width: 20px;
	float: right;
	background: transparent url(../images/btn_menu.png);
	height: 80px;
}

.code {
	border: 1px dotted #fff;
	margin: 0 0 0 7px;
	background: #787878;
	padding: 3px;
}

.comment {
	color: #71FF32;
	font-size: 80%;
}

.center {
	text-align: center;
}

p.caption {
	margin: 0 0 0 7px;
	padding: 0;
	font-size: 80%;
}

#gallery ul {
	list-style: none;
}

#gallery ul li {
	display: inline;
}

#preview {
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 5px;
	display: none;
	color: #fff;
}

.numbered {
	list-style: decimal;
}
