body
{
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia,"Times New Roman",Times,Serif;
	background-color: #FFF;
	color: #666;
}

h1, h2, h3, h5
{
}


a:link, a:visited {
	text-decoration:none;
	color: #006;
}
a:hover, a:focus, a:active {
	text-decoration:underline;
	color: #E33;
}

fieldset
{
	border: 1px dotted #AAA;
	margin-bottom: 4px;
}

legend
{
	padding: 4px;
	border: 1px dotted #AAA;
	color: #E33;
	background-color: #EEE;
}

input
{
	border: 1px solid #AAA;
	font-size: 0.74em;
}

pre
{
	background-color: #EEE;
	border-left: 8px solid #AAA;
}

table
{
	font-size: .9em;
	border-spacing: 4px;
}

td
{
	vertical-align: top;
}

th
{
	font-family: 'Trebuchet MS',Trebuchet,verdana,sans-serif;
}

li
{
	list-style: none;
}
/*
DIVS
*/

#container
{
	position: absolute;
	left: 50%;
	width: 720px;
	margin-left: -360px;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
}

#topLeft
{
	position: absolute;
	margin-left: 5px;
	width: 100px;
}

#topRight
{
	position: absolute;
	text-align: right;
	margin-top: 85px;
	margin-left: 115px;
	margin-right: 5px;
	width: 595px;
}

#menu
{
	margin-top: 5px;
	text-align: right;
	font-size: 0.85em;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
}

#menu li
{
	border-right: 1px solid #AAA;
	display: inline;
	padding: 0px 6px 0px 6px;
	margin: 0px;
}

#menu a
{
	color: #03F;
}

#topBorder
{
	position: absolute;
	margin-top: 145px;
	margin-left: 110px;
	width: 500px;
	border-bottom: 1px solid #CCC;
}

#main
{
	margin-top: 180px;
	background-color: #FFF;
	padding: 0px 10px 10px 10px;
	font-size: 0.9em;
}

#content
{
	padding: 4px 10px 4px 10px;
	overflow: auto;
}


#homepage
{
	padding: 30px;
}

#homepage img
{
	float: left;
	vertical-align: text-bottom;

}



#title
{
	font-size: .9em
	font-weight: bold;
	margin: 2px;
	padding: 0px;
}

#images
{
	text-align: center;
}

#images img
{
	border: 1px solid #AAA;
}

#images li
{
	display: inline;
	list-style: none;
	margin: 12px;
}

#notes
{
	color: #999;
}

#footer
{
	color: #AAA;
	font-size: .9em;
	text-align: center;
	border-top: 1px solid #CCC;
	width: 400px;
	margin-left: 160px;
}

#footer a
{
	color: #AAA;
}

#footer ul
{
}

#footer li
{
	display: inline;
	list-style: none;
	padding: 12px;
}



#releases table
{
width: 100%;
}

#releases th 
{
display: none;
}

#releases h3
{
	font-size: 2em;
	color: #900;
	margin: 0px;
}

#releases td li
{
white-space: nowrap;
}
/*
CLASSES
*/
img.thumbnail
{
	margin: 4px;
	border: 1px solid #AAA;
}

img.tinythumbnail
{
	vertical-align: middle;
	border: none;
	margin: 4px;
}

img.largethumbnail
{
	margin: 4px 20px 4px 20px;
	float: right;
	border: 1px solid #AAA;
}

img.sidebarthumbnail
{
	margin: 4px;
	border: 1px solid #AAA;
}

img.floatLeft
{
	float: left;
}


.imagebox
{
	color: #933;
	text-align: center;
	font-size: .8em;
	float: right;
}

.imagebox img
{
	margin: 4px 20px 4px 20px;
	border: 1px solid #AAA;
}



.item
{
	margin-top: 16px;
	border-bottom: 1px dotted #AAA;
}

.item p
{
	margin: 0px;
	padding-left: 18px;

}
.alignRight
{
	text-align: right;
}


div.centered
{
	text-align: center;
}
div.centered table
{
	margin: 0 auto;
	text-align: left;
}

td.centered
{
	text-align: center;
}


table.coloured	{
	font-size: 8pt;
	border-spacing: 2px;
	margin: 0px;
}

.coloured th
{
	text-align: right;
	padding: 2px 10px 2px 10px;
	background-color: #EEE;
}


.coloured td
{
	padding: 2px 10px 2px 10px;
	background-color: #EEE;
}

td.cell1a	{
	background-color: #F7F7FF;
}

td.cell1b	{
	background-color: #F3F3FC;
}

td.cell0a	{
	background-color: #FAFAF5;
}


td.cell0b	{
	background-color: #FAFAEE;
}

th.cella	{
	background-color: #FEFEFE;
}


th.cellb	{
	background-color: #F3F3F3;
}


.noborder
{
	border: 0px !important ;
}

.red
{
	color: #E33;
}

#list li
{
	display: block;
	margin: 0px;
	text-align: center;
}

.title
{
	font-size: 2em;
	font-weight: bold;
	color: #900;
}

.small
{
	color: #AAA;
	font-size: .7em;
}
