a:link, a:visited {color:#606060;text-decoration:none; border: none;}
a:hover {color: ##606060;text-decoration:none;}


body 
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #ffffff;
}

div#header
{	
	margin-left: 20px;
	margin-right: 20px;
	background: #555555;
}

div#flash
{	
	position: absolute;
}

div#header-gap
{	
	background-image: url(images/header.jpg);
   background-repeat: repeat-y;
}

div#footer 
{ 
	background: #575757;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #ffffff;
	text-align: center;
	border-width: 7px;
	border-style:solid;
	border-color: #575757;
	margin-left: 20px;
	margin-right: 20px;
 }

div#font-table
{	
	color: #606060;
	font-family: "Comic Sans MS";
	text-align: justify;
	font-size: 12px;
	text-decoration: none;
}

div#font-title
{	
	color: #606060;
	font-family: "Comic Sans MS";
	text-align: justify;
	font-size: 14px;
	text-decoration: underline	
}

#content 
{
  	background-image: url(../images/background.jpg);
   background-repeat: repeat-y;
  	width: 808px;
	margin-left: auto;
	margin-right: auto;
  	text-align: justify;
}

div#content-border
{	
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #606060;
	font-family: "Comic Sans MS";
	text-align: justify;
	font-size: 12px;
}

hr.thin 
{
	height: 1px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	width: 80%;
} 



