body {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border:0;
}

a:link{ color: #000; text-decoration: none;}
a:visited { color: #000; text-decoration: none;}
a:hover { color: #000; text-decoration: underline;}

#container {
	position:relative;
	margin:0px auto;
	width:980px;
	height:550px;
	background:url(../pics/mainBG.jpg) no-repeat;
}

#logo {
	position:absolute;
	top:20px;
	left:20px;
	width:192px;
	height:56px;
	background:url(../pics/smallWhiteBox.jpg) no-repeat;
	text-align:center;
	margin:0 0 0 0;
	padding:13px 0 0 0;
}

#categories {
	position:absolute;
	top:105px;
	left:20px;
	width:152px;
	height:360px;
	background:url(../pics/bigWhiteBox.jpg) no-repeat;
	padding:50px 20px 20px 20px;
}
#categories a { margin:0 0 5px 0; padding:0 0 0 0; text-transform:capitalize; font-weight:bold; }
#categories a:link{ color: #000; text-decoration: none;}
#categories a:visited { color: #000; text-decoration: none;}
#categories a:hover { color: #EF1C25; text-decoration: underline;}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	padding:0 0 0 0;
	margin:0 0 8px 0;
}

#navigation {
	position:absolute;
	top:15px;
	left:235px;
	width:500px;
	height:75px;
	text-align:center;
}

#navigation a { margin:0 5px 0 5px; padding:0 0 0 0; }
#navigation a:link{ color: #000; text-decoration: none;}
#navigation a:visited { color: #000; text-decoration: none;}
#navigation a:hover { color: #000; text-decoration: underline;}

#content {
	position:absolute;
	top:107px;
	left:233px;
}

#basket {
	position:absolute;
	top:20px;
	left:768px;
	width:152px;
	height:39px;
	background:url(../pics/basketBG.jpg) no-repeat;
	text-align:center;
	margin:0 0 0 0;
	padding:30px 0 0 40px;
}

#right {
	position:absolute;
	top:105px;
	left:768px;
	width:152px;
	height:390px;
	background:url(../pics/rightBoxBG.jpg) no-repeat;
	padding:20px 20px 20px 20px;
}

#news {
	position:absolute;
	top:320px;
	left:0px;
	padding:20px 20px 20px 20px;
	font-size:10px;
}
#image1 {
	position:absolute;
	top:49px;
	left:0px;
	width:192px;
	text-align:center;
}
#image2 {
	position:absolute;
	top:180px;
	left:0px;
	text-align:center;
	width:192px;
}

#blankContent {
	position:absolute;
	top:107px;
	left:233px;
	background:url(../pics/productsBG.jpg) no-repeat;
	width:514px;
	height:425px;
}
#contentDisplay {
	position:absolute;
	top:0px;
	left:0px;
	width:494px;
	height:395px;
	padding:0 0 0 0;
	margin:20px 10px 10px 10px;
	overflow:auto;
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-arrow-color:#EF1C25;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
}