body {
	background-color: #CCC;
	font-family: arial, verdana, trebuchet MS, trebuchet, sans-serif;
	font-size: 11px;
	color:#333;
	line-height: 18px;
	margin-bottom: 18px;
	}

a:visited, a:active, a:link {
	color: #369;
	text-decoration: none;
	}

a:hover {
	color: #333;
	font-weight:700;
	}


p {
	line-height: 18px;
	}

h1 {
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
	}

h2 {
	color: #369;
	font-size: 12px;
	margin: 15px 0 0 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF;
	line-height: 8px;
	}

h3 {
	color: #69C;
	font-size: 14px;
	text-transform: uppercase;
	margin: 15px 0 15px 0;
	border-bottom: 1px solid #CCC;
	}


#container {
	background-color: #FFF;
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 10px solid #69C;
	}
		
/* box model hack - see http://tantek.com/CSS/Examples/boxmodelhack.html */
#container {
	width: 750px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 730px;
	}

html > body #container {
	width: 730px;
	}

#banner {
	background: #FFF url(../images_2006/ecollective_2006_banner.jpg) no-repeat top;
	height: 150px;
	border-bottom: 1px dashed #999;
	/*margin-bottom: 5px;*/
	}

#content {
	margin: 0 280px 0 200px;
	letter-spacing: 1px;
	text-align: right;
	}

#aboutblurb {
	margin: 0 10px 0 250px;
	letter-spacing: 1px;
	}


#ecomenu {
	float: left;
	padding: 10px 0 0 10px;
	margin-right: 10px;
	}

/* box model hack - see http://tantek.com/CSS/Examples/boxmodelhack.html */
#ecomenu {
	width: 180px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 170px;
	}
	
html > body #ecomenu {
	width: 170px;
	}

#ecomenu ul {
	list-style: none;
	margin-top: 10px;
	padding: 0;
	color: #999;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	}

#ecomenu li {
	border-top: 1px dashed #69C;
	line-height: 25px;
	}

#ecomenu li a, #ecomenu li a:visited, #ecomenu li a:active, #ecomenu li a:link {
	color: #999;
	display: block;
	text-decoration: none;
	}

#ecomenu li a:hover {
	color: #FFF;
	background-color: #69C;			
	}

#picmenu {
	background: #FFF url("../images_2006/sxc_leafy.jpg") no-repeat scroll bottom left;
	float: left;
	margin-right: 15px;
	padding: 10px 0 350px 10px;
	}

/* box model hack - see http://tantek.com/CSS/Examples/boxmodelhack.html */
#picmenu {
	width: 230px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 220px;
	}
	
html > body #picmenu {
	width: 220px;
	}



#rightsaidfred {
	background-color: #D6DEE3;
	width: 34%;
	float: right;
	margin: 0;
	/*border-left: 2px dashed #69C;*/
	padding: 0 0 10px 10px;
	}

/* box model hack - see http://tantek.com/CSS/Examples/boxmodelhack.html */
/*#rightsaidfred {
	width: 220px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
	}
	
html > body #rightsaidfred {
	width: 200px;
	}*/

#rightsaidfred p {
	line-height: 14px;
	}

.blurbtext {
	color: #666;
	margin: 10px;
	line-height: 15px;
	}


.thumbnail {
	border: 1px solid #69C;
	padding: 4px;
	margin: 10px;
	}

.textright {
	text-align: right;
	margin-right: 10px;
	}

.clicker {
	text-align: center;
	}


#footer {
	clear: both;
	background: #999;
	color:#FFF;
	text-align: center;
	letter-spacing: 1px;
	}

#footer a:visited, #footer a:active, #footer a:link {
	color: #333;
	text-decoration: underline;
	}

#footer a:hover {
	color: #FFF;
	background-color: #69F;			
	text-decoration: none;
	font-weight:normal;
	}

#footer p {margin-bottom: 0;}

