/* basic elements */
body {background-image:url(images/background.gif);
	background-repeat:no-repeat;
	}	
   	
h1,h2,ul,table,div {
	font-family:"Verdana", "Arial", sans-serif;
	font-size:12px;
	}
	
h1,a:link,a:visited,a:focus,a:hover,a:active {
	color:#990000;
	}

h1 {
	font-weight:bold;
	font-variant:small-caps;
	font-size:14px
	}

h2 {
	font-weight:normal;
	font-style:italic;
	}
	
li {
	list-style-image:url(images/bullet.gif);
	}

tr {
	text-align:left;
	vertical-align:top;
	border:none
	}	
	
/* specific divs */
.bold {	
	font-weight:bold;
	}

.small, #copyright {font-size:10px;
	}



#copyright {
	position: absolute; top: 558px; left: 430px
	}