/*basic style for landscape-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; 
}

div#main {
	width:85%; 
	padding: 3px; 
	margin:0px auto; 
	text-align:center;
}

a:visited{color: navy;}
img#mainPhoto{
	margin:30px auto 30px auto; 
	padding:0; 
	text-align:center;
	border:none;
	display:block;
}

div.details {
	margin:30px auto 30px auto;
	text-align:center;
	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; text-align:left;}
p.detail{
	font-size:96%; 
	font-weight:normal; 
	margin:0.5em; 
	line-height:110%;
	text-align:left;
}

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;
	}

/* Thanks to Holly Bergevin and PIE http://www.positioniseverything.net/guests/3colcomplex.html */

/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* 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 ***/

.left {
	float: left;
	margin-left: 1px;
	width: 46%;
	padding: 0px;

	
 }

html>body .left {margin-left: 2px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	margin-right: 1px;
	width: 46%;
	padding: 0px;
	text-align:center;

}

html>body .right {margin-right: 2px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/	
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}	