body {
	background-color: #000000;
	text-align: center;
	margin: 0 auto;
	padding: 0;	
}

#mainbg {
	position: relative;
	width: 900px;
	height: 700px; 
	background-image: url(../images/mainbg.gif);
	text-align: center;
	margin: 0 auto;
	padding: 0;	
}

#maintoc {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 250px;
	height: 439px; 
	background-image: url(../images/maintoc.jpg);
	margin: 0 auto;
	padding: 0;		
}

#mainpad {
	height: 80px;
}

#copyright {
	color: #ffff00;
	padding-bottom: 20px; 
}

.undertxt {
	font-size: 13px;
	font-family: georgia, "book antiqua", garamond, palatino, "times new roman", serif;
	letter-spacing: 7px;
	//text-transform: uppercase;
	padding-top: 2px;
	font-variant: small-caps;
	font-stretch: wider;
}

#menu { text-align: right;  margin-left: 30px; }

#menu a {
   position: absolute;
   height: 40px;
   top: 35px; 
   text-decoration: none;
   border: none;

}

#menu a .topic { display: block; color: #ff0000; font-size: 30px; letter-spacing: 2px; font-family: Badaboom BB; font-variant: small-caps; }
#menu a .topicdesc { display: block; color: #99CCFF; font-size: 13px; letter-spacing: 1px; font-family: georgia, "book antiqua", garamond, palatino, "times new roman", serif; }

a#menuitem1        { top: 0px; width: 118px; }
a#menuitem2        { top: 50px; width: 107px; }
a#menuitem3        { top: 100px; width: 125px; }
a#menuitem4        { top: 150px; width: 107px; }
a#menuitem5        { top: 200px; width: 140px; }
a#menuitem6        { top: 250px; width: 100px; }
a#menuitem7        { top: 300px; width: 106px; }
a#menuitem8        { top: 350px; width: 109px; }

#menu a:hover     { border-bottom: 1px dotted black; }




