body {
	font-family: Tahoma;
	font-size: 10px;
	margin:0;
	padding:0;
	}
#leftbg {
	width: 33%;
    background-image: url('leftbg.jpg');
    background-repeat: repeat-y;
    background-position: top right;
	}
#rightbg {
	width: 33%;
    background-image: url('rightbg.jpg');
    background-repeat: repeat-y;
    background-position: top left;
	}
#content {
	width: 800px;
	height: 100%;
	background-color: #668E46;
	}
#left {
	width:400px;
	height: 100%;
	background-image: url('400x1bg.jpg');
	background-repeat: repeat-y;
	}
.right {
	width:400px;
	height: 100%;
	background-image: url('400x1bg.jpg');
	background-repeat: repeat-y;
	}
.content {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	}
.header {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	background-image: url('headerbg.jpg');
	background-repeat: repeat-x;
	}
#contact {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	}
input {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #668E46;
	border: 1px solid #41582E;
}
textarea {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #668E46;
	border: 1px solid #41582E;
}


