body
{
	background-color: #c00;
	font-family: "Arial", "Helvetica", sans-serif;
	margin: 0;
	text-align: center;
	padding-top: 15px;	
	font-size: small;
}

#box
{
	width: 400px;
	margin: auto;
	text-align: left;
	padding-top: 25px;
	background-image: url(images/backts.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content
{
	margin: 0px;
	padding: 0px;
	background-color: #99CCFF;
	border-left: 1px solid black;
	border-right: 1px solid black;
	clear:both;
}

#content h2
{
	font-size: medium;
	font-weight: bold;
	background-color: #006;
	padding: 5px 5px 5px 15px;
	margin-top: 0px;
	color: #ff9;
}

p
{
	padding-left: 20px;
	padding-right: 20px;
}
.button {margin: 0px;
	font-size: 110%;
	line-height: 25px;
	border-bottom: 0;
	background-color: #006;
	width: 398px;
	padding:0;
	min-height: 25px;
	}
.button a
{
	display: block;
	background-image: url(images/tabs.gif);
	width: 9em;
	margin: auto;
	border-left: #003;
	border-right: #003;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
	text-align: center;
	color:#9cf;
	text-decoration: none;
	font-weight: bold;
}
.button a:hover {
	background-image: url(images/tabsa.gif);}
#footer {	background-image: url(images/backbs.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
		line-height: 30px;
	margin-bottom: 10px;
	font-size: 80%;
	clear:both;
	text-align: center;}
	
	#footer p {margin:0;}