/*basic style for image pages 12/11/04*/


body{
	padding:0; 
	margin:0 auto; 
	font-size: 100%; 
	background-color: #CD203C;
	text-align:center;
	font-family: Verdana, Arial, sans-serif; 
	line-height:120%; 
	color:#000; 
}

div#main {
	margin:0 auto; 
	text-align:center;
}

div#main img{
	margin:20px auto; 
	padding:0; 
	text-align:center;
	border:1px solid #CDCDCD;
}

div#main a img {border:1px solid #CDCDCD;}

div.details {
	margin: 0 auto; 
	width:400px; 
	text-align:left;
	background-color: #FEFEFE; 
	border: 1px #DCDCDC solid;
}

p.desc{
	font-size:85%; 
	font-weight:bold; 
	font-family: Garamond, Georgia, serif; 
	margin:0.25em 0.25em 1em 0.25em; 
	border-bottom: 1px solid #DCDCDC;
}

p.detail{
	font-size:96%; 
	font-weight:normal; 
	margin:0.5em; 
	line-height:110%;
}
