/*basic style for portrait-style images pages 12/19/04*/


body{
	padding:0px; 
	margin:0px auto; 
	font-size: 100%; 
	background-color: #CD203C;
	text-align:center;
	font-family: Verdana, Arial, sans-serif; 
	line-height:120%; 
	color:#000; 
}

a:visited{color: navy;}

div#main {
	width:72%; 
	padding: 6px; 
	margin:0px auto; 
	text-align:center;
}

img#mainPhoto{
	float:left;
	margin:20px 5px 20px auto; 
	padding:0; 
	text-align:center;
	border:none;
}

div.details {
	float: left; 
	width:55%; 
	margin-top:10%;
	text-align:left;
	background-color: #FEFEFE; 
	border: 1px #DCDCDC solid;
}

.desc{
	font-size:85%; 
	font-weight:bold; 
	font-family: Garamond, Georgia, serif; 
	margin:1em 0.25em 1em 0.25em; 

}
p.desc{	border-bottom: 1px solid #DCDCDC;}
p.detail{
	font-size:96%; 
	font-weight:normal; 
	margin:0.5em; 
	line-height:110%;
}

div#footer{
	width: 100%; 
	margin:1em auto; 
	text-align:center; 
	border-top:1px solid #CDCDCD; 
	clear:both;
}

div#wrap1{
	text-align:left;
	}

#cpy{
	float:right; 
	margin:0px auto 0px 20%; 
	color:#000;
}

* html .wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/
	