body
{
	text-align: center;
	font: 11px "courier", arial, helvetica, sans-serif; 
	color:#999;
	background-image: url('/images/bg.gif');
}

.logo
{
	color:#000;
	font-weight:bold;
}

.logoarts
{
	color:#CC6633;
	font-weight:bold;
}

h1
{
	font: 20px "courier", arial, helvetica, sans-serif;
	color:#CC6633;
	font-weight:bold; 
}


#content
{
	text-align:left;
	font: 11px "courier", arial, helvetica, sans-serif; 
	padding:5px;
	background-image: url('/images/content_bg.gif');
	background-position: bottom;
	background-repeat:no-repeat;
	height:600px;
}


#clear
{
	clear:both;
}

#footertop
{
	background-image: url('/images/bg_footertop.gif');
}

.footer
{
	text-align:center;
	font: 11px "courier", arial, helvetica, sans-serif; 
	height:24px;
}

a
{
	text-decoration:none;
}

a:link
{
	color:#333333;
}

a:visited
{
	color:#333333;
}

a:hover, a:active
{
	text-decoration:underline;
	color:blue;
}

