/* 
Original Attribution: Some of this code is from iconbuffet.com 
Also inspired by Matthew Levine from ALA http://www.alistapart.com/articles/holygrail
*/	

body {
	min-width: 550px;      /* 2x LC width + RC width */
	background: #fff;
	font: 11px/1.6em "Lucida Grande", Verdana, Sans-serif;
	color: #444;  
}
p {
	margin: 0 0 1em;
}
h1 {
	margin: 0;
	font-size: 33px;
	line-height: 1.6em;	
}
h2 {
	margin: 0 0 .2em;
	font-size: 16px;
	color: #b30;
}
a:link, a:visited, a:hover {
	font-weight: bold;
	color: #0b5;
	border: 0;
	text-decoration: none;
}
a:link img, a:visited img, a:hover img {
	border: 0;
}
#wrap {
  padding-left: 160px;   /* LC width */
  padding-right: 150px;  /* RC width */
}
#wrap .column {
  position: relative;
  float: left;
}
#header	{
 	border-bottom: 10px solid #fff;
}
#center {
  width: 100%;

}
#left {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -110%;
}
#right {
  width: 150px;          /* RC width */
  margin-right: -150px;  /* RC width */
}
#footer {
	clear: both;
	font-size: 10px;
	background: #000;  
}
#footer p {
	color: #fff;
	margin: 0;
	padding: 0 10px;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

.intro {
	font-size: 13px;
	line-height: 1.6em;
	color: #000;
}

#topmenu {
	background: #eee;
	height: 20px;
	margin-bottom: 20px;
}