
body {
	font: 95% arial,sans-serif;
	text-align: center;
}

div#container {
	width: 730px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
}

div#navigation {
	position: relative;
	padding: 20px 18px 12px 20px;
	height: 2em;

	color: #939393;
	font-variant: small-caps;
	
	background: url(images/page-top-back.png) bottom left no-repeat;
}

div#navigation li {
	list-style: none;
	float: left;
	padding-right: 2em;
}

div#navigation a {
	color: #939393;
	text-decoration: none;
}

div#navigation a:hover {
	text-decoration: underline;
}

div#dativelogo {
	background: url(images/dative_studios.png) top left no-repeat;
	position: absolute;
	display: block;
	top: 22px;
	left: 570px;
	width: 142px;
	height: 15px;
	overflow: hidden;
	text-indent: 200px;
}

div#wrapper {
	position: relative;
	background: url(images/page-back.png) top left repeat-y;
}

div#header {
	position: relative;
	height: 165px;

	background: #EDEDED url(images/header-back.png) top left no-repeat;
}

div#header img {
	position: absolute;
	top: 45px;
	left: 75px;
}

div#header h1 {
	position: absolute;
	display: block;
	top: 45px;
	left: 190px;
	height: 110px;
	line-height: 110px;

	font-weight: bold;
	font-size: 275%;
	color: #9d0b0f;
}


div#content {
	position: relative;
	padding-left: 85px;
	padding-right: 85px;

	background: url(images/content-back.png) top left no-repeat;
}

div#page_bottom {
	position relative;
	height: 40px;
	padding: 0 85px;

	background: url(images/footer-back.png) top left no-repeat;
}

div#footer p {
	text-align: right;
	color: #939393;
	font-size: 80%;
	padding-right: 15px;
}



div#content h2 {
	font-size: 120%;
	font-weight: bold;

	margin: 0 0 1em 0;
}

div#content h3 {
	font-size: 105%;
	font-weight: bold;

	margin: 0;
}

div#content p {
	text-align: justify;
	margin: 1em 0;
}

div#content p.center {
	text-align: center;
	color: #ff0000;
}

div#content p.clear {
	clear: both;
}


div#content ul {
	margin: 0.6em 0 2em 0;
	list-style: disc;
}

div#content li {
	margin: 0.5em 2em;
}



#content a {
	color: #76060a;
	text-decoration: none;
}

#content a img {
	border: 0;
}

#content a:hover {
	text-decoration: underline;
}




div#content .screenshots {
	margin: 3em 0 1em 0;
	text-align: center;
}

div#content .screenshot {
	float: left;
	text-align: center;
	width: 186px;
}


div#content .screenshot h3 {
	color: #9d0b0f;
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 8px 0;
}
