body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background-image: url(images/grad.jpg);
	background-repeat:repeat-x;
}
img{
border:0px solid red;
}
#main{
	width:800px;
	margin:auto;
	margin-top:40px;
	border:1px solid gray;
	/*border-top: 0px solid gray;*/
	background-color:white;	
	/*background-image: url(images/background2.jpg);
	background-repeat:no-repeat;*/
	padding-bottom:10px;
}
#main table{
width:100%;
}
#main td{
padding:5px;
vertical-align:top;
text-align:center;
}

p{
font-size:80%;
}

#menu{
	margin-bottom:20px;
	height:110px;
	border:0px solid yellow;
}
#menu table{
	margin:3px;
	margin-top:13px;
	margin-left: 10px;
	width:700;
}
#menu td{
	padding:6px;
	margin:4px;
	font-weight:bold;
	font-size:80%;
	color:#fff;
	/*background-color:#00c;*/
	text-decoration:none;	
	/*background-image: url(images/button.jpg);*/
	/*background-repeat: repeat-x;*/
}

#menu a{
	text-decoration:none;
	color:#fff;
	background-color:#010080;
	font-size:13px;

}
#menu a:hover{
	color:#ff0;
	background-color:#010080;
	font-size:13px;

}
h2{
font-style:italic;
font-size: 120%;
padding-top:4px;
padding-bottom:4px;
margin:0px;
}
.excise{
display:none;
}
#footer{
text-align:center;
font-size:80%;
}
#qa{
width: 800px;
position:absolute;
left:110px;
top:165px;
font-size:16px;
font-weight:bold;
color:white;

text-align:center;
}