body {
	background-image: url('images/sand.jpg');
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0px auto;
}
#container {
	width: 800px;
	margin: 20px auto 20px auto;
	padding: 30px;
	background-color: #fff;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF3333;
}
img {
	border: 10px solid #e5d2c3;
}
img.right {
	float: right;
	margin-left: 15px;
} 
img.left {
	float: left;
	margin-right: 15px;
}
h2 {
	line-height: 50px;
}
h3 {
	font-size: 18px;
	line-height: 30px;
}
hr {
	color: #666;
	background-color: #666;
	margin: 30px;
}
ul {
	list-style-image: url(images/arrow.gif);
}
ul li {
	line-height: 1.5em;
}
#nav {
	margin: 30px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	#nav a {
		color: #339900;
	}
	#nav a:hover {
		color: #339900;
	}
.imgdivleft {
	float: left;
	margin: 0 20px 10px 0;
	font-size: 11px;
}
.imgdivright {
	float: right;
	margin: 10px 0px 10px 20px;
	font-size: 11px;
	text-align: right;
}
ul#plays {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin-left: 0;
}
ul#plays li {
	margin-bottom: 10px;
}

.view {
	padding: 5px;
	background-color: #e5e5e5;
	margin-right: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #999;
}
.playtitle {
	font-weight: bold;
	font-size: 16px;
}

.articletitle {
	font-weight: bold;
	font-size: 15px;
}
.playinfo {
	display: none;
	border: 1px dashed #999;
	padding: 10px 20px 15px 20px;
	margin: 15px 0 15px 0;
}
.playinfo h4 {
	font-weight: bold;
}
.playinfo ul {
	list-style-type: disc;
}
ul#plays li .playinfo ul li {
	margin-bottom: 0px;
}
#footer {
	text-align: center;
	height: 60px;
}
