body {			
	border-color: #b4b4b4;		
	border-style: solid;			
	border-width: 1px;
	min-height: 1000px;					
}	
#hd {
	height: 330px;
	background-color: black;
	color:white;
}	
#pagename {
	padding:20px;
	padding-top: 15px;
	font-size: 1.5em;
	color: white;
}
#bd {
	background-color: white;
	color: black;
}

.headingbar {	
	color: #080808;
	background-position: 0 -100px;
	background-image: url(../assets/sprite.png);
	font-size: 1.2em;	
	width: 750px;
}
.headingleft {
	font-weight: bold;
	padding:10px;
	text-align: left;
}
.headingright {
	padding:10px;
	text-align: right;
}	

.detail {
	padding:20px;
	font-family: "Lucida Grande", Arial, sans-serif;

				font-size: 14px;
}	

.detailshort {
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Lucida Grande", Arial, sans-serif;

				font-size: 14px;
}


