body{
	background: #ffb;	/* light yellow */
	margin: 0px;
	text-align:left;
	background-image: url('../images/bg1.gif');
}

body img {
	border: none;
}
.main {
	background-color: #ffb;	/* light yellow */
	width:810px;
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	}
.main .header {
	background-color: #ffb;	/* light yellow */
	width: 810px;
	margin: 10px auto 25px auto;
	text-align: center;
	position: relative;
	min-height: 150px;
}
.main .header h1 {
	color: #00f;
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 24pt;
}
.main .header h2 {
	color: #00f;
	font-size: 18pt;
	font-weight: normal;
}
.main .header h3 {
	color: #00f;
	font-size: 14pt;
	font-weight: normal;
}
.main .header .left {
	position: absolute;
	top: 0;
	left: 0px;
}
.main .header .right {
	position: absolute;
	top: -1px;
	right: 0px;
}

.main .header p {
	margin: 0px;
}

.main .tabs {
	height: 60px;
	background-color:#ffb	/* light yellow */
}

.main .tabs p {
	margin: 0px;
}

.main .tabs #holder {
	height: 38px;
	width: 810px;
	margin: 0 auto 0 auto;
}

.main .tabs #holder a{
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
	float: left;
	color: #FFF;			/* White text */
	padding-top: 10px;
	padding-bottom: 10px;
	width: 81px;
	text-align: center;
	font:bold;
	display: block;
	background: #58e;	/* Light blue backgroung */
}

.main .tabs #holder a:hover {
	background: #ccc;			/* Light grey background */
	color: #fff;				/* White text */
	text-shadow: 1px 1px 1px #000;
}

.main .tabs #holder a.ThisPage {
	background: #009;			/* Blue background */
	color: #58e;				/* Light blue text */
}

.main .tabs #holder a.ThisPage:hover {
	background-color: #009;		/* Blue background */
	color: #CCC;				/* Light grey text */
	text-shadow: 1px 1px 1px #000;
}

.main .footer {
	height: 40px;
	background-color: #ffb;	/* light yellow */
	width: 810px;
	margin: 10px auto 25px auto;
	text-align: center;
	position: relative;
	font-size:12px;
	color:#00f;				/* Blue text */
}

.main .footer .left {
	position: absolute;
	top: 0;
	left: 0px;
}
.main .footer .right {
	text-align: right;
	position: absolute;
	top: 1;
	right: -1px;
	width: 200px;
}
