body {
	background-color: #000000;
}
#outside_container {
	background-repeat: no-repeat;
	background-position: left top;
	width: 1018px;
	min-height: 960px;
	background-image: url(interface/background.jpg);
	position: absolute;
	top: -1px;
}
#flash {
	height: 70px;
	width: 70px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#cdInfo {
	background-image: url(interface/CD.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 340px;
	width: 823px;
	position: absolute;
	top: 117px;
	left: 60px;
}
#inside_container {
	text-align: left;
	width: 815px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9d9c87;
	position: absolute;
	margin: 0px;
	top: 487px;
	left: 72px;
	line-height: 20px;
}
#top {
	text-align: left;
	margin: 10px 0px 0px;
	padding: 0px;
	position: relative;
	height: 380px;
	width: 815px;
}
#bottom {
	text-align: left;
	margin: 80px 0px 0px;
	padding: 0px;
	position: relative;
	background-color: #000000;
}

#inside_container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D9B95C;
	font-size: 28px;
	font-weight: normal;
	line-height: 35px;
}
.poem {
	float: left;
	width: 460px;
	margin-right: 30px;
}

.column1 {
	float: left;
	width: 230px;
	margin-right: 30px;
}
.column2 {
	float: left;
	width: 230px;
	margin-right: 30px;
}
.column3 {
	float: left;
	width: 280px;
}
li {
	list-style-type: none;
	line-height: 28px;
	right: 20px;
}

#audio {
	left: 610px;
	position: absolute;
}

ul.work {  
    margin:0px; padding:0px;  
}  
ul.work li {  
    list-style:none;  
    margin:0px; padding:0px;  
    clear:both;  
}  
ul.work li a {  
    color:#e0b882;  
    display:block;  
    padding:5px 10px 5px 10px;  
    text-decoration:none;  
    font-size:10px;  
}  
ul.work li a img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	margin-top: 10px;
	border:0;
}
ul.work li a object {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	margin-top: 10px;
	border:0;
}  
ul.work li a h4 {
	color:#DDBB5B;
	margin:0px;
	font-weight:normal;
	font-size:13px;
}  
ul.work li a:hover, ul.work li a:hover h4 { color:#ffffff; }  
#navigation {
	position: absolute;
	height: 40px;
	width: 815px;
	left: 75px;
	top: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: right;
}
#navigation2 {
	position: absolute;
	height: 35px;
	width: 823px;
	left: 61px;
	top: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: right;
}
ul.navigation {
	margin:0px;
	padding: 0px;
}  
ul.navigation li {
	list-style:none;
	margin:0px;
	padding:0px 20px 0px 0px;
	clear:both;
	display: inline;
}  
ul.navigation li a {
	color:#e0b882;
	display: inline;
	text-decoration:none;
	font-size:11px;
}    
ul.navigation li a:hover { color:#ffffff; }  
#inside_container hr {
	color: #FF9933;
}
ul.navigation li img {
	border: 0px;
	padding-top: 10px;

}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #907B3D;
	margin-top: 10px;
	padding: 10px;
}
.no_underline {
	margin-top: 10px;
	padding: 10px;
}


/* This is the style for the comment box */


p {
font-size: 13px;
line-height: 16px;
font-family: Arial, Helvetica, sans-serif;
}

p.error {
background-color: #603131;
border: 1px solid #D9B95C;
width: 260px;
padding: 10px;
margin-bottom: 15px;
}

p.success {
background-color: #333333;
border: 1px solid #D9B95C;
width: 260px;
padding: 10px;
margin-bottom: 15px;
}

#comments {
	width: 815px;
	margin: 40px auto 20px;
	text-align: left;
}

	#boxtop {
	margin: 30px auto 0px;
	background: url("images/comments/top.gif") no-repeat;
	width: 815px;
	height: 25px;
	}
	
	#boxbot {
	margin: 0px auto 30px;
	background: url("images/comments/bot.gif") no-repeat;
	width: 815px;
	height: 21px;
	}

	#content {
	margin: 0 auto;
	width: 815px;
	text-align: left;
	background: url("images/comments/bg.gif") repeat-y;
	padding: 15px 35px;
	}
	
		#content ul {
		margin-left: 0;
		margin-bottom: 15px;
		}
		
		#content ul li {
		list-style: none;
		clear: both;
		padding-top: 30px;
		}
		
			#content ul li:first-child {
			padding-top:0;
			}
		
		.meta {
		width: 85px;
		text-align: left;
		float: left;
		min-height: 110px;
		font-weight: bold;
		}
		
			.meta img {
	padding: 1px;
	background-color: #D9B95C;
			}
			
			.meta p {
			font-size: 0.8em;
			}
		
		.shout {
		width: 600px;
		float: left;
		margin-left: 15px;
		min-height: 110px;
		padding-top: 5px;
		}
		
		form {
		clear: both;
		margin-top: 150px !important;
		}
		
			.fname, .femail {
			width: 222px;
			float: left;
			}
			
			form p {
			font-weight: bold;
			margin-bottom: 3px;
			}
			
			form textarea {
			width: 400px;
			overflow: hidden; /* removes vertical scrollbar in IE */
			}
		
			form input, form textarea {
			background-color: #333333;
			border: 1px solid #D9B95C;
			color: #D9B95C;
			padding: 5px;
			font-family: Arial, Helvetica, sans-serif;
			margin-bottom: 10px;
			}
#updates {
	width: 735px;
	position: relative;
}
.updateHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	background-color: #907B3D;
	text-align: right;
	font-weight: normal;
	font-variant: normal;
	text-indent: 10px;
	vertical-align: middle;
	padding-right: 10px;
	clear: left;
}
.picAlignL {
	clear: both;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
}
#update {
	width: 815px;
	margin: 40px auto 20px;
	text-align: left;
}
#updates h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D9B95C;
	font-size: 20px;
	font-weight: normal;
	line-height: 16px;
}
#updates a {
	color: #DDBB5B;
	text-decoration: none;
}
#updates a:hover {
	color: #907b3d;
	text-decoration: underline;
}
	
.picAndCaptionLeft {
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
	float: left;
	text-align: center;
	margin: 5px;
	line-height: 12px;
	clear: both;

}