/* http://www.colorcombos.com/color-scheme-266.html */

body { 
background: #555; 
}

	#content ul {
	list-style: none;
	margin-left: 0px;
	}

	#content p strong, #content ul li {
	background: url(../images/paw.png) top left no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 21px;
	}
	
		#content ul li { 
		line-height: 140%;
		margin-bottom: 3px;
		padding-bottom: 3px;
		}
	
	#content p a {
	color: #28AF63 !important;
	}
	
	#content p a:hover {
	color: #555 !important;
	}

	#footer {
	color: #ccc;
	}

	#footer a {
	color: white;
	}

	#nav { 
	background: #28AF63; 
	}
	
	#nav ul li a.on, #nav ul li a:hover {
	color: #C2D98B;
	text-decoration: none;
	}
	
	#wrapper {
	background: #FFFFCC;
	}

		.box {
		background: #C2D98B;
		color: black;
		}
		
		.nudge {
		padding-top: 35px;
		}