
/*	The Most Important Thing: */

html, body, img, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, 
p, blockquote, pre, form, fieldset, ins, table, th, td { 
	margin: 0; 
	padding: 0; 
}


/*	
	The elements!
*/


body { 
	font: 100% "Times New Roman", sans-serif;
	line-height: 1.125em;
	color: #321a00; 
	background: #c3b99c;
}

img {	
	border: 0;
}

img.center {
	text-align: center;
}

p, ol, ul {
	font-size: 0.75em;
	padding: 0 0 1em 0;	
}

ul {
	padding: 0 0 0 4em;
}

li {
	text-indent: .3em;
}

.header {
	font-size: 1.15em;
	font-style: normal;
	font-variant: small-caps;
}


.lopad {
	padding: 0 0 .3em 0;
}

.indented {
	text-indent: 2.5em;
}

.centered {
	text-align: center;
}

.tiny {
	font: italic .625em "Times New Roman";
}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #630;
	}


a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #555;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #740;
	}


/* DIV tags for divination 

	Here's how it goes:
		#container to hold all the elements.
			#first
				#first_top
				#first_bottom
			#second
				#nav
				#content
			#bottom
*/

div#container {
	background: url('images/background.jpg');
	border: 2px solid #321a00;
	width: 810px;
	height: 747px;
	margin: 20px auto 20px auto;
	font-size: 1.2em;
}

div#first {
	float: left;
	height: 699px;
	width: 200px;
}

div#first_top {
	height: 50px;
	width: 100%;
}

div#first_bottom {
	height: 649px;
	width: 100%;
}

div#second {
	float: right;
	height: 699px;
	width: 600px;
}

div#nav {
	height: 50px;
	width: 100%;
}

div#content {
	height: 649px;
	width: 100%;
	overflow: hidden;
}

div#bottom {	
	height: auto;
	width: auto;
	margin: 0 0 0 0;
	overflow: hidden;
}

div.wrapped {
	padding: 1em 2em 0 1em;
}

/* Nifty Classes */

