/* Created with loving care by Dean Wagner by hand on Jan. 30, 2009  */
/* Altered with admiration by Dave Gupta by hand on July 10, 2009  */

a:link 		{color: #800000;      	text-decoration:none; 		}
a:visited 	{color: #800000;	text-decoration:none; 		}
a:hover 	{color: #800000;	text-decoration:none;		}



#mainGraphic {
    float: 			left; 
    text-align:             	center;
    padding-right:		20px;
    background-color:		transparent;  
}

#infoBox {
    float: 			left;
    width: 			425px;
    text-align:             	left;
    padding-top:		10px;
    padding-right:   		20px;
    background-color:		transparent;  

	font-size:	16px;
}

#infoBoxR {
    float: 			right; 
    width: 			425px;
    text-align:             	left;
    padding-top:		10px;
    padding-right:   		20px;
    background-color:		transparent;  

	font-size:	16px;
}



#details {
	padding: 			0px 0px 0px 0px;
	vertical-align:			bottom;
	width: 				494px;
	height:				208px;
	display: 			inline;
	position:			relative;
 	top:				-50px;
 	left:				380px;
}

