body {
	background-attachment: fixed;
	background-image: url(images/left_1.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-color: #D8D3BF;
	padding: 0px;

}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.searchbtn {
	background-color: #B5AD96;
	border: 1px solid #532F04;
}

.rightside {
	background-attachment: fixed;
	background-image: url(images/right_pic.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.leftside {
	background-attachment: fixed;
	background-image: url(images/left_pic.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.maintable {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.padcell {
	padding: 5px;
}
.padcell2 {
	padding: 15px;
}
.bigpadcell {

	padding: 10px;
}
.catchoose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D0C7AC;
	font-weight: bold;
	color: #333333;

}
form {
	margin: 0px;
	padding: 0px;
}
.header {
	font-size: 14px;
	font-weight: bold;
	color: #2F1E14;
}

a:link {
color: #996600;

}
a:visited {color: #996600;

a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {color: #996600;

}