body { 
font-size: 10px;
font-family: Verdana, Arial;
padding : 0;
margin : 0;
background:#fff;
}

A:link {text-decoration: none; color: blue; background: none;}
A:visited {text-decoration: none; color: blue; background: none;}
A:hover {text-decoration: none; color: red; background: none;}
A:active {text-decoration: none; color: red; background: none;}

div.wrapper
{
	width: 788px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border: 1px solid black;
	padding: 2px;
	min-height: 1000px;
}

div.banner
{
	width: 788px;
	height: 150px;
}

div.main_content
{
	padding: 24px;
	float: center;
	margin-left: 150px;
	margin-top: 10px;
	border: 1px solid black;
	min-height: 350px;
	
}

div.left_navigation
{
	width: 135px;
	min-height: 400px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	line-height: 20px;
	border: 1px solid black;
}

.art_thumbnail
{
	border: 1px solid black;
	margin: 2px;
	width: 100px;
	float: left;
	height: 100px;
	text-align: center;
}
div.indent
{
	padding-left: 10px;
}

.download_bg
{
	width: 220px;
	height: 70px;
	background-image: url('images/download.png');
}
.download_text
{
	position: relative;
	left: 75px;
	top: 30px;
}
.download_text A:link { color: white }
.download_text A:visited { color: white }
.download_text A:hover { color: #cd7e2a }

.forums_bg
{
	width: 220px;
	height: 100px;
	background-image: url('images/forums.png');
}
.forums_text
{
	position: relative;
	left: 85px;
	top: 30px;
}

table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
	font-size: 10px;
	font-family: Verdana, Arial;
	padding : 0;
	margin : 0;
	background:#fff;
}
 
table.prettytable th, table.prettytable td {
  border: 1px #aaa solid;
  padding: 0.2em;
}
 
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}
 
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
 
table.prettytable code {
  background-color: transparent;
}


.forums_text A:link { color: white }
.forums_text A:visited { color: white }
.forums_text A:hover { color: #c2c2c2 }

div.navigation a:link {text-decoration: none; color: white; background: none;}
div.navigation a:visited {text-decoration: none; color: white; background: none;}
div.navigation a:active {text-decoration: none; background: none;}
div.navigation a:hover {text-decoration: none; color: red; background: none;}



