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

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

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

#mainpad {
	height: 80px;
}

#copyright {
	color: #777777;
	padding-bottom: 20px; 
	font-family: "trebuchet ms", "verdana", "sans-serif"; 
	letter-spacing: 2px;
}

.undertxt {
	color: #777777;
	padding-bottom: 20px; 
	font-family: "trebuchet ms", "verdana", "sans-serif"; 
	letter-spacing: 2px;
}

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

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

#menu a .topic { display: block; color: #000000; font-size: 16px; font-variant: small-caps; letter-spacing: 3px;
margin-right: 10px; text-align: right; font-family: "trebuchet ms", "verdana", "sans-serif"; }

#menu a .topicdesc { display: block; color: #999999; font-size: 12px; letter-spacing: 2px;
margin-right: 10px; text-align: right; font-family: "trebuchet ms", "verdana", "sans-serif"; }

a#photography       { top: 120px; width: 155px; }
a#photoshop         { top: 180px; width: 155px; }
a#illustration      { top: 240px; width: 155px; }
a#about             { top: 300px; width: 155px; }
a#contact           { top: 360px; width: 155px; }

#menu a:hover     { border-bottom: 1px dotted #999999; margin-right: 40px}
