* {
margin : 0;
padding : 0;
}

body {
background : url(pattern.jpg);
}

#top {
background : url(top.jpg);
width : 508px;
height : 41px;
margin : 0 auto;
}

#content {
background : url(content.jpg);
width : 501px;
padding-left : 7px;
margin : 0 auto;
}

#bottom {
background : url(bottom.jpg);
width : 508px;
height : 23px;
margin : 0 auto;
}

#content-left {
float : left;
width : 275px;
}

p, table {
color : white;
padding-left : 7px;
padding-right : 14px;
font : 11px verdana, sans-serif;
}

h1 {
color : white;
padding-left : 7px;
padding-right : 14px;
font : 18px verdana, sans-serif;
}

h2 {
color : white;
padding-left : 7px;
padding-right : 14px;
font : 15px verdana, sans-serif;
}

a {
text-decoration: none;
color: white;
}

a:hover {
text-decoration: underline;
}

a img {
border: 0px;
} 

.small {
font : 9px verdana, sans-serif;
}

.small a {
text-decoration: none;
color: #5092DC;
}

.small a:hover {
text-decoration: underline;
color: #5092DC;
}