@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	background-image: url(../images/horizontalbkg.jpg);
	background-repeat: repeat-x;
}

A:link {text-decoration: underline; color:#1a8051;}
A:visited {text-decoration: underline; color:#1a8051;}
A:active {text-decoration: underline; color:#1a8051;}
A:hover {text-decoration: underline; color:#f46a0b;}

#page-container {
	width: 800px;
	margin:auto;
}

#top {
	height: 346px;
	background-color:#FFFFFF;
}
	
#content-container {
	float: left;
	height: auto;
	background:url(../images/bkg.jpg);
	padding:0px 28px 0px 28px;
	min-height:470px;
}

#footer {
	clear:both;
	height:30px;
	width:800px;
	background-image:url(../images/bkg.jpg)
}

.address {
	font-family:Verdana;
	font-size: 10px;
	color:#000000;
}
