﻿body{
	background-image:url('../images/bodybg.jpg')
}

.mainBox{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	border:medium;
	border-style:solid;
	border-color:#FF9933;
	

	
}
.header{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
	
}

.buttons{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}
.mainText{
	width:850px;
	vertical-align:top;
	padding-left:85px;
	padding-right:25px;
	color:#336600;
	font-family:"Trebuchet MS";
	font-size:small;
	line-height:20px;
	text-align:left
		
}

.mainText h3{
margin-bottom:30px;
margin-top:5px;
text-align:left;
color:#AE2C00;
font-weight:bold;
font-size:large
	
}
.img{
padding-bottom:0px;
	padding-top:6px;
	vertical-align:baseline
}

.qsearch{
	background:url('../images/Searchbg.png') no-repeat;
	width:237px;
	height:172px;
	padding-top:20px
	
}

.welcome{
		text-align:left;
	font-family:"Trebuchet MS";
	color:#A82B00;
	font-weight:bold
}

.bottom{
	background-color:#FFEACA;
	text-align:center;
	font-family:"Trebuchet MS";
	color:#AE2C00
}


	
	