body {
	margin: 0px;
}

a {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	border-bottom: 1px dotted #000000;
}

a img {
	border: 0px;
}

h1 {
	font-family: century, arial;
	font-size: 16pt;
	text-align: center;
	padding-bottom: 15px;
}

ul {
	text-align: center;
	list-style: none;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

ul li {
	display: inline;
	margin: 5px;
}

#container {
	position: relative;

	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	background-image: url(../images/bg.png);
	width: 763px;
	margin-bottom: 80px;
}

#header {
	background-image: url(../images/header.png);
	width: 764px;
	height: 91px;
}

#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	font-family: verdana, arial;
	font-size: 10pt;
}

#footer {
	background-image: url(../images/footer.png);
	width: 764px;
	height: 166px;
}

#partition {
	background-image: url(../images/partition.png);
	height: 21px;
	width: 100%;
	
}

.floatRight {
	float: right;
	margin: 15px;
}