body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:verdana, sans-serif;
 color: #003366;
 font-size: 76%; /* Font sizing in ems. If anything needs to be changed,
                    just change this relative font size setting. */
	}	
img {
	border:0px;
	}
#content {
	position: absolute;
	left:50%;
	margin-left:-301px;
	padding:0px;
	text-align:left;
	width:600px;
	font-size:0.75em;
	}
#left{
	float:left;
	margin:0px;
	padding:0px 10px 0px 20px;
	width:100px;
	}
#right{
	float:right;
	margin:0px;
	padding:4px 50px 0px 5px;
	width:358px;
	}
.footer{
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	text-align:center;
	}
b {
	font-weight:normal;
	color:#f60;
	}
.button {
	padding:7px;
	}
.logo {
	text-align:center;
	padding:0px 0px 10px 0px;
	margin:0px;
	}
.clear {
	clear:both;
	}
a {
	color:#036;
}
a:hover {
 	color:#f60;
  }

