@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: 606px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	}
#content a:link {
	color: #009;
	text-decoration: none;
}
#content a:hover {
	color: #00F;
	text-decoration: underline;
}
#content a:visited {
	color: #00F;
	text-decoration: none;
}



	
#sidebar {
	float: left;
	width: 248px;
	background-color: #850A02;
	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;
	}
#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: 228px;
	padding-left: 20px;
	display: block;
	
}

#sidebar ul a:hover {
	background-position: -200px 0px;
	color: #999;
	}


#footer {
	color: #000;
	font: .8em Georgia, "Times New Roman", Times, serif;
	clear: both;
	height: 30px;
	padding: 20px;
	background-image: url(_images/footer.jpg);
	background-repeat: no-repeat;
	}


	
.float-right {
	float: right;
}
.image-space {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
h1 {
	color: #660000;
}
a:link {
}
#footer a:link {
	color: #00F;
}
#footer a:visited {
	color: #00F;
}


.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;
}
#adsense {
	display: block;
	margin: 5px;
	float: right;
}
