@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #cba9de;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.container {
	position: relative;
	width: 1000px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -50px;
	text-align: left;
	background: #FFFFFF;
	background-image: url(images/background3.jpg);
	background-position: right 100%;
	background-repeat: no-repeat;
}

.header {
	background-image: url(images/headertile.jpg);
	background-repeat: repeat-x;
	position: relative;
	float: none;
	clear: both;
	height: 108px;
	width: 1000px;
}

.headercontents {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1000px;
	height: 108px;
}

.menubar {
	position: relative;
	width: 1000px;
	height: 20px;
	background-color: #f1b8d8;
	clear: both;
}

a.menuitem {
	float: left;
	display: block;
	min-width: 40px;
	height: 20px;
	color: #000000;
	background-color: #f1b8d8;
	text-decoration: none;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

a.menuitem:visited {
	color: #000000;
	text-decoration: none;
}

a.menuitem:link {
	color: #000000;
	text-decoration: none;
}

a.menuitem:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #cba9de;
}

a.others {
	color: #000000;
	text-decoration: underline;
}

a.others:visited {
	color: #000000;
	text-decoration: underline;
}

a.others:link {
	color: #000000;
	text-decoration: underline;
}

a.others:hover {
	color: #000000;
	text-decoration: underline;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.sitefooter, .push {
	clear: both;
	height: 50px; /* .push must be the same height as .footer */
}

.sitefooter {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

.sitefooter-text {
	width: 560px;
	border-top: 1px solid #cba9de;
	font-size: x-small;
/* 	padding-right: 440px; */
	padding-left: 5px;
}

.leftcontainer {
	position: relative;
	float: right;
	width: 250px;
	margin-right: 10px;
	margin-top: 10px;
	border: thin solid #cba9de;
}

.leftboxheader {
	width: 250px;
	height: 20px;
	background-color: #cba9de;
	text-align: center;
	font-weight: bold;
}

.leftboxcontents {
	width: 250px;
	text-align: left;
	padding: 2px;
}

.maincontent {
	position: relative;
	width: 720px;
	padding: 5px;
	float: left;
	text-align: justify;
}

.maincontent-ebay {
	position: relative;
	width: 990px;
	padding: 5px;
	float: left;
	text-align: justify;
}

.imglinks {
    border-style: none;
}

li {
    margin-left: 20px;
}

p {
    text-indent: 20px;
    margin-bottom: 10px;
}

.searchbox {
    float: right;
}
