﻿/* CSS layout */
body {
	background-color: #990000;
	background-image:url('../images/background.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
p {
	font-family:Verdana
	font-size: 11px;
	line-height: 15px;
	padding: 0px;
}

.style2 {
	vertical-align: top;
}
img {
	border-width: 0px;
}
a{
	color:black;
}

#masthead {
	height:124px;
}

#sitecentering {
	margin:20px auto;
	padding:10px;
	width: 748px;
	background-color:white;
}

#background_top{
	width: 1024px;
}

#background_left{
	width: 123px;
	background-color: #990000;
	height:100%;
}

#background_right{
	background-color: #990000;
	width: 135px;
	height: 100%;
}


#left_nav {
	background-color: #f7bd20;
	background-image:url(../images/airguitarguy.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	width: 150px;
	height: 100%;
	margin:0px;
}

#sub_nav {
	background-color: #f7bd20;
	font-style:normal; font-family:Verdana; font-size: 11.86px;
	margin-left: 20px;
}

#center_column 
{
    text-align: justify;
	font-style:normal; font-family:Verdana; font-size: 11.86px;
	width: 448px;
	height: 100%;

}

#main_content {
	margin-right: 10px;
	margin-left: 10px;
}

#right_column {
	background-color: #f26522;
	width: 150px;
	height: 100%;
}

#aroundtown_text {
	background-color: #f26522;
	text-align:left;
	font-style:normal; font-family:Verdana; font-size: 11.86px;
	margin-left: 16px;
	margin-right: 17px
}

#footer {
}
.productsList li
{
	display: inline; 
	float: left;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 15px;
	text-align: center;
	 width:150px;
}
