html, body {height:100%}

html, body {
	padding: 0;
	text-align:center;/* center layout in ie5 and 5.5. */
	background: #F6EBC3 url(images/head_bkrd.jpg) repeat-x;	
	margin: 0;
	font: 12px Verdana,Arial, sans-serif;
	color: #706B51;
}
html>body #outer {height:auto;}

#outer {
	border: 0px solid red;
	min-height:100%;
	margin-bottom:-70px;
}

* html #outer{height:100%} /*for IE as IE treats height as min-height anyway*/

#container {
	width: 670px;
	margin: 0 auto;
	border: 0px solid #000;
	text-align:left;
	padding-bottom: 100px;
}
#content {
	border: 0px solid #000;
	padding: 0;
	margin-top: 50px;
}

#left {
	background-color: #F6EBC3;
	float:left;
	border-right:0px solid #000;
	width:190px;
	line-height: 20px;
}
#right {
	background-color: #F6EBC3;
	float:left;
	width:449px;
	border-left:0px solid #000;
	margin-left:-1px;/* makes border line up with #left border */
	padding-left: 25px;
	line-height: 22px;
}

#header {
	height: 145px;
	background-image:url(images/logo_text.gif);
	background-repeat:no-repeat;
	background-position: 50% 40%;
	position: relative;
}

#footer {
	background:#F7EECC url(images/footer_bkrd.gif) repeat-x top;
	text-align:center;
	margin:0;
	clear:both;
	height: 70px;
}

#footer p {
	text-align: center;
	line-height: 14px;
	font-size: 10px;
	padding-top: 25px;
}

blockquote {
	background-image:url(images/quote.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding: 0 0 0 30px;
	margin: 5px 0 15px 55px;

}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #5F7A91;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666;
	margin-bottom: 6px;
}

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #520E0D;
	margin-bottom: 3px;
}

ul {
	margin-top: 10px;
}	

li {
	margin: 0 0 0 10px;
	line-height: 16px;
}

.indented {
	margin: 15px 0 0 40px;
}

#content p {
	line-height: 22px;
	padding: 0 0 12px 0;
	margin: 0;
}

.micro {
	font-size: 10px;
}

/* DIVs ON SUB-PAGES ------------
-------------------------------*/

#sub_content {
	background-color: #F6EBC3;
	width:100%;
	border-left:0px solid #000;
	line-height: 22px;
}

#sub_content img {
	padding: 0 25px 7px 0;
}

#sub_content .first {
	padding-top: 5px;
	line-height: 22px;
}

#sub_content .micro {
	font-size: 10px;
	line-height: 16px;
}

#sub_content .indented p {
	margin: 5px 0 10px 0;
	padding: 0;
	line-height: 8px;
}	

#sub_content .micro p {
	margin-top: 4px;
}	

#sub_content ol {
	margin: 25px 0 0 35px;
	padding: 0;
}

#sub_content ol li {
	line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0;
}

/* CONTACT PAGE ------------------------
-------------------------------*/

body#contactpage #content img {
	padding: 0 45px 7px 0;
}

body#contactpage .tightpara {
	line-height: 14px;
}

body#contactpage #first {
	line-height: 14px;
	padding-top: 5px;	
}

body#contactpage #content {
	margin-left: 45px;
}

/* LINKS ------------------------
-------------------------------*/

a, a:link, a:visited {
	text-decoration: none;
	color: #5F7A91;
}

a:hover {
	text-decoration: underline;
	color: #6C4748;
}


/* NAVIGATION ------------
------------------------*/

#home {
	height: 25px;
	position: absolute;
	top: 119px;
	left: 45px;
}

#about {
	height: 25px;
	position: absolute;
	top: 119px;
	left: 145px;
}

#guidelines {
	height: 25px;
	position: absolute;
	top: 119px;
	left: 252px;
}

#support {
	height: 25px;
	position: absolute;
	top: 119px;
	left: 389px;
}

#contact {
	height: 25px;
	position: absolute;
	top: 119px;
	left: 567px;
}



/* INTRODUCTION ----------
------------------------*/

#intro {
	text-align:left;
	margin: 0 0 30px 0px;
	float: left;
}

#introright {
	float: left;
	margin: 0 0 0 10px;
}



/* BLOCK ITEMS ON INDEX --
------------------------*/

.bits {
	display: block;
	background-color: #F7EECC;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
}
