@media screen , projection {
	#wrapper {
		background: #fff url("img/top-pattern.gif") no-repeat top left;
	}
	#head h1 a {
		position: absolute;
		top: 13px; 
		left: 28px;	
		display: block;
		background: url("img/logo.gif") no-repeat;
		height: 46px;
		width: 178px;
		overflow: hidden;	
	}
	#main {
		background: url("img/bottom-pattern.gif") no-repeat bottom left;
	}
	#nav {
		position: relative;
		top: 104px;
		left: 0;
	}
	#nav li {
		display:inline;
	}
	#nav a {
		padding-left: 50px;
		padding-right: 20px;
		line-height: 31px;
		height: 31px;
		display: block;
		font-weight: bold; 
	}
	#nav a:hover, #nav a:focus, #nav a.active {
		color: #35a77d;
	}
	#nav a.active {
		background: url("img/btn.gif") no-repeat;
	}
	#certified-logo-1, #certified-logo-2 {
		position: absolute;
		left: 43px;
		display: block;
		width: 132px;
		background-image: url("img/certified-logos.gif");
		background-repeat: no-repeat;
	}
	#certified-logo-1 {
		bottom: 123px;
		height: 58px;		
		background-position: top left;
	}
	#certified-logo-2 {
		bottom: 45px;
		height: 78px;
		background-position: bottom left;	
	}
	#content p {	
		margin-bottom: 0.5em;
		margin-right: 9em;
	}
	#content ul {
		margin-bottom: 0.5em;
	}
	#content li {
		list-style-image: url("img/bullet.gif");
		list-style-position: inside;
	}
	#content a {
		color: #35a77d;		
	}
	#content .box {
		display: block;
		height: 253px;
		overflow: hidden;
		margin-bottom: 21px; 
	}
	#home #content .box {
		margin-bottom: 22px; 
	}
	#about #content .box {
		margin-bottom: 20px; 
	}
	#content .box .inner {
		margin: 28px;
	}
	#content .box p {
		font-size: 90%;
		margin-right: 0;
	}
	#content .small {
		width: 289px;
		background-repeat: no-repeat;
		background-image: url("img/boxes-p.gif");
	}
	#home #content .small {
		background-repeat: no-repeat;
		background-image: url("img/boxes-p-home.gif");
	}
	#content .tl {
		background-position: top left; 
	}
	#content .tr {
		background-position: top right; 
	}
	#content .bl {
		background-position: bottom left; 
	}
	#content .br {
		background-position: bottom right; 
	}
	#content .big {
		width: 596px;
		background: url("img/boxes-big-p.gif") no-repeat;
	}
	#content .big .left, #content .big .right {
		width: 240px;	
	}
	#content .top {
		background-position: top left; 
	}
	#content .bottom {
		background-position: bottom left; 
	}
	#footer {
		background: #35a77d;
		color: #fff;
		font-size: 90%;
	}
	#footer ul {
		padding: 4px 50px;
	}
	#footer li {	
		display: inline;
		padding-right: 15px;
		border-right: 1px solid;
		margin-right: 15px;
	}
	#footer a {
		color: #fff;	
	}
}