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

*, html, body {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#container {
	background-repeat: repeat-x;
	background-image: url(images/background.jpg);
	text-align: left;
	height: 600px;
}
#Table_01 {
	width:900px;
	top: 0px;
	position: relative;
}
#header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/headersm.jpg);
	height: 191px;
} 
/*#header {
	width:900px;
	background-image:url(images/header.jpg);
	height: 364px;
	position: absolute;
}*/
#sidebar1 {
	float: left;
	width: 219px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	background-image: url(images/headerleft.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#sidebar1 #nav{
	position: absolute;
	left: 41px;
	top:191x;
	width: 178px;
	padding: 0; /* top and bottom padding create visual space within this div  */
	text-align: left;
}

#nav a:link {
	display: block;
	width: 160px;
	height:33px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	background: url(images/button.gif) no-repeat right top;
	text-indent: 17px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav a:visited {
	display: block;
	width: 160px;
	height:33px;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	background: url(images/button.gif) no-repeat right top;
	text-indent: 17px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav a:hover {
	/* background: #c00; */
	background-position: left top;
	color: #ffffff;
	font-weight:bold;
}

#mainContent {
	background-image: url(images/headerright.jpg);
	background-repeat: no-repeat;
	width: 681px;
	float: right;
} 
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align:center;
}
.foot a {
	color: #FFFFFF;
	text-decoration: none;
}
