@charset "utf-8";
.container {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
}
.banner {
	background-image: url(../images/Banner11.jpg);
	height: 240px;
	width: 998px;
	box-shadow: 7px 7px 8px #000;
	float: left;
	border-radius: 5px 3px 5px 5px;
	margin-top: 0px;
}
.sidebar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #666;
	float: right;
	height: 300px;
	width: 200px;
	border-radius: 5px;
	z-index: 1000;
	margin-top: 70px;
	margin-right: 16px;
	margin-bottom: 20px;
	margin-left: 5px;
	background-image: url(../images/sidebar_bg5.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	line-height: 11pt;
	text-align: left;
}

.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #333;
	background-color: #CCC;
	float: left;
	width: 957px;
	margin-bottom: 20px;
	border-radius: 2px;
	box-shadow: 7px 7px 8px #000;
	background-image: url(../images/content_bg_5.png);
	background-repeat: repeat-x;
	padding-left: 25px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	line-height: 35px;
	color: #099;
	vertical-align: middle;
	height: 35px;
	background-color: #000;
	clear: both;
	border-radius: 5px;
	box-shadow: 7px 7px 8px #000;
	width: 997px;
	padding-left: 5px;
	margin-bottom: 25px;
}



body {
	background-color: #5F9F9F;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
.navigation {
	background-color: #000;
	float: left;
	height: 45px;
	width: 1002px;
	line-height: 45px;
	margin-top: 20px;
	margin-bottom: 25px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14pt;
	color: #67C8FF;
	text-align: center;
	vertical-align: middle;
	box-shadow: 7px 7px 8px #000;
	border-radius: 5px;
	font-variant: small-caps;
	font-weight: bolder;
}

.navigation a:link {
	color: #67c8ff;
	text-decoration: none;
}
.navigation a:visited {
	text-decoration: none;
	color: #67c8ff;
}
.navigation a:hover {
	text-decoration: none;
	color: #BBFFFF;
}
.navigation a:active {
	text-decoration: none;
}

a:link {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #06F;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: none;
}

h1, h2, h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	font-variant: normal;
	margin-top: 13px;
	margin-bottom: 0px;
}
#content_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #333;
	float: left;
	width: 700px;
	padding-top: 0px;
	text-align: justify;
}
td {
	vertical-align: top;
}
.container #content #content_text p #ebay strong {
	color: #008080;
}
