/* Layout */

body
{
	background-image: url(../images/bg_lined.gif);
	}
	
.mainText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;	
	}
.banner
{
	position: absolute;
	top: 11px;
	text-align: center;
	width: 100%;
	left: 0;
	height: 120px;
	}
	
.content
{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	position: absolute;
	top: 145px;
	text-align: center;
	width: 100%;
	left: 0;
	list-style-image: url(../images/bullet.gif);
	}
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	font-size: 11px;
	text-decoration: none;
	position: absolute;
	top: 430px;
	text-align: center;
	width: 100%;
	left: 0;
	}
.carousel
{
	position: absolute;
	top: 285px;
	text-align: center;
	width: 100%;
	left: 0;
	}


/* navigation */


a:link, a:visited, a:active
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	
}

a:hover
{
	color: #bbbbbb;
	text-decoration: underline;
}
H1
{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	text-decoration: none;
	letter-spacing: 1px;
}

.worksafe { margin: 20px 0;}
