* { margin: 0; padding: 0; } 
body {
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px; 
	line-height: 18px; 
	color: #fff; 
	background-color: #696969; 
	background-image: url("/img/graphics/background.gif"); 
	background-position: top left; 
}
#maindiv { 
	margin: 0 0 0 136px; 
	width: 676px !important; 
	width: 676px; 
}
#leftcontent { 
	float: left; 
	width: 143px; 
	overflow: visible; 
}
#title { 
	height: 143px; 
	background-image: url("/img/graphics/art_title.gif"); 
	background-repeat: no-repeat; 
	padding: 55px 10px 0 0; 
}
#title p { 
	font-style: italic; 
}
#rightcontent { 
	float: right; 
	width: 533px; 
}
#footerdiv { 
	clear: both;
	height: 145px;
}
#buttons {
	text-indent: -9999px;
	display: block;
}

#buttons a:hover, #buttons a:active, #buttons a:focus { /*\*/ overflow: hidden; /**/ }
#buttons a:hover { background-position: 0 -36px; }

#back {
	background: transparent url(/img/graphics/backbutton.gif) no-repeat 0 0;
	height: 36px;
	width: 69px;
	float: right;
}
#next {
	background: transparent url(/img/graphics/nextbutton.gif) no-repeat 0 0;
	height: 36px;
	width: 74px;
	float: left;
}
#info { 
	padding: 20px 10px 0 0; 
}
#info p { 
	padding: 0 0 10px 0; 
	font-weight: bold; 
	font-size: 12px; 
}
a:link {
	font-weight: bold;
	color: #fff;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ACA6B2;
}
a:hover {
	text-decoration: none;
	background-color: #D1CBD6;
	color: #000;
}