body {

	margin: 0px 0;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	
}

#container {
	width: 780px;
	margin: 0 auto;
	height: 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

#header {
	background: #fff;
	width: 100%;
	height: auto;
}

#header2 {
	background-image: url(images/design_03.jpg);
	background-repeat: repeat-x;
	height: 34px;
	padding-top: 5px;
}

#content {
	background: #fff;
	float: left;
	width: 440px;
	text-align: left;
	height: 100%;

}

#leftbar {
	background: #f2af36;
	float: left;
	width: 150px;
	height: 100%;
	text-align: left;
}

#rightbar {
	background: #fff;
	float: right;
	width: 190px;
}

#footer {
	clear: both;
	background: #a9d857;
	text-align: left;
	height: 20px;
	padding: 2px;
	position: middle;
}

.contenttext {
	margin: 15px;
	text-align: justify;
}

h1{
	background-image: url(images/titlebg.jpg);
	font-size: 12px;
	font-weight: bold;
	margin: 15px;
	background-repeat: no-repeat;
	height: 20px;
	padding: 3px;
}

.inputtext {
		    color: #000; font-size: 10px; font-family: Verdana; background-color: #fff; border: solid 1px #c6c6bc; width: 140px; height: 18px; size: 10  
}
	       
.searchbutton { 
	color: #000; 
	font-size: 10px; 
	font-family: Verdana; 
	background-color: #fff; 
	border: solid 1px #c6c6bc; 
	height: 18px; 
	size: 10  }