.page{
	border-right: solid 16px #d1e8c5;
}

.sideBar{
	background: url("../siteImages/sideBars/designs.jpg") no-repeat;
	width: 236px;
	height: 600px;
}
	.sideBar h1{
		color: #6ec166;
	}
	
.content h1.design, .content h1, .content h2, .content h3{
	color: #6ec166;
	
}
	

.formats{
	font-size:12px;
}
	.formats .text{
		width: 410px;
		float:left;
	}
	.formats .text .imgWrapper{
		text-align:center;
		width: 300px;
	}
	.formats .thumbs{
		width: 220px;
		float:left;
	}
		.formats .thumbs a{
			width: 100px;
			float:left;
			margin:0px 0px 10px 10px;
			display:block;
		}
			.formats .thumbs a img{
				width: 100px;
			}
	