#mainwrapper {
	background: #fff url('/i/footer_bg.png') no-repeat bottom right;
	padding: 0 0 80px 0;
}

#maincontentwrapper {
	background: #fff url('/i/maincontentwrapper_bg_w.gif') repeat-y top right;
	width: 968px;
}

#maincontent {
	background: url('/i/maincontent_bg_w.gif') no-repeat;
}

#top {
	height: 1%;
	overflow: hidden;
}

#polaroid {
	float: left;
	margin: 16px 0 0 68px;
	color: #000;
}

#rcol {
	float: right;
	width: 475px;
	margin: 5px 80px 0 0;
	display: inline;
}

#sortbywrapper {
	float: right;
	text-align: right;
	width: 470px;
}

#sortbyLabel {
	color: #666;
	font-size: 0.75em;
}

#sortby {
	color: #666;
	font-size: 0.7em;
}

#rcol h2 {
	color: #333;
	padding: 10px 0 0 0;
	margin: 0;
	display: inline;
	width: auto;
	float: left;
}

#rcol h2.new {
	margin-top: 10px;
	padding: 30px 80px 10px 0;
	background: url('/i/new.gif') no-repeat top right;
}

#projecturl {
	clear: left;
	display: block;
	padding: 10px 0 0 0;
	margin: 0;
	color: #97baba;
	text-decoration: none;
	font-size: 0.8em;
}

#projecturl:hover {
	text-decoration: underline;
}

#projectintro {
	clear: left;
	padding: 10px 0 0 0;
	margin: 0;
	color: #666;
	font-size: 0.8em;
	line-height: 1.1em;
}

#projecttags {
	display: block;
	padding: 10px 0 0 0;
	margin: 0;
	color: #97baba;
	font-size: 0.8em;
	font-weight: bold;
}

#projecttags a {
	color: #97baba;
	text-decoration: none;
}

#projecttags a:hover {
	text-decoration: underline;
}

#bottom {
	padding: 5px 0 0 155px;
	background: #fff url('/i/maincontentwrapper_bg_w.gif') repeat-y top right;
	height: 1%;
	overflow: hidden;
}

#bottom div {
	float: left;
	padding: 0 0 20px 0;
	margin: 0;
}

#bottom .polaroid {
	display: block;
	width: 185px;
	height: 205px;
	color: #000;
}

#bottom p {
	margin: 10px 10px 0 10px;
	color: #666;
	font-size: 0.8em;
	width: 150px;
}

#bottom h3 {
	margin: 0 10px 0 10px;
	color: #666;
	font-size: 0.8em;
	width: 150px;
}

#bottom .tagswrapper {
	display: block;
	margin: 10px 10px 0 15px;
	color: #97baba;
	width: 150px;
}

#bottom .tagswrapper a {
	color: #97baba;
	text-decoration: none;
	font-size: 0.8em;
}

#bottom .tagswrapper a:hover {
	text-decoration: underline;
}

#workloginwrapper {
	text-align: right;
	font-size: 0.7em;
	margin-right: 5px;
}

#workloginwrapper a {
	color: #a40000;
}

div.fieldswapper {
	height: 1%;
	overflow: hidden;
}

#loginformcontentswrapper {
	padding: 50px 0 50px 400px;
}

#emailLabel, #passwordLabel {
	display: block;
	float: left;
	width: 75px;
	font-size: 0.8em;
	padding-top: 4px;
}

#email, #password {
	display: block;
	float: left;
	width: 200px;
}

#loginbutton {
	float: left;
	margin-left: 10px;
}

div.err {
	font-size: 0.8em;
	font-weight: bold;
	color: #a40000;
	padding-bottom: 10px;
}