/* CSS Document */
html{
	margin:0 auto;
}
body{
	margin:0 auto;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#container{
}
#header{
	height:83px;
	width:100%;
	background-image:url(images/TOPbkg.jpg);
	background-repeat:repeat-x;
	background-color:#FFD310;
}
#wrapper{
	text-align:center;
	margin:0 auto;
}
#content{
	padding-top:20px;
	padding-left:20px;
	text-align:center;
	width:90%;
}
#content p{
	font-size:80%;
	font-family:Arial, Helvetica, Times New Roman, Times;
}
.imgright{
	float:right;
	margin:10px;
	border:1px #000000 solid;
}
.imgcenter{
	text-align:center;
	margin:10px;
	border:1px #000000 solid;
}
.email{
	text-align:center;
}
a{
	color:#CC0000;
}
.title{
	text-align:center;
}
#bot_menu{
	list-style:none;
	font-size:95%;
}
#bot_menu li{
	display:inline;
	font-weight:bold;
	padding-left:10px;
}
#bot_menu a{
	color:#CC3333;
	text-decoration:none;
}
#bot_menu a:hover{
	color:#FF3300;
	text-decoration:none;
}
.no_bullet {
	list-style-image: none;
	list-style-type: none;
}
a.hot_store {
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
	border:2px dotted #CC0000;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-variant: normal;
	font-style: oblique;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffd310;
	margin-bottom:5px;
	display: block;
}
div.threeCol{
	float:left;
	height:100%;
	width:30%;
	min-width:300px;
	margin: 5px;
}
