/* 
	
CSS vs1.2 for Dragonsinn
Theme: Simple + Footer
Author: Jess C Scott
URI: http://www.jesscscott.com

*/

/* basic elements
   h1=info heading, h2=verses heading, h3=visuals heading, h4=xtras */

body { 
	font: 10pt verdana;
	color: #333333; 
	margin: 5px; 
	text-align:center;
	}
p { 
	font: 10pt verdana; 
	color: #333333;
	margin-left: 3px;
	margin-top: 0px; 
	margin-right: 3px;
	text-align: center;
	}
h1 {
	font: bold 10pt verdana;
	color: #BB7100;
	margin-top: 17px;
	text-align: center;
	text-decoration: underline; 
	}
h2 {
	font: bold 10pt verdana;
	color: #1A734D;
	margin-top: 17px;
	text-align: center;
	text-decoration: underline; 
	}
h3 {
	font: bold 10pt verdana;
	color: #919342;
	margin-top: 17px;
	text-align: center;
	text-decoration: underline; 
	}
h4 {
	font: bold 10pt verdana;
	color: #C4004F;
	margin-top: 17px;
	text-align: center;
	text-decoration: underline; 
	}
h5 { 
	font: bold 10pt verdana; 
	color: #000000;
	margin-top: 17px;
	margin-bottom: 15px;
	text-align: center;
	text-decoration: underline; 
	}
h6 { 
	font: bold 10pt verdana; 
	color: #000000;
	margin-top: 17px;
	margin-bottom: 15px;
	text-align: center;
	text-decoration: none; 
	}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	}
a:hover {
	background: url(dot.gif) repeat-x bottom;
	color: #EFA3CD;
	}

/* Structure divs */

#banner {
	background: #fff url(name22.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 59px;
	float: left;
	}

#footer {
	background: #EDE8EE;
	font-family: verdana;
	font-size: 10px;
	line-height: 170%;
	margin: 0 auto;
	padding: 3px 4px 3px 4px;
	text-align: center;
	width: 760px;
	}

/* Footer */

	#footer li {
		display: inline;
		list-style-type: none;
		}
		
	#footer ul, ol {
		margin: 0;
		padding: 0;
		}
		
	#footer a {
		background: #EDE8EE;
		color: #000;
		font-weight: normal;
		margin: 0 3px 0 0;
		padding: 2px;
		text-decoration: none;
		}
		
	#footer a:hover {
		background: #999;
		color: #fff;
		text-decoration: none;
		}

/* Text align */

.center {
	text-align: center;
	}