body {
	margin: 40px auto;
	min-width: 870px;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 870px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

#left { 
	float: left;
	width: 228px;
	background: #BBB9A6;
	margin-bottom: 40px;
	margin-right: 20px;
	height: 759px;
}

#right {
	float: left;
	width: 622px;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	border: 0;
	padding: 0;
}

li.creative-ledge {
	width: 622px;
	height: 87px;
	background: url(images/creative-ledge.gif);
	margin-bottom: 9px;
}

li.creative-ledge a {
	text-indent: -9999px;
	display: block;
	width: 622px;
	height: 87px;
}

li.new-work {
	width: 622px;
	height: 87px;
	background: url(images/new-work.gif);
	margin-bottom: 9px;
}

li.new-work a {
	text-indent: -9999px;
	display: block;
	width: 622px;
	height: 87px;
}

li.art-not-hate {
	width: 622px;
	height: 87px;
	background: url(images/art-not-hate.gif);
	margin-bottom: 9px;
}

li.art-not-hate a {
	text-indent: -9999px;
	display: block;
	width: 622px;
	height: 87px;
}

li.mainely-creative {
	width: 622px;
	height: 87px;
	background: url(images/mainely-creative.gif);
	margin-bottom: 9px;
}

li.mainely-creative a {
	text-indent: -9999px;
	display: block;
	width: 622px;
	height: 87px;
}

li.creative-ledge-studio {
	width: 622px;
	height: 87px;
	background: url(images/creative-ledge-studio.gif);
	margin-bottom: 9px;
}

li.creative-ledge-studio a {
	text-indent: -9999px;
	display: block;
	width: 622px;
	height: 87px;
}

li.creative-share {
	width: 622px;
	height: 87px;
	background: url(images/creative-share.gif);
	margin-bottom: 9px;
}

li.creative-share a {
	text-indent: -9999px;
	display: block;
	width: 622px;
	height: 87px;
}

li.maine-originals {
	width: 622px;
	height: 87px;
	background: url(images/maine-originals.gif);
	margin-bottom: 9px;
}

li.maine-originals a {
	text-indent: -9999px;
	display: block;
	width: 622px;
	height: 87px;
}

li.video {
	width: 622px;
	height: 87px;
	background: url(images/videos.gif) no-repeat;
	margin: 0px 0px 9px 0px;
	padding: 0px;
}

li.video a {
	text-indent: -9999px;
	display: block;
	width: 622px;
	height: 87px;
}

/* video page */

#wrapper-video {
	width: 870px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	background: url(images/video/bg.gif) repeat-y;
	overflow: hidden;
}

#left-video { 
	float: left;
	width: 228px;
	height: 780px;
	background: #BBB9A6;
	margin-right: 20px;
}

.video {
	padding: 5px 20px;
	margin-bottom: 40px;
	background: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

.video h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #555;
}

.video h2 {
	font-size: 14px;
	margin-bottom: 7px;
}

.video .left {
	float: left;
	margin-bottom: 15px;
}

.video .right {
	float: right;
	width: 270px;
	text-align: left;
	padding-top: 10px;
}

.video .description {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 12px;
}

.video a:link {
	color: #8E8C7A;
}

.video a:visited {
	color: #8E8C7A;
}

.video a:hover {
	color: #BBB9A6;
}