body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}


#head
{
	background-color: #000000;
	width: 648px;
	height: 90px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;

}


#nav
{
	position: absolute;
	right: 25px;
	bottom: 15px;
	font-variant: small-caps; 
}

#nav a
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#nav a:hover
{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	
}

#nav .bullet
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 12px;

}


#leftcontainer
{
	width: 144px;
	position: relative;
	float: left;

}

.leftimg
{
	margin-bottom: 7px;
}


#leftcontainer a
{
	text-decoration: none;
	color: #000000;
	clear: both;
	display: block;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
}

#leftcontainer .bullet
{
	background-image: url(images/arrowbullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 9px;
	padding-left: 12px;

}


#bodycontainer
{
	position: relative;
	width: 648px;
}

#bodytext
{
	position: absolute;
	left: 165px;
	top: 35px;
	font-size: 12px;
	width: 483px;


}

.red
{

	font-weight: bold;
	color: #ff0000;
	font-size: 15px;
}

.red2
{
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	font-size: 12px;
}

.hometext
{
	position: absolute;
	top: 288px;
	left: 0px;
	padding: 15px;
	font-weight: bold;
	font-size: 12px;
	width: 618px;
	line-height: 20px;
}

#leftcontainer .red
{
	margin-left: 25px;
}


#map
{
	float:right;
	width: 230px;
	height: 180px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 1;
	margin-right: 30px;
}







#flash {
	position: absolute; 
	left: 0px;
	top: 0px;
	width: 648px;
	height: 298px;
	padding: 0;
	margin: 0;
}

