body
{	
	font-family: verdana, sans-serif;	
}
#title
{
	background-image: url("img/titlebar.gif");
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 30px;
}
#repeatbar
{
	background-image: url("img/titletile.gif");
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
}
table
{
	background-color: #F2F2F2;
	border: 1px solid #666666;
	border-collapse: collapse;
	font-size: 12px;
}
table.menu
{
	
	position: absolute;
	top: 30px;
	left: 0px;
	width: 400px;
	height: 70px;	
}
table.fill
{
	width: 100%;
	height: 100%;
}
td
{
	border: 1px solid #666666;
	font-size: 12px;
}
td.artheader
{
	font-weight: bold;
	text-align: center;
}
td.center
{
	text-align: center;
}
td.category
{
	width: 100px;
	font-weight: bold;
	text-align: center;
}
td.links
{
	width: 100px;
	text-align: center;
}
a
{
	text-decoration: none;
	color: #666666;
	border: none;
}
a:hover
{
	color: #CC0000;
}
#content
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	text-align: center;
}
#left
{
	text-align: left;
	position: absolute;
	left: 10px;
	top: 5px;
}
#floatContainer
{
	width: 250px;
	height: 300px;
	float: left;
	text-align: center;
}
#floatInner
{
	position: relative;
	width: 200px;
	height: 200px;
	top: 25px;
	left: 25px;
	text-align: center;
}
img
{
	border: none;
}

