html {
	background:#393939;
}

body {
	font-size:11px;
	font-family:'Lucida Grande', Tahoma, Verdana, Arial;
	color:white;
	font-weight:normal;
	text-align:center;
}

.clear {
	clear:both;
}

em {
	font-style:italic;
}

h1 {
	font-size:30px;
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin:10px 0 15px;
}

h4 {
        font-size:11px;
        margin: 15px 0 5px 0;
}

p {
	margin-bottom:10px;
	line-height:18px;
}

a:link, a:active, a:visited { text-decoration:none; color:#93c779; }
a:hover { text-decoration:underline; color:#afde97; }

.entry ol, ol li {
	list-style-position:outside;
	list-style-type:decimal;
}

.entry ol {
	margin:0 10px;
}

.entry ol li {
	margin:0 0 10px 10px;
	line-height:18px;
	border:1px solid #555;
	padding:5px;
	background:#4a4a4a;
}

strong.blue {
	font-weight:bold;
	color:#7ea8bc;
}

blockquote {
	margin:8px;
	border:1px solid #777;
	background-color:#595959;
	padding:5px;
}

.sidebar {
	width:175px;
	float:left;
        margin-top:20px;
}

#menu {
	width:175px;
	font-size:11px;
	list-style:none;
	text-align:right;
}

#menu li {
	height:30px;
	display:block;
	background:transparent;
	color:white;
}

#menu li.selected {
	color:#93c779;
	background:#404040;
}

#menu li.selected a:hover {
	background:#404040;
	color:#93c779;
}

#menu li a {
	height:17px;
	padding:8px 10px 5px;
	display:block;
	color:white;
	text-decoration:none;
	outline:none;
}

#menu li.selected a {
	color:#93c779;
}

#menu li a:hover {
	background:#404040;
	color:#93c779;
}


.promo-code {
	font-family:Courier;
	text-transform:uppercase;
	font-size:13px;
	color:#d48945;
}

.container {
	width:725px;
	margin:0 auto;
}

.content {
	float:right;
	width:510px;
	height:100%;
	text-align:left;
	padding:20px;
	background-color:#404040;
}

.front-photo {
	border:5px solid white;
}

.footer {
	width:510px;
	padding:20px;
	float:right;
}

#sidebar {
	text-align:right;
        padding-right:10px;
}
