body{
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	background-color: #e1e1e1;
}

.logo {
	background: url(images/head.gif) no-repeat;
	height: 100px;
	padding: 0px 0px 0px 0px;
}

.topbanner{
	margin: 20px 20px 0px 20px; 
	display: inline;
	float: right;
}

.top_menu {
	background: #d3222a;
	font-size: 1.4em;	
}

.top_menu ul{
	padding: 0px 0px 0px 0px;
}


.top_menu li {
	list-style:none;
	background: #d3222a;
	padding: 4px 8px 4px 4px;
	position:relative;
	float:left;
	display:inline;
	border-right: 1px solid white;
}

.top_menu li:hover {
	background: #af292e;
}

.top_menu .last_li {
	border: none;
}

.top_menu a {
	text-decoration: none;
	color:white;
}

.top_menu .list_label {
	font-size: 16px;
	position:relative;	
}

.main_content {
	background: white;
}

.news {
	background-color: white;
	text-align:left;
	padding: 35px 35px 35px 35px;
	border: 5px dotted #000000;
	margin: 15px 15px 15px 15px;
}

.news h1 {
	font-size: 1.4em;
}

.news div {
	padding-left: 15px;
}

.shopping {
	text-align: right;
	padding: 0px 0px 0px 50px;
}

.promo_spot {
	padding: 15px;
	margin: 15px;
	background-color: #e1e1e1;
	text-align:center;
}

.right_sidebar li {
	list-style:none;
}

.promo_spot h1 {
	font-size: 1.0em;	
}

.promo_spot div {

}

.bottombanner{
	padding: 10px 35px 20px 35px;
	margin: 0px 15px 0px 15px;
	text-align:center;
}

.bottom_menu {
	background:#B7b7b7;	
	text-align: center;
	padding: 4px 0px 4px 0px;
	height: 1.4em;
}

.bottom_menu li {
	background:#B7b7b7;
	position:relative;
	display:inline;
	list-style: none;
	border-right: 1px solid black;
	padding: 0px 15px 0px 15px;	
}

.bottom_menu .last_li {
	border: none;
}

.bottom_menu li:hover {
	background:#a1a1a1;
}

.bottom_menu a {
	color: black;
	text-decoration:none;	
}

.footer {
	padding: 4px 0px 10px 0px;
	text-align:center;

}


