html {
overflow-y: scroll;
}

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

td {
padding:0px;
}

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

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

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

td.sidebar {
width:180px;
}

td.content {
width:580px;
}

.text {
margin-left:17px;
margin-right:17px;
}

.link {
margin-left:10px;
margin-right:5px;
}

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

img {
border: none;
}