* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Lucida Grande,verdana,arial,helvetica,sans-serif;
	font-size: .8em;
	background: #8b8b8b url(images/background.png) repeat-x top left;
	color: black;
}

a {
	color: #a1622b;
}

p {
	margin: 4px;	
}

a img {
	border: none;
}

#main {

}

#main-inner {
	background: transparent url(images/body-background.png) no-repeat bottom left;
}

#main-wrapper {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#header {
	background: black url(images/header.png) no-repeat top left;
	position: relative;
	height: 120px;
}

#header-inner {
	padding: 16px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header-inner h1 {
	font-family: Helvetica, Arial;
	font-size: 70px;
	line-height: 70px;
	color: #fff;
	margin-top: 24px;
	font-weight: 900;
}

#footer {
	color: #e09d72;
	height: 96px;
	margin-top: -16px;
	background: transparent url(images/footer-background.png) repeat-x top right;
}

#footer a {
	color: #e09d72;
}

#footer-inner {
	padding: 16px;
}

#legal {
	color: #a1622b;
	background: black url(images/bottom-right-corner.png) no-repeat bottom right;
}

#legal-inner {
	padding: 8px;
	background: transparent url(images/bottom-left-corner.png) no-repeat bottom left;
	font-size: .8em;
	text-align: center;
}

#left {
	margin-right: 228px;
}

#left-inner {
	width: 472px;
	margin: 16px;
	padding-bottom: 16px;
}

#right {
	float: right;
	width: 220px;
	margin-bottom: 32px;
}

#right-inner {
	padding: 0px 16px 16px 16px;
	border-left: #DDDDDD solid 1px;
}

ul li {
	margin-left: 24px;
	list-style-image: url(images/list.png);
}

.legal {
	border-top: #a1622b dashed 2px solid;
}

.app {
	margin-bottom: 32px;
}

.app .description {
	margin-left: 70px;
}

.app img {
	float: left;
}

h2 {
	margin-bottom: 16px;
}

.thumbnail {
	margin: 4px;
}

.clearer {
	clear: both;
}

#sidebar-right-ad {
	margin-bottom: 16px;
}