#front { 
	background: #EBE4D4;
}

#front #bd { 
	border: 1px solid black;
	background: white;
	color: #333;
	margin-top: 10px;
}

#front div.topHeader { 
	background: black;
	color: white;
}

#front div.bottomHeader { 
	/*background: black;*/
	background-image: url(../img/stripe_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	color: white;
}

#front div.topHeader { 
	text-align: right;
	padding: 5px;
}

#front div.topHeader a { 
	margin-right: 1em;
	color: white;
	font-weight: bold;
}

#front div.topNav { 
	background: #C5C5C5;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

#front div.topNav a { 
	border-left: 1px solid black;
	padding: 1px 5px;
	color: black;
}

#front div.topNav a:first-child { 
	border-left: 0px solid black;
}

#front div.topNav a:hover { 
	color: white;
}

#front div.bottomNav { 
	background: black;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

#front div.bottomNav a { 
	border-left: 1px solid white;
	color: white;
	font-size: 11px;
	padding: 1px 5px;
}

#front div.bottomNav a:first-child { 
	border-left: 0px solid white;
}

#front div.bottomNav a:hover { 
	color: #C5C5C5;
}

#front div.padding { 
	padding: 10px;
}

a.bottom:link, a.bottom:visited, a.bottom:active {
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-size: 11px;
}

a.bottom:hover {
	color:#c5c5c5;
	text-decoration:none;
	font-weight:bold;
	font-size: 11px;
	}
	
.address {
position: relative;
left: 120px;
font-size: 11px;
top:18px;
color:#FFFFFF;
}	
