/*****************
*
BASIC LAYOUT STYLES HERE
*
*****************/

body {
	margin: 0px;
	background-color: #000000;
	background-repeat: repeat;
	background-image: url(../images/bgmain.gif);
	height: 100%;
}

/******************
parent container tables set here
******************/

.topPanel {
	width: 100%;
	height: 185px;
	background-image: url(../images/topnav_bgndrpt.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 30px;	
}

.middlePanel {
	width: 100%;
	margin-bottom: 30px;	
}

.footerPanel {
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff143e;
}

.masthead {
	background-image: url(../images/masthead_oldshop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 135px;
	width: 760px;	
}

.topNav {
	height: 40px;
	width: 730px;
	padding-left: 30px;
	padding-top: 10px;
}

.contentContainer {
	width: 760px;	
}

/*****************
set margin widths to 0px if no margin required - remember that the margin and content widths should equal the contentContainer width setting
*****************/
#leftMargin {
	width: 15px;
	background-color: #ffffff;
	background-repeat: repeat;
	background-image: url(../images/leftMargin.gif);	
}

#rightMargin {
	width: 15px;
	background-color: #ffffff;
	background-repeat: repeat;
	background-image: url(../images/rightMargin.gif);	
}

/****************
main site content, including head banners, footers and actual page content are contained within this div
****************/
#mainContent {
	width: 760px;
}