body {
margin: 0;
padding: 0;
background-image: url(images/bgcolor.jpg);
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt; }

h1 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.6em;
}

div#container {
background-image: url(images/bg.jpg);
margin-top: 20px;
margin-bottom: 20px;
margin-right: auto;
margin-left: auto;
width: 760px;
background-repeat: repeat-y;
}

div#header {
background-image: url(images/header.jpg);
width: 760px;
height: 140px;
background-repeat: no-repeat;
}

div#footer {
background-image: url(images/footer.jpg);
height: 63px;
width: 760px;
background-repeat: no-repeat; 
clear: both;
}

div#maincontent {
padding: 2%;
margin-right: 240px;
margin-left: 15px;
}

div#rightcolumn {
float: right;
padding-left: 20px;
padding-top: 2%;
width: 200px;
padding-right: 20px;
}
