/* OLD STONE MILL ANTIQUE MALL */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/banner.jpg) repeat-x left top;
	line-height: 20px;
	font-family:Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #180000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #0D00C5;
}

a:visited {
	color: #BB0088;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/bullet3.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/bullet3.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/* banner */

#banner {
	width: 900px;
	margin: 0px auto;
	padding: 1em;
	height: 65px;
	color: #000000;
}

#banner h1 {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-family:Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #7B475D;
}

/* links */

#links {
	width: 900px;
	margin: -5px auto;
}

#links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#links li {
	display: inline;
}

#links a {
	background: url(images/sep.jpg) no-repeat right 50%;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #ABB0C6;
}

#links a:hover {
	background: #C89CAD;
	color: #FFFFFF;
}

#links .focus {
	background: #C89CAD;
	color: #7B475D;
}

/* page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px 20px 0px;
}

#main {
	float: right;
	width: 600px;
	padding-left: 20px;
	border-left: 1px solid #000000;
}

#main h2 {
	height: 22px;
	border-bottom: 2px solid #000000;
	font-size: 12pt;
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 250px;
}

#sidebar h3 {
	height: 22px;
	border-bottom: 2px solid #000000;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/* thirty */

#thirty {
	clear: both;
	margin: 0px auto;
	height: 31px;
	background: url(images/footerbg.jpg) repeat-x left top;
	text-align: center;
}

#thirty p {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 8px;
	color: #FFFFFF;
}

#thirty a {
	color: #FFFFFF;
}