* {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}

.bg-el {
	background-color: #f7f3cf;
}

#wrapper {
	width: 900px;
	margin: 30px auto 50px auto;
	overflow: auto;
}

#left-column {
	width: 200px;
	float: left;
	position: fixed;
}

#logo {
	width: 200px;
	text-align: center;
	margin-bottom: 20px;
}

#navigation {
	width: 200px;
	margin-bottom: 20px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 12px solid #3f661d;
}

#navigation li {
	margin: 0;
}

#navigation li a {
	display: block;
	padding: 8px 14px;
	text-decoration: none;
	font-size: 1em;
	text-align: left;
	width: 172px;
	background-color: #97989c;
	color: #ffffff;
	border-bottom: 1px solid #3f661d;
}

#navigation li a:hover {
	background-color: #CCCCCC;
	color: #3F661D;
	border-bottom: 1px solid #333333;
}

html>body #navigation li a {
	width: auto;
}

#navigation li a.navon {
	background-color: #3F661D;
	color: #FFFFFF;
}

#navigation li a.navon:hover {
	color: #CCCCCC;
}

#footer {
	width: 180px;
	padding: 0 0 0 20px;
}

#footer p {
	color: #97989c;
	font-size: 0.8em;
}

#footer a {
	color: #97989c;
	text-decoration: none;
}

#footer a:hover {
	color: #3f661d;
	text-decoration: underline;
}

#games-stack {
	height: 375px;
	width: 223px;
	background-image: url(../images/games-stack.png);
	background-repeat: none;
	background-position: center center;
	position: absolute;
	top: 90px;
	left: 138px;
	z-index: 1000;
}

#content {
	width: 520px;
	margin: 90px 0 0 380px;
	text-align: right;
	padding: 0 0 50px 0;
	position: relative;
}

#content h1 {
	color: #97989c;
	font-weight: normal;
	line-height: 130%;
	font-size: 1.9em;
}

#content h2 {
	color: #97989c;
	font-weight: normal;
	line-height: 130%;
	font-size: 1.6em;
	margin-bottom: 1em;
}

#content p {
	color: #97989c;
	font-weight: normal;
	line-height: 130%;
	font-size: 1.1em;
	margin-bottom: 1em;
}

#content .highlight {
	color: #3F661D;
	font-weight: bold;
}

#content ul.homepage-buttons {
	list-style: none;
	margin: 40px 0;
}

#content ul.homepage-buttons li {
	display: block;
	float: left;
	width: 150px;
	vertical-align: top;
	padding: 0 0 0 20px;
}

#content ul.homepage-buttons li h2 {
	font-weight: normal;
	font-size: 1em;
	color: #97989C;
}

#content ul.homepage-buttons li a {
	color: #333333;
	text-decoration: none;
}

#content ul.homepage-buttons li a:hover {
	color: #3F661D;
	text-decoration: none;
}

#content-wrapper {
	width: 480px;
	margin: 90px 0 0 420px;
	background-color: #FFFFFF;
	position: relative;
}

#content-el, .box {
	width: 432px;
	padding: 20px;
	background-color: #FFFFFF;
	border: double #333333 4px;
	margin: 300px 0 0 0;
}

.buy {
	width: 440px;
	padding: 30px 20px;
	background-color: #FFFFFF;
	overflow: auto;
}

.buy-image {
	width: 140px;
	float: left;
}

.buy-text {
	width: 300px;
	float: left;
}

#content-wrapper h1 {
	color: #97989c;
	font-weight: normal;
	line-height: 130%;
	font-size: 1.5em;
	margin-bottom: 0.6em;
	text-align: center;
}

#content-wrapper h2 {
	color: #3F661D;
	font-weight: normal;
	line-height: 130%;
	font-size: 1em;
	margin-bottom: 0.6em;
}

#content-wrapper p {
	color: #333333;
	line-height: 140%;
	font-size: 0.9em;
	margin-bottom: 0.6em;
}

#content-wrapper a {
	color: #2C3973;
text-decoration: none;
}

#content-wrapper a:hover {
	color: #67B221;
text-decoration: underline;
}

.image {
	margin: 0 0 0 0;
	float: left;
}



#content #blog {
	width: 520px;
}

#content #blog h2 {
	color: #3F661D;
}

#content #blog .entry {
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
}

#content #blog .entry p {
	margin: 0;
}

#content #blog p.info {
	font-size: 85%;
	padding: 0 0 10px 0;
}

#content #blog p.blog-link {
	padding: 10px 0 0 0;
}

#content #blog a {
	color: #2C3973;
	text-decoration: none;
}

#content #blog a:hover {
	color: #3F661D;
	text-decoration: underline;
}

#content #blog #comments {
	width: 520px;
	border-top: 1px solid #ececec;
	padding: 15px 0;
}

#content #blog #comments ol.comments {
	border-bottom: 1px solid #ececec;
	list-style: none;
}

#content #blog #comments ol li.comment {
	border-top: 1px solid #ececec;
	padding: 10px 0 0 0;
}

#comment_form {
	width: 520px;
}

#comment_form input, #comment_form textarea {
	width: 150px;
	padding: 3px 5px;
	border: 1px solid #cccccc;
}

#comment_form label {
	font-size: 80%;
}