body {
	background:rgb(204,204,204);
	margin-top:0px;
	color:#505050;
}

body,td {
	font: 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
}

b {
	color:#333;
}

a:link,a:active,a:visited {
	color:#ff6600;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.red {
	color:#cc0000;
}

#mainDiv {
	text-align:left;
	width:820px; 
	background:white;
	border-left:gray dotted 1px;
	border-right:gray dotted 1px;
	border-bottom:gray dotted 1px;
}
#headDiv {

}
#bodyDiv {
	padding-left:10px;
	padding-right:10px;
}
#leftNavDiv {
	padding-top:89px;
	width:122px;
	text-align:right;
	float:left;
}
#leftNavDiv ul.level1{
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:0px;
}
#leftNavDiv ul.level1 li{
    margin-bottom:4px;
}

#leftNavDiv ul li a {
    text-decoration:none;
    color:#505050;
    display:block;
    padding:6px 6px 6px 6px;
	border-top: gray dotted 1px;
}	

#leftNavDiv li a:hover {
    background:#ff9900;
    color:white;
    border-top:#ff9900 solid 1px;
}

#contentDiv {
	width:450px;
	padding-left:25px;
	padding-right:25px;
	float:left;
	line-height:200%;
}
#contentDivWide {
	width:628px;
	padding-left:25px;
	padding-right:25px;
	float:left;
	line-height:200%;
}
#rightNavDiv {
	padding-top:89px;
	width:178px;
	text-align:left;
	float:left;
}

.featureBox {
	padding:6px 0px 15px 0px;
	border-top: gray dotted 1px;
	border-bottom: gray dotted 1px;
	line-height:200%;
}

#footDiv {
	height:50px;
	clear:left;
}
#logo {
	margin-left:40px;
	margin-top:40px;
	margin-bottom:10px;
}
#banner {
	margin-top:15px;
	margin-bottom:35px;
	border-bottom:#eeeeee solid 1px;
	border-top:#eeeeee solid 1px;

}
.contentTitle {
	padding-bottom:20px;
}
.rightThumb {
	margin-top:10px;
	margin-bottom:8px;
	border: #dddddd solid 1px;
}


.monthTitle {
	padding-top:5px;
	padding-bottom:34px;
}

.dayDiv {
	border-top: #dddddd dotted 1px;
	padding-top:10px;
	padding-bottom:2px;
	padding-left:5px;
}

.date {
	color:#222222;
	float:left;
	width:100px;
	text-align:right;
	padding-right:24px;
}

.availability {
	float:left;
	width:200px;
}

.orderButton {
	width:350px;
	float:left;
	padding-left:30px;
	padding-top:4px;
}

.dayDivSold {
	border-top: #dddddd dotted 1px;
	padding-top:15px;
	padding-bottom:2px;
	padding-left:5px;
	height:130px;
}

.dateImage {
	float:left;
	padding-top:6px;	
}

.thumbnailSold {
	border:#eeeeee solid 1px;
}

.thumbnailAvailable {
	border:#e3e3e3 solid 1px;
}

.storyAbstract {
	width:370px;
	float:left;
	padding-left:23px;
}

.fullDrawing {
	padding-top:5px;
	padding-bottom:25px;
}

.fullStory {
	font-family:Courier;
	font-size:110%;
	line-height:170%;
	color:#776655;
}

.subTitle {
	padding-top:5px;
	padding-bottom:20px;
}

.bannerPics {
	margin:7px;
}
#bannerPicsDiv {
	margin-top:15px;
	margin-bottom:35px;
	border-bottom:#eeeeee solid 1px;
	border-top:#eeeeee solid 1px;

}