body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #202020;
}

/* ---------------- Layout */

#container {
	width: 900px;
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

#center {
	width: 710px;
	margin-left: 15px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	left: -50px;
}

#footer {
	clear: both;
}

/* ---------------- Styling */

table {
	font-size: 100%;
}

#header {
	float: left;
	text-align: right;
	width: 155px;
	padding-right: 15px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 18pt;
	position: relative;
	left: -50px;
}

#header #headdesc {
	color: #808080;
	margin-bottom: 2ex;
}

#header a {
	display: block;
	color: #c03800;
	text-decoration: none;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 1px;
}
#header a.active {
	font-weight: bold;
}
#header a:hover {
	color: #ff7000;
}

#footer {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 75%;
	text-align: right;
	margin: 40px 100px 10px 40%;
	padding: 30px 10px 5px 10px;
}

/* ---- links */

a:link {
	text-decoration: underline;
	color: #101010;
}
a:visited {
	text-decoration: underline;
	color: #101010;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

/* ---- headings */

h2, h3, h4 {
	clear: both;
	color: #c03800;
	font-family: Georgia, "Times New Roman", Serif;
	text-indent: 0px;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
}

h2 {
	font-size: 24pt;
	font-weight: bold;
	margin-top: 0;
}

h3 {
	font-size: 18pt;
	font-weight: bold;
}

h4 {
	font-size: 14pt;
	font-weight: bold;
}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	color: white;
}

h2 a:hover {
	text-decoration: underline;
	background-color: #303030;
}
h3 a:hover {
	text-decoration: underline;
	background-color: #404040;
}
h4 a:hover {
	text-decoration: underline;
	background-color: #808080;
}

/* ---- misc styles */

p {
	text-align: justify;
}

img {
	border-width: 0px;
}

.normal {
	text-align: justify;
}

blockquote {
	margin-left: 2em;
	padding: 5px 1em 5px 1em;
	border-left: 2px solid #c0c0c0;
}

.nowrap {
	white-space: nowrap;
}
table.list {
	border-collapse: collapse;
}
table.list td, table.list th {
	border: 1px solid gray;
}

/* ---- news list */

dl.news dt {
	width: 7em;
	float: left;
	margin: 0;
	padding: 0;
	font-style: italic;
}
/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

dl.news dd {
	width: 70%;
	float: left;
	margin: 0;
	padding: 0;
}


/* games page */

.gameshot {
	float: left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #808080;
}

.games p, .games ul {
	font-size: smaller;
}

.games ul.info {
	list-style: none;
}
.games ul.info .main a {
	font-size: larger;
	font-weight: bold;
}
.games ul.info li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.games .desc {
	clear: both;
}
