html	{
	overflow-y: scroll;
	}

body    {
	font-size: 12pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
        background:url("/images/bodybg.jpg");
	}

.container {
	position: absolute;
	left:50%;
	width: 760px;
	margin-left:-380px;
	height: 600px;
	}

.header	{
	width:760px;
	background:url("/images/header.png") no-repeat;
	height:60px;
	}

.main	{
	position: absolute;
	top:60px;
	width:760px;
	background: url("/images/pagebg.png") repeat-y;
	}

.clearer	{
	clear:both;
	line-height:0;
	font-size:0;
	}

.footer	{
	position:absolute;
	width:760px;
	background:url("/images/footer.png") no-repeat;
	height:10px;
	}

.nav	{
	float:left;
	width:147px;
	padding-left: 17px;
	padding-right: 16px;
	text-align:center;
	}

.content {
	float:right;
	width:550px;
	padding-left: 15px;
	padding-right: 15px;
	}

a	{
	color: black;
	text-decoration: underline;
	}

img	{
	border: none;
	}
