html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #AAA;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body, p, td, h1, h2, h3, input, textarea {
	font-size: 11px;
	font-family: verdana, sans-serif;
}

div#content {
	width: 820px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #CCC;
	background-image: url("/deco/bg_clouds.jpg");
	background-repeat:no-repeat;
}

a:link 		{ color: #111; }
a:visited { color: #444; }
a:hover 	{ color: #320; }
a:active 	{ color: #532; }

div#content div.banner_main {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url("/banners/banner_main.jpg");
	background-repeat:no-repeat;
	text-align: right;
}

div#content div.banner_cr {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url("/banners/banner_cr.jpg");
	background-repeat:no-repeat;
	text-align: right;
}

div#content div.banner_ce {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url("/banners/banner_ce.jpg");
	background-repeat:no-repeat;
	text-align: right;
}

div#content div.banner_cx {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url("/banners/banner_cx.jpg");
	background-repeat:no-repeat;
	text-align: right;
}

div#content div.banner_classics {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url("/banners/banner_classics.jpg");
	background-repeat:no-repeat;
	text-align: right;
}

div#content div.languages {
	padding: 0px;
	text-align: right;
}

div#content div.navigation {
	margin-top: 20px;
	text-align: center;
	color: #FFF;
	font-weight:normal;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	padding: 5px;
}

#navlink:link 		{ color: #FFF; text-decoration: none; font-weight:normal; text-shadow: 1px 1px #000; }
#navlink:visited 	{ color: #FFF; text-decoration: none; font-weight:normal; text-shadow: 1px 1px #000; }
#navlink:hover 		{ color: #EEE; text-decoration: underline; font-weight:normal; text-shadow: 1px 1px #000; }
#navlink:active 	{ color: #FD8; text-decoration: underline; font-weight:normal; text-shadow: 1px 1px #000; }

h1 {
	margin: 0;
}

h2 {
	margin: 15px 0 10px 0;
	padding: 4px;
	color: white;
	background-color: navy;
	background-image: url("/deco/bg_bar.gif");
}

h3, p, ul, ol, dl {
	margin: 10px 10px 10px 5px;
}

h4 {
	margin: 3px 5px 3px 0px;
	padding: 2px 5Px;
	font-size: 10px;
	color: white;
	background-color: #999999;
	background-image: url("/deco/bg_bar_grey.gif");
}

h2.expand img {
	vertical-align: text-top;
}

ul {
	padding-left: 25px;
	list-style-type: disc;
}

ol {
	padding-left: 35px;
}

dt {
	margin: 10px 10px 0 0;
	font-weight: bold;
}

dd {
	margin: 0 10px 0 0;
}

ul.arrows {
	list-style-image: url("/deco/dco_arrow.gif");
}

dl.arrows dt:before {
	content: url("/deco/dco_arrow.gif") " ";
}

img {
	border: 0;
	vertical-align: top;
}

img.screenshot, p.screenshots img {
	margin: 3px;
}

img.fleft {
	margin: 2px 5px 2px 0;
	float: left;
}

img.fright {
	margin: 2px 0 2px 5px;
	float: right;
}

p.fleft {
	margin: 5px;
	float: left;
}

p.fright {
	margin: 5px;
	float: right;
}

p.fcenter {
	margin: 10px;
	float: center;
  position: relative;
  left: -100px;
}

p.center {
	text-align: center;
}

table.download {
	width: 89%;
}

table.download td {
	vertical-align: top;
	padding: 4px;
}

table.download div {
	margin: 10px 0 10px 5px;
	clear: left;
}

table.download img {
	margin-right: 10px;
	float: left;
}

div.download {
	margin: 10px 0 10px 5px;
	clear: left;
}

div.download img {
	margin-right: 10px;
	float: left;
}

.zoomin {
	cursor: url(/deco/zoomin.cur), -moz-zoom-in;
}

.zoomout {
	cursor: url(/deco/zoomout.cur), -moz-zoom-out;
}

body.news h2 {
	margin-top: 10px;
	clear: both;
}

body.news h3 {
	margin: 0 10px 0 5px;
}

body.news p {
	margin: 2px 10px 10px 5px;
}

body.contact span.req {
	color: red;
	font-weight: bold;
}

body.contact p.err {
	color: red;
}

body.contact div.ffld {
	margin: 5px 0 0 5px;
}

body.news div.stats span {
	margin-right: 8px;
}

body.news div.stats td {
	padding-left: 8px;
}

body.register table.register td {
	padding: 2px;
	vertical-align: top;
}

body.cx table.faq {
	border-collapse: collapse;
}

body.cx table.faq th {
	text-align: left;
}

body.cx table.faq th, body.cx table.faq td {
	width: 50%;
	border: 1px solid black;
}

body.cx table.faq td.question {
	vertical-align: top;
	font-style: italic;
}

body.info table.games td {
	width: 230px;
	vertical-align: top;
}

}
