@charset "utf-8";
body {
	text-align: center;
}

  #wrapper {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
  
#header {
	height: 150px;
}
#menu {
	height: 30px;
	background-color: #FC0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6AC00;
	margin-top: 10px;
}
#logo {
	float: left;
	width: 590px;
	height: 120px;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.topAd {
	float: right;
	margin-right: 0px;
}
.buttons {
	height: auto;
	width: 120px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
	float: right;
	margin-top: 8px;
}

#content {
	margin-top: 10px;
}
#ContentLeft {
	width: 20%;
	float: left;

}
#footer {
	clear: both;
	height: 30px;
	margin-top: 40px;
	background-color: #FC0;
	padding-top: 12px;
}

#ContentRight {
	float: left;
	width: 20%;
	vertical-align: top;

}
#ContentMiddle {
	width: 58%;
	float: left;
	border: 1px solid #FC0;
	padding: 8px;
}
button {
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
}

.CatBar {
	font-size: 16px;
	text-align: center;
	height: 25px;
	background-color: #FC0;
	padding-top: 5px;
}
.CatListing {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	text-align: center;
	margin-bottom: 20px;
}
#Google {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 50px;
}
select {
	width: 180px;
}

.search {
	background-image: url(images/button.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 30px;
	width: 150px;
}
input {
	height: 30px;
}

#wrapper #content table tr td #Google #form1 p #zoom {
	height: 30px;
}
.MainContent {
	margin-bottom: 50px;
	text-align: left;
}
.FltLft {
	float: left;
	margin-right: 10px;
}
#wrapper #content #ContentMiddle .MainContent table {
	border: 1px solid #000;
	border-collapse: collapse;
}
