body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-image: url(images/location_bg.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 259px;
}
.location p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;

}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #393928;
}
a:link, a:visited{
	color: #64191D;
	text-decoration: none;
}

a:hover{
	color: #8B8838;
	text-decoration: underline;
}


.location a:link, .location a:visited{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.location a:hover{
	font-size: 10px;
	color: #8B8838;
	text-decoration: underline;
}
