body{
	background-color: #2c2c2c;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	margin-top:28px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	
	
	}
	
strong, em, b, i {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#wrap{ 
	width:725px; 
	margin: 0 auto; padding: 0;
	}

#top{
	background: url('images/header.jpg') no-repeat;
	height: 113px;
	}

#logo{
	background: url('images/logo.jpg') no-repeat;
	height: 86px;
	width: 310px;
	float: left;
	margin: 20px 0px 0px 12px;
	}

#nav ul{
	display: inline;
	float: right;
	margin: 53px 28px 0px 0px;
	font-size: 13px;
	}
	
#nav ul li{
	list-style: none;
	display: inline;
	margin-left: 15px;
	}

#nav ul li a{
	text-decoration: none;
	color: #000000;
	}

#nav ul li a:hover{
	text-decoration: underline;
		}
	
#nav #current ul li{
	color: #840000;
	font-weight: bold;
	}

	
#featured{
	background: url('images/mainimg.jpg') no-repeat;
	height: 213px;
	}

#collwrap{
	background-color: #f5f5f5;
	margin-left: 3px;
	clear:both;
	overflow: auto;
	height: 100%;
	width: 720px;
	padding-bottom: 5px;
}
#conwrap{
	background: url('images/wrap.jpg') repeat-y;
	margin-left: 1px;
	clear:both;
	overflow: auto;
	height: 100%;
	padding-bottom: 5px;
	}
	
#collection{
float: left;
width: 700px;
padding: 15px 0px 0px 15px;
}

#left{
	float: left;
	width: 365px;
	padding: 15px 0px 0px 15px;
	}
	
p img {
	border: solid 3px #d7d7d7;
	margin-right: 7px;
	}
	
#right{
	float: right;
	padding: 15px 0px 0px 0px;
	width: 300px;
	}
	
#right img{
	border: solid 3px #d7d7d7;
	}
	
#verse{
	background: url('images/verse.jpg') no-repeat;
	height: 21px;
	margin-top: 10px;
	}
	
#vtext{
	font-size:12px;
	line-height: 200%;
	padding-right: 20px;
	}
	
#red{
	color:#840000;
	font-style: italic;
	}
	


p{
	font-size: 12px;
	line-height: 180%;
	margin: 10px 0px 10px 6px;
	}

#conbot{
	background: url('images/wrapfoot.jpg') no-repeat;
	height: 8px;
	margin-left: 2px;
	}
	
#footer{
	background: url('images/footer.jpg') no-repeat;
	height: 45px;
	margin-bottom: 15px;
	}
	
	
#c{
	font-size: 11px;
	color: #bdbdbd;
	float: right;
	padding: 10px 20px 15px 0px;
	text-align: right;
	}
	
#c a{
	color: #bdbdbd;
	}
	
.clear {
overflow: auto;
clear:both;
}
