/* CSS Document */

#leftNav {
	list-style:none;	
	margin-left:70px;
	clear:left;
	float:left;
}
* html #leftNav 
{
	margin-left:35px;
}
	#leftNav li {
		background-color: #fde6ee;
		background-image: url(../images/leftNav_top.gif);
		background-repeat: no-repeat;
		background-position: right top;
		margin:0px;
		margin-bottom:5px;
		padding:0px;
		width:154px;
	}
	#leftNav li a {
		background-image: url(../images/leftNav_bottom.gif);
		background-repeat: no-repeat;
		background-position: right bottom;	
		color:#f250a2;
		display:block;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		padding:3px 3px 3px 10px;
		text-decoration:none;
	}
	#leftNav .highlight {
		background-image: url(../images/leftNav_highlight_top.gif) !important;
		background-color: #f250a2 !important;
	}
		#leftNav .highlight a{
			background-image: url(../images/leftNav_highlight_bottom.gif) !important;
			color:#fde6ee;
		}
		
#rightColumnContainer 
{
	width:600px;
	float:right;
	margin-right:70px;
}
* html #rightColumnContainer 
{
	margin-right:35px;
}

.wideItemList 
{
	list-style:none;
}
	.wideItemList li 
	{
		clear:left;
		border-bottom:solid 1px #ff0000;
		width:575px;
		padding-bottom:5px;
		padding-top:5px;
	}
	.wideItemList h2 {
		color:#ef268c;
		font-size:13px;
		padding-top:12px;
		padding-bottom:8px;
	}
	.wideItemList p {
		color:#7e81be;
	}
		.wideItemList li .detailImage
		{
			float:left;
			padding:3px 18px 3px 3px;
		}
		
#headerImage 
{
	margin-top:-45px;
	margin-left:15px;
}
h2 
{
	color:#ef268c;
	font-size:15px;
	padding-top:12px;
	padding-bottom:8px;
}
p 
{
	color:#7e81be;
}
.bookButton 
{
	padding-left:4px;
}
.bookButton img 
{
	margin-top:80px;
}
.comingWhen
{
    color:#EF268C !important;
    margin-top:12px;
}
