	A:link	{ color: #2e2e2e; text-decoration: none; }
	A:visited	{ color: #2e2e2e; text-decoration: none; }
	A:active	{ color: #2e2e2e; text-decoration: none;}
	A:hover	{ color: #2e2e2e; text-decoration: underline; }



	html, body {
   	margin:0;
   	padding:0;
   	width:100%;
	height:100%;
	background: url(images/background_r1.jpg) top center repeat;
	display:table;
	}


	#container {
   	min-height:605px;
   	position:relative;
	left:50%;
	top:50%;
	width:800px;
	margin: 10px 0 0 -400px;
	background: #ffffff;
	border: solid 1px #c0c0c0;
	}


	#main	{
	position:relative;
	height:576px;
	width: 770px;
	top:15px;
	left:15px;
	background: url(images/main_background.gif);
	}

	#header	{
	position: absolute;
	height:113px;
	width: 303px;
	top: 9px;
	left: 192px;
	background: url(images/header.png);
	}

	#title	{
	position: absolute;
	height:58px;
	width: 267px;
	top: 64px;
	left: 460px;
	}
	
	#menu	{
	position:absolute;
	height: 328px;
	width: 183px;
	background: #c2c2c2;
	}
	
	#addy	{
	position: absolute;
	height:176px;
	width: 183px;
	top:400px;
	left: 8px;
	font: 12px tahoma,arial,helvetica;
	color: #000000;
	}

	#content	{
	position:absolute;
	height:432px;
	width:552px;
	top: 130px;
	left: 192px;
	font: 12px tahoma,arial,helvetica;
	color: #000000;
	}

	#footer	{
	position:absolute;
	height:12px;
	width:740px;
	top: 573px;
	font: 10px tahoma,arial,helvetica;
	color: #2e2e2e;	
	}

	.hiddenpic	{
	display:none;
	}
	

	.rollover a {
display:block;
width: 267px;
height:58px;
margin:0 0 8px 0;
font: bold 13px sans-serif;;
color:#333;
background: url("images/rollover.png") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -59px;
color: #049;
}

/* Image Rotator */
td.rot { vertical-align: top; text-align:center}

