/* Website for Monocacy Title  */
/* Spring 2008 */
/* Site design and development by Red Letter Design, www.RedLetterDesign.net */

/* ----------------------------------------------- 
   INITIAL RESET PLUS LAYOUT
   ----------------------------------------------- */


/* 	----------------------------------------------- 
		Reset browser default styles to insure consistency across various browsers
  	----------------------------------------------- */
html, body, div, 
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}

ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* 	----------------------------------------------- 
		Helpful fixes
  	----------------------------------------------- */

a {outline: none;}  /* get rid of Firefox link boxes */

html {
	height: 100%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
}

body {
	behavior: url("../behaviors/csshover.htc"); /* Win IE behavior call */	
}

/* 	----------------------------------------------- 
		Site Structure
  	----------------------------------------------- */

body {
	background: #344319 url(../images/background.jpg) top center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: center;
}

div#wrapper {
	width: 920px;
	margin: 0 auto !important;
	margin: 0 0;
	padding: 0;
	background: url(../images/body.jpg) repeat-y;
}

	div#header {
		width: 540px;
		background: url(../images/masthead.jpg) top left no-repeat;
		min-height: 85px;
		margin: 0;
		padding: 80px 30px 0px 350px;
	}
	/* IE doesn't support min-height, but it treats height that way, so filter for IE */
	* html div#header {
		height: 85px; 
	}		

	div#nav {
		width: 920px;
		min-height: 30px;
		margin: 0;
		padding: 0 0px;
		background: #002d55 url(../images/nav.jpg) top left no-repeat;
	}
	/* IE doesn't support min-height, but it treats height that way, so filter for IE */
	* html div#nav {
		height: 30px; 
	}		

	div#content {
		clear: both;
		background: url(../images/bodylower.jpg) bottom left no-repeat;
		width: 860px;
		min-height: 200px;
		margin: 0;
		padding: 40px 30px 400px 30px;
	}
	/* IE doesn't support min-height, but it treats height that way, so filter for IE */
	* html div#content {
		height: 540px; 
	}
	
div#footer {
	width: 860px;
	margin: 0 auto !important;
	margin: 0 0;
	padding: 0px 30px 10px 30px;
}
