/*	CSS Properties for Picture This: Earth Day 2009	*/

/*	LAYOUT DIVISIONS	*/

	body { background: #e4d779; color: #5a5c4e; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.8em; line-height: 140%; margin: 0px; padding: 0px; text-align: center; }

	#container { background: #fff /*url('http://c8c493b3ff321077158517d2a03ef78b3d64ffe3.gripelements.com/images/bg-cont.png')*/ top left no-repeat; margin: 0px auto 0px auto; padding: 10px 0px 0px 0px; text-align: left; width: 800px; }

	#header { text-align: center; }

	#navigation { float: right; padding: 10px 40px 0px 0px; }
	
	#main { background: url('http://c8c493b3ff321077158517d2a03ef78b3d64ffe3.gripelements.com/images/bg-main.png') bottom left no-repeat; width: 800px; }
	
	#sidebar { float: left; margin: 40px 0px 0px 10px; text-align: center; width: 300px; }
	
	#content { float: right; margin: 0px 40px 0px 0px; padding: 0px 0px 20px 0px; width: 420px; }
	
	#footer { clear: both; padding: 20px; text-align: center; }

/*	TYPOGRAPHY	*/

	#content p { text-align: justify; }

/*	LIST ELEMENTS	*/

	#content li { text-align: justify; }
	
	#sidebar ul { margin: 0px; padding: 0px; }
	#sidebar li { list-style-type: none; padding: 5px; }
	
	#footer ul { margin: 0px; padding: 0px; }
	#footer li { display: inline; list-style-type: none; padding-right: 15px; }
	
	#navigation ul { margin: 0px; padding: 0px; }
	#navigation li { color: #ddd; display: inline; font-size: 11px; list-style-type: none; padding: 0px 4px 0px 0px; text-transform: uppercase; }

/*	ANCHOR ELEMENTS	*/

	p a { border-bottom: 1px dotted #999; color: #669900; text-decoration: none; }
	p a:hover { border-bottom: 1px solid #999; color: #444; text-decoration: none; }

	#sidebar p a { border-bottom: none; }
	#sidebar p a:hover { border-bottom: none; }

	p.special a { border-bottom: none; }
	p.special a:hover { border-bottom: none; }

	table a { border-bottom: none; color: #669900; text-decoration: none; }
	table a:hover { border-bottom: none; color: #444; text-decoration: none; }

	li a { border-bottom: 1px dotted #999; color: #669900; text-decoration: none; }
	li a:hover { border-bottom: 1px solid #999; color: #444; text-decoration: none; }
	
	#navigation li a { border-bottom: none; color: #5a5c4e; text-decoration: none; }
	#navigation li a:hover { border-bottom: none; color: #669900; text-decoration: none; }
