/*	begin structure	*/
* {
	padding: 0;
	margin: 0;
}

#pagewrapper {
	width: 665px;
	margin: 0 auto;
}

#navbar {
	border: 1px solid #ccc;
	margin: 0px 5px 5px 5px;
	padding: 4px;
	background-color: #A3A38F;
}

#header {
	border: 1px solid #ccc;
	margin: 5px 5px 5px 5px;
	height: 70px;
	padding: 10px;
	border: 1px solid #ccc;
}

#header p {
	padding: 45px 0px 0px 0px;
}

/* ---------------------------- */
#leftcolumn1 { /* Parent Wrapper for inside boxes */
	margin: 0 0px 5px 5px;
	display: inline; /* IE Hack */
	width: 158px;
	float: left;
	min-height: 450px;
	padding: 0px 0px 4px 0px;
	border: 1px solid #ccc;
/*	background-color: #DAC8BF;	*/
}
* html #leftcolumn1 {height:450px} /* IE Min-Height Hack */ 

#leftcolumn2 { /* Parent Wrapper for inside boxes */
	margin: 0 5px 0px 5px;
	display: inline; /* IE Hack */
	width: 158px;
	float: left;
	min-height: 450px;
	padding: 0px 0px 4px 0px;
	border: 1px solid #ccc;
}
* html #leftcolumn2 {height:450px} /* IE Min-Height Hack */ 
/* ---------------------------- */


/* ---------------------------- */
#rightcolumn1 { /* Parent Wrapper for inside boxes */
	border: 1px solid #ccc;
	margin: 0px 5px 0px 0px;
	display: inline; /* IE Hack */
	padding: 0px 0px 4px 0px;
	width: 158px;
	float: left;
	min-height: 450px;
/*	background-color: #DAC8BF;	*/
}
* html #rightcolumn1 {height:450px} /* IE Min-Height Hack */ 

#rightcolumn2 { /* Parent Wrapper for inside boxes */
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 padding: 0px 0px 4px 0px;
 width: 158px;
 float: left;
 min-height: 450px;
}
* html #rightcolumn2 {height:450px} /* IE Min-Height Hack */ 
/* ---------------------------- */

/* page 2 2nd column	*/
/* ---------------------------- */
#rightcolumnp2 { /* Parent Wrapper for inside boxes */
	margin: 0 0px 0px 5px;
	display: inline; /* IE Hack */
	width: 488px;
	float: left;
	min-height: 450px;
	padding: 0px 0px 4px 0px;
	border: 1px solid #ccc;
/*	background-color: #DAC8BF;	*/
}
* html #rightcolumnp2 {height:450px} /* IE Min-Height Hack */ 
/* ---------------------------- */

#singlecolumn { /* Parent Wrapper for inside boxes */
	margin: 0 0px 5px 5px;
	display: inline; /* IE Hack */
	width: 653px;
	float: left;
	min-height: 450px;
	padding: 0px 0px 4px 0px;
	border: 1px solid #ccc;
/*	background-color: #DAC8BF;	*/
}
* html #singlecolumn {height:450px} /* IE Min-Height Hack */ 



#footer {
	border: 1px solid #ccc;
	background-color: #A3A38F;
	margin: 0px 5px 5px 5px;
	display: inline; /* IE Hack */
	padding: 4px;
	float: left;
	width: 646px;
}

.columncontent {
	padding: 5px;
}

/*	end structure	*/


/*	begin typography and colors	*/
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
}

#header p {
	font-size: 2em;
	color: #888;
}

#header p a {
	color: #888;
	text-decoration: none;
}

.columncontent a {
	text-decoration: none;
}

.columncontent a:hover {
	text-decoration: underline;
}

.columncontent p {
	padding-bottom: 1em;
}

#footer p {
	text-align: center;
	font-size: 0.9em;
	color: #fff;
}

#footer p a {
	color: #fff;
	text-decoration: none;
}

#footer p a:hover {
	color: #fff;
	text-decoration: underline;
}
/*	end typography and colors	*/


