body {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}

h2 {
	font-family: "Trebuchet MS";
	line-height: 21px;
	text-align: center;
	color: #5C86FF;
}

a {
	font-weight: normal;
	color: #5C86FF;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #5C86FF;
	text-decoration: underline;
}

#main {
	text-align: center;
	height: 100%;
}

#banner {
	width: 800px;
	height: 60px;
	background-image: url(../images/2quire.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#menu {
	border-top: 2px solid #5C86FF;
	border-bottom: 1px solid #5C86FF;
	background: #FFFFEE;
}

#menu table {
	font-family: arial;
	font-variant: small-caps;
	font-size: 12px;
	color: #5C86FF;
	line-height: 25px;
}

#menu a {
	font-weight: normal;
	color: #5C86FF;
	text-decoration: none;
}

#menu a:hover {
	font-weight: normal;
	color: #5C86FF;
	text-decoration: underline;
}

#content {
	width: 800px;
	height: 80%;
	text-align: center;
	background: #FFFFEE;
}

#content p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 21px;
	width: 600px;
	text-align: left;
}

#content .inner {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 21px;
	width: 600px;
	text-align: left;
}
#content table {
	font-family: arial;
	font-variant: small-caps;
	font-size: 12px;
	color: #5C86FF;
	line-height: 25px;
	border: solid 1px #eeeeee;
}

#message {
	background: #eeeeee;
}

#contact {
	font-family: "Trebuchet MS";
	line-height: 21px;
	text-align: center;
	font-size: 13px;
}

#footer {
	border-top: 1px solid #5C86FF;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 60px;
	width:800px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #5C86FF;
	line-height: 19px;
	text-align: center;	
}

