/*   Default Styles
*********************************************/

body {
	background-color: #333;
	font: 11px/20px Arial, Verdana, Helvetica, sans-serif;
	color: #bbb;
	}

#envelope {
	width: 700px;
	padding: 30px 0px 0px 10px;
	}

p {
	margin-bottom: 20px;
	margin-top: 10px;
	}

td {
	vertical-align: top;
	}

/*   Links
*********************************************/

a img { border: 1px solid #c90; }
a:link img { border: 1px solid #c90; }
a:hover img { border: 1px solid #888; }
a:visited img { border-width: 1px; } /* leaves out color to inherit :hover-ing */

a img.noborder { border: none; }
a:link img.noborder { border: none; }
a:hover img.noborder { border: none; }
a:visited img.noborder { border: none; }

a:link, a:visited {
	color: #c90;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #888;
	text-decoration: none;
	}


/*   Logo
*********************************************/

div#logo {
	}

div#logoimg {
	position: absolute;
	top: 30px;
	left: 20px;
	}

div#logotext {
	position: absolute;
	top: 30px;
	left: 100px;
	}
div#nav {
	position: absolute;
	top: 66px;
	left: 100px;
	height: 13px;
	}
div.navitem {
	float: left;
	/*width: 52px;*/
	}
div.navitem a:link img { border: none; }
div.divider {
	float: left;
	/* width: 28px; */
	}
div.divider img, div.navitem img {
	vertical-align: middle;
	}


/*   Home Page
*********************************************/

div#maintext {
	position: absolute;
	left: 99px;
	padding-left: 1px; /* fixes IE bug w/ text */
	top: 95px;
	width: 374px; /* matches the logotext */
	}

div#maintopphoto {
	/* border: 1px dashed #444;*/
	position: absolute;
	top: 30px;
	left: 464px;
	width: 270px;
	height: 100px;
	text-align: right;
	}
div#maintopphoto img {
	margin-left: 15px;
	}
div#mainrightphoto {
	/* border: 1px dashed #444; */
	position: absolute;
	left: 664px;
	top: 132px;
	width: 70px;
	height: 360px;
	text-align: right;
	}
div#mainrightphoto div {
	margin-top: 17px;
	height: 100px;
	}

/*   Items
*********************************************/
div#mainitems {
	position: absolute;
	left: 99px;
	padding-left: 1px; /* fixes IE bug w/ text */
	top: 95px;
	width: 550px; 
	}
div.item {
	float: left;
	margin: 0px 20px;
	text-align: center;
	line-height: 13px;
	vertical-align: top;
	height: 155px;
	}
div.item a {
	color: #bbb;
	}
div.item a:hover {
	color: #bbb;
	}
p.header {
	font-size: 12px;
	}
div.thumb { 
	line-height: 13px;
	margin-bottom: 10px;
	font-weight: bold;
	}
td#thumbs {
	padding-left: 20px;
	}
span.name { font-weight: bold; }

div#pictures { 
	margin-top: 25px;
	}
div#description, div#dimensions {
	font-size: 12px;
	margin: 10px 0px;
	}
div#backlink {
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 145px;
	}

img#main { border: 1px solid #000; }