body {
/*	background-image: url(/images/desktopbg/snazzy-duds.gif);*/
	background-color: #1F1E1E;
	margin: 0;
	padding: 0;
	color: #DDD7C2;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.title, div.menu, div.bgCollection {
/*	background-image: url(../images/desktopbg/default3.gif);*/
	border-width: 3px;
	border-color: #2C2B2B;
  background-color: #3E3C3B;
}

div.title {
/*
	background-image: url(../../images/desktopbg/top.png);
	background-repeat: repeat-x;
*/
	padding: 18px 20px 15px 20px;
	border-style: none none solid none;
}

div.menu {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 102px;
	padding: 20px 0 5px 0;
	border-style: solid solid solid none;
}

div.bgCollection {
	margin: 20px 30px 20px 200px;
	padding: 15px 20px 15px 30px;
	border-style: solid;
}

div.bgCollectionFooter { clear: left; }

h1 {
	margin: 0;
}

h2 {
	margin-top: 1em;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}

div.bgBox, div.bgBoxLarge {
	float: left;
	width: 20em;
/*	margin: 0 10px 10px 0;*/
	padding: 1.5em 1em 0 0;
/*
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #615E5D;
*/}

div.bgBox img.bgThumb, div.bgBoxLarge img.bgThumb {
	float: left;
	border: 1px solid #1F1E1E;
	margin: 0 1em 0.5em 0;
}

div.bgBox h3, div.bgBoxLarge h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	color: #B8B563;
}

div.bgBox p, div.bgBox h3 {
  margin: 2px 0 2px 50px;
}

div.bgBoxLarge p, div.bgBoxLarge h3 {
  margin: 2px 0 2px 82px;
}

a:link { color: #879CD6; }
a:visited { color: #9DA5BD; }

a:hover {
	color: #A1BAFF;
	text-decoration: underline;
}

code {
  color: white
}

