/*



Design, Template Development, CSS by:
Matt Rock
http://www.burningfiredesign.com



*/

html, div, map, dt, isindex, form {  
	display: block;  
}

header, nav, article, footer, address {  
	display: block;  
}  

html, body {
	margin:0; padding:0;
	height:100%;
}

html {
	background:#3b3b3b url('../imgs/bg.gif');
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:62.5%;
	color:#d6d6d6;	
	width:100%;
	background:transparent url('../imgs/bg-bottom.gif') left bottom repeat-x;
	text-align:center;
	display:table;
}

header,
.header {
	width:660px;
	margin:80px auto 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#fceb8c;
	font-size:2.8em;
}

h1 {
	font-weight:normal;
	color:#fff;
	margin:0;
	padding:0;
	text-shadow:0.07em 0.07em .7 #292929;
}

h2 {
	font-size:.8em;
	color:#9cd5df;
	font-weight:normal;
	margin:1em 0;
	padding:0;
	text-shadow:0.1em 0.1em .7 #313030;
}

h3 {
	font-size:1.6em;
	font-weight:normal;
	margin:1em 0;
	padding:0;
	text-shadow:0.1em 0.1em #313030;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif; 
}

section,
.section {
	width:660px;
	margin:0 auto;
	font-size:1.6em;
	line-height:1.3em;
}

article,
.article {
	width:660px;
	margin:0 auto;
	padding:0;
	text-align:justify;
}
					
a {
	cursor:pointer;
	color:#f0e8a7;
	text-decoration:none;
}	

a:hover, #footer a:hover {
	border-bottom:1px solid #d6d6d6;
}

strong {
	font-weight:normal;
}

em {
	font-size:.8em;
}