body { 
	background-image: url('/images/background.gif');
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
} 
 
#pagewidth { 
 	width:800px; 
  	min-width: 500px;
  	border-right: 1px solid #000000; 
  	border-left: 1px solid #000000;
  	border-bottom: 1px solid #999999; 
	margin: 0px auto 0px auto; 
} 

#utilities {
	background-color: #000000;
	color: #cccccc;
	font-size: 12px;
	padding: 0.3em 1.0em 0.3em 0.3em;
	text-align: right;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

#header { 
	background-color: #D380DD;
	background-image: url('/images/header.jpg');
	height: 100px;
	width: 100%;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #eeeeee; 
} 

#nav {
	background-color: #D380DD;
	color: #ffffff;
	font-size: 14px;
	padding: 0.3em 0.3em 0.3em 1.0em;
	margin: 0em 0em 0em 0em;
	border-top: 1px solid #666666;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;	
}

#leftcol {
	background-color: #D380DD;
	color: #ffffff;
	width: 200px; 
	float: left;
 	border-right: 2px solid #aaaaaa;
}
 
#footer {
	margin: 0em 0em 0em 0em;
	padding: 0.3em 1.0em 0.3em 0.3em;
	background-color: #eeeeee;
	font-size: 12px;
	text-align: right;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #999999;
}
 
#maincol { 
 	position: relative; 
 	padding: 10px 10px 10px 10px; 
 	margin-left: 200px;
 	border-left: 2px solid #aaaaaa;
}

#content {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	background-color: #ffffff;
	background-image: url('/images/left.gif');
	background-repeat: repeat-y;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #666666; 
	border-bottom: 1px solid #eeeeee;
}

img {
	border-style: none;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}

a.footer:link {
	color: #0000ff;
	text-decoration: none;
}

a.footer:visited {
	color: #0000ff;
	text-decoration: none;
}

a.footer:hover {
	color: #0000ff;
	text-decoration: underline;
}

a.footer:active {
	color: #0000ff;
	text-decoration: none;
}

a.search:link {
	font-size: 14px;
	font-weight: bold;
	color: #9900CC;
	text-decoration: none;
}

a.search:visited {
	font-size: 14px;
	font-weight: bold;
	color: #9900CC;
	text-decoration: none;
}

a.search:hover {
	font-size: 14px;
	font-weight: bold;
	color: #9900CC;
	text-decoration: underline;
}

a.search:active {
	font-size: 14px;
	font-weight: bold;
	color: #9900CC;
	text-decoration: none;
}
.tradingHours {
	border-top: 3px double #cccccc;
	border-bottom: 3px double #cccccc;
	padding-left: 1.0em;
	padding-right: 0.0em;
	padding-bottom: 1.0em;
	width: 100%;
} 

form {
	padding: 1.0em 0.0em 0.0em 1.0em;
}

form.searchresults {
	padding: 1.0em 0.0em 0.0em 0.0em;
}

.main {
	width: 550px;
	border: 2px solid #999999;
	background-image: url('/images/top.gif');
	background-repeat: repeat-x;
	margin-bottom: 1.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.main_browse {
	width: 550px;
	border: 2px solid #999999;
	background-image: url('/images/top.gif');
	background-repeat: repeat-x;
	margin-bottom: 1.5em;
	padding: 0.5em 0.0em 0.5em 0.0em;
}

.heading {
	color: #ffffff;
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

.newsheading {
	font-weight: bold;
}

.cell {
	border-right: 2px solid #999999;
}

.special {
	font-weight: bold;
	color: #ff0000;
}

li {
	color: #999999;
}

.cell3 {
	width: 33%;
}

.cell2 {
	width: 33%;
	border-right: 2px solid #999999;
}