body {
    background-image: url(bagground.jpg) ;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
}
a:link, a:visited, a:active {
	color: #000080;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
} 
a:hover {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#header {
	text-align: left;
	width: 1000px;
	height: 150px;
	background-color: ;
	background-image: url(header.jpg);
	margin: 0 auto;
	border-top: 1px #C0C0C0 solid;
	border-left: 1px #C0C0C0 solid;
	border-right: 1px #C0C0C0 solid;
	background-repeat: no-repeat;
}
#searchbar {
	margin: 150px 0px -2px 0px;
}
#container {
	margin: 0 auto;
	width: 1000px;
	border: 1px #C0C0C0 solid;
	background: ;
}
#left {
	text-align: left;
	width: 180px;
	padding-top: 20px;
	margin: 0 auto;
	float: left;
}
#menu, #menu a, #menu a:visited ,#menu a:link,  #menu a:hover ,#menu a:active {
	color: #000080;
	font-size: 12px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	background-image: ;
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 15px
}
#right {
	margin-left: 180px;
	margin-top: 20px;
	width: 820px;
}
#content {
	bckground-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
}
#footer {
	clear: both;
	width: 1000px;
	height: 20px;
	background: url(leftb.gif) ;
}
#footerLeft {
	height: 20px;
	width: 180px;
    text-align: center;
	float: left;
}
#footerRight {
	text-align: center;
	width: 820px;
	height: 20px;
	padding-top: 0px;
}

