@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}

#clear {
	clear: both;
	}
	
/* -------------------------- position container elements --------------------------- */

#header {
	position: relative;
	background-color: #FFFFFF;
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	}

#content {
	float: right;
	width: 646px;
	padding: 20px;
	text-align: justify;
	}

	
#sidebar {
	float: left;
	width: 208px;
	background-color: #1C4BBD;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	margin: 2px;
	margin-top: 0px;
	}
#sidebar   ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0px;
	padding: 0px;
}
#sidebar ul a {
	font: 1em/30px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	border-bottom: 1px solid #fff;
	width: 188px;
	padding-left: 20px;
	display: block;
	
}

#sidebar ul a:hover {
	background-position: -200px 0px;
	color: #660000;
	}
#content a:link {
	color: #0000FF;

}
#footer a:link {
	color: #0000FF;
}

#content a:hover {
	color: #0000FF;
	text-decoration: underline;
}



#footer {
	color: #fff;
	font: .8em Georgia, "Times New Roman", Times, serif;
	background-color: #610503;
	clear: both;
	height: 30px;
	padding: 10px;
	}


	
.float-right {
	float: right;
}
.image-space {
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: thin solid #000000;
}
h1 {
	color: #660000;
}
a:link {
}
.table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.center {
	text-align: center;
}
#form {
	display: block;
}
#adsense {
	display: block;
	float: left;
}
.discountcolor {
	color: #600;
}
.buycolor {
	color: #00F;
}
#wrapper #content div div table {
	border: thin solid #000;
}
.image-center {
	text-align: center;
}
.center {
	text-align: center;
}
