	/*------------------------------------------------------------------
[Master Stylesheet]

Project: freechristianbookclub.com
Version: .01
Last change: 08*06*09
Created by: James T Burchfield

-------------------------------------------------------------------

[Table of contents]

1. Reset Styles
2. Utilities
3. Aesthetics
		3.1. Headers / h1, h2, h3
		3.2. Links / a:link
		3.3. Navigation / Lists
		3.4. Footer / #footer
		3.5. Form Elements / form
		3.6. Text / p, blockquotes
4. Structure & Layout
5. Page Specific

------------------------------------------------------------------*/

/*----------------
 1. RESET STYLES - courtesy of Eric Meyer
 ---------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
}

h1 {color:navy;font-size:18px;font-weight:bold;}
h2 {color:navy;font-size:16px;font-weight:bold;}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
}
blockquote, q {
	quotes: "" "";
}
 
/*----------------
 2. UTILITIES (common classes for removing margins, padding, floating, clearing, aligning text, etc)
---------------*/

.clear {
	clear: both;
}
 
/*----------------
 3. AESTHETICS
---------------*/
	 
	/* --- 3.1 HEADERS --- */
	
	 
	/* --- 3.2 LINKS --- */
	
		
	/* --- 3.3 NAVIGATION / LISTS --- */

	
			
	
	
/*----------------
 4. STRUCTURE & LAYOUT 
---------------*/

	html, body {
		background: url('graphics/bg.png') repeat-x;
		margin: 0;
		padding: 0;
		
	}	
	
	
		
	
		#footer {
			

		}
	
	
	
		

/*----------------
 5. PAGE SPECIFIC
---------------*/
