@charset "utf-8";
/* Layout */
html {
height:100%;
}
body {
height:100%;
margin:0px;
font: 80% "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
background: #eee;
background-image:url(../images/tile.jpg);
background-repeat:repeat-y;
background-position:center;
color:#666666;
text-align: center;
padding: 0;
}

#wrap {
position:relative;
min-height:100%; 
text-align: left;
width: 960px;
margin-left: auto;
margin-right: auto;
padding:0px;
}


#header {
float: left;
margin-top: 7px;
padding-top: 10px;
padding-left: 20px;
width: 250px;
}

#middle {
width: 100%;
text-align:center;
margin:0px;
clear:both;
}

#left {
display:inline;
float: left;
width: 500px;
margin-left:20px;
margin-bottom:10px;
padding-bottom:40px;
}

#right {
display:inline;
float:right;
width: 260px;
margin-top: 10px;
margin-right: 20px;
padding-right: 20px;
padding-bottom:40px;
margin-bottom:10px;
}
#faq {
padding:0px;
}
#footer {
	clear:both;
	text-align:center;
	padding-top:7px;
	padding-bottom: 7px;
	width:100%;
	border-top: 2px double #CCCCCC;
	border-bottom: 2px double #CCCCCC;
	}

