@charset "utf-8";
/* CSS Document */
body {
	background:#FFF url("../images/backgrounds/shopbackground.jpg") 50% 0% no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	margin: 0 auto;
	width: 955px;
	overflow: hidden;
}
#header {
	height:140px;
}
#bannermenu {
	width: 780px;
	height:15px;
	margin-top:2px;
	padding-bottom:5px;
	padding-top:10px;
	background-color:#F09;
}
#pageheader {
	width: 800px;
	float:right;
	height:30px;
	margin-top:10px;
}
#facebooklink {
	width: 400px;
	float:left;
	height:30px;
	margin-left:10px;
}
#socialmedia {
	width: 230px;
	float:right;
	height:30px;
	text-align: right;
}

#leftcontent {
	float: left;
	width: 144px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #FF0099;
	border-right:1px solid #FF0099;
	border-left:1px solid #FF0099;
	border-bottom:1px solid #FF0099;

}
#leftcontentmenu {
	float: left;
	width: 144px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 5px;
	text-align: center;
}
#centercontent {
	float: left;
	width: 550px;
	text-align: left;
	margin-top: 15px;
}
#centercontentnonews {
	float: right;
	width: 800px;
	padding-top:10px;
}
#centercontentvideo {
	float: right;
	width: 800px;
	padding:10px 0 10px 0;
	text-align:center;
}
#rightcontent {
	float: right;
	width: 250px;
	padding-top: 10px;
}
.section{
	position:relative;
	width:390px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#footerspacer {
	clear: both;
	background-color: #FFFFFF;
}
#footermenu {
	clear: both;
	background-color: #FFFFFF;
	padding:3px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center
}
#footer {
	clear: both;
	background-color: #FF0099;
	padding:3px;
	margin-bottom:10px;
	margin-top:10px;
}
#footer p {
	text-align: center;
}
