@charset "utf-8";
/* CSS Document */

/***************** Resets ******************/
html, body, div, h1, h2, h3, h4, h5, h6, img, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/***************** HTML Elements ******************/
body  {	
	color: #000000;
	/*height: 100%;*/
	background: #ece6c5;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
	color:#173289;
}
a:visited {
	color:#173289;
}
a:hover {
	text-decoration:none;
}
/***************** Container Elements ******************/
#container {
	text-align:left;
	height: 100%;
}
/***************** Header Elements ******************/
#header-wrap {
	background: #942621;
	height: 230px;
	width: 100%	
}
#header {
	background: url(images/header-mark.jpg) bottom right no-repeat;
	height:100%;
	margin: 0 auto 0 auto;
	width: 750px;
}
#header p {
	color: #ffffff;
	font-size: 18px;
}	
.header-main {
	float:left;
	width: 460px;	
}
.header-col {
	float:left;
	margin: 0 0px 0 0px; /*zeroed out*/
	width:270px; /*270*/
}
/***************** Content Elements ******************/
#content-wrap {
	width: 100%;
	/*height: 100%;*/
}
#content {
	background:url(images/content-mark.jpg) top left no-repeat;
	/*height: 100%; /*This is here until content is on the page*/
	/*height: auto;*/
	margin: 0 auto 0 auto;
	width: 752px;
}
.content-main {
	float:left;
	font-size:12px;
	margin: 40px 0 0 0;
	padding-right: 20px;
	width: 440px;
}
.content-main h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	color: #942621;
}
.content-main h2 {
	color:#433c2a;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;	
}
.content-main h3 {
	color:#433c2a;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.content-col {
	color:#433c2a;
	float: left;
	font-size:14px;
	margin: 40px 10px 0px 10px;
	width: 270px;
}
.content-col h1 {
	color:#433c2a;
	font-family:"Comic Sans MS", cursive;
	font-size:16px;
}

/***************** Footer Elements ******************/
#footer-wrap {
	background:#1c1811;
	width: 100%;
	clear:both;
}
#footer {	
	color:#ece6c5;
	margin: 0 auto 0 auto;
	width: 750px;
	font-size:9px;
	clear:both;
}

/***************** Classes ******************/
.pic-left {
	float:left;
	margin: 10px 10px 10px 0;
}
.pic-right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float:right;
}

.indent2 { margin-left: 2em; }

.indent1 {
	margin-left: 1em;
}
.indent2 { margin-left: 2em; }
