#Body {
	font-family:Verdana, Arial, sans-serif!important;
	font-size:14px!important;
	color: #111;
	margin: 0px;
	background-color: #520000;
	//background-image: url(images/store/bkgd2.gif);
	//background-repeat: repeat;
}

body {
	font-family:Verdana, Arial, sans-serif!important;
	font-size:14px!important;
}

#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color: #f8d6a1;
	padding: 0;

}

//*
#sidebar {
	width: 175px;
	border-right:1px solid #111;
	padding: 25px 0 0 25px;
	float: left;
	

}*//


div.rollover a {
	display:block;
	width: 135px;
	padding:10px 10px 9px 15px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	background: url("images/store/links/up.jpg") 0 0 no-repeat;
	text-decoration: none;
}


div.rollover a:hover { 
	background-position: 0 0;
	color: #fff;
	background: url("images/store/links/hover.jpg") 0 0 no-repeat;
}


div.rollover a:active {
	background-position: 0 0;
	color:#000;
	background: url("images/store/links/hit.jpg") 0 0 no-repeat;
}


#header {
	width: 900px;
	height: 250px;
	background-image: url(images/store/header2.jpg);
	margin-bottom: 10px;
	//border-bottom: 1px solid #111;
	
}

#content-column {
	width: 850px;
	margin-left: 25px;
}

#footer {
	width: 900px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-image: url(images/store/footer.gif);
}

ul {
	list-style-type: none;
}

h1 {
	font: 2.5em Verdana, Arial, sans-serif;
	color: #600;
	font-weight: bold;
}

h3 {
	font: 12px Verdana, Arial, sans-serif;
	color: #111;
	padding: 3px;
}

h2 {
	font: 14px Verdana, Arial, sans-serif;
	color: #111;
}

em {
	font-weight: bold;
}

#header h1 {
	text-indent: -9999px;
	position:relative;
	top:20px;
	height:225px;
}