	body {
	padding: 0px;
	margin: 0px;
	font-family:"Franklin ITC Pro Light","helvetica neue",helvetica,arial,sans-serif;
	background-image: url('../images/background-fabric.jpg');
	background-position: center top;
	}

	#content {
	width: 978px;
	position: absolute;
	top: 0px;
	left:50%;
	margin-left: -489px;
	margin-bottom: 30px;
	padding-top: 0px;			
	}

	#items {
	width: 960px;
	padding-top: 110px;
	margin: 0 auto;	
	background-image: url('../images/white-50.png');			
	}
	
	#header {
	z-index: 10;
	position: relative;
	top:0px;
	left:50%;
	margin-left: -489px;
	background-color:transparent;
	width:938px;
	padding:0px 20px;
	height:100px;
	background-image:url(../images/grain-header.png);
	background-position:center bottom;
	color: #222;
	}
	
	#header h1 {
	color:#6d0000; 
	font-size:65px; 
	line-height: 65px;
	margin:0px; 
	padding:0px;
	text-shadow: 0px 2px 3px #555;
	}
	
	#header h1 a:link, #header h1 a:hover, #header h1 a:visited {
	color:#6d0000; 
	text-decoration: none;
	}
	
	#header p {
	color: #222;
	line-height: 14px;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-shadow: 0px 2px 3px #555;
	}

	#linkholder {
	width: 456px;
	float: left;
	color: #333;
	letter-spacing: 1px;
	font-size: 18px;	
	}
	
	#textholder p {
	padding:0 0 16px 0;
	margin:0px;
	}	
	
	.shadow {
	background-color: white;
	border:5px white solid;
	-moz-box-shadow: 1px 1px 3px #b2b2b2;
	-webkit-box-shadow: 1px 1px 3px #b2b2b2;
	box-shadow: 1px 1px 3px #555;
	}

	#logo {
	width:300px;
	text-align:center;
	float:left;
	}
		
	#title {
	text-align:center;
	}
		
	#title h2 {
	color:#333333;
	padding:0px;
	margin:0 0 16px 0;
	font-size:24px;			
	}

	.shadow {
    -moz-box-shadow: 1px 1px 3px #B2B2B2;
    background-color: white;
    border: 5px solid white;
	}

	.faded {
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
	}


	.tooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#dedede;
    padding:5px;
    border:1px solid #fff;
    width:250px;
	}

	.tooltip p {
    margin:0;
    padding:0;
    color:#fff;
    background-color:#222;
    padding:2px 7px;
	}	

	img .itemPic {
	margin: 0px;
	padding: 0px;
	float: left;
	}


	.row {
	float: left;
	}

	.largeImage {
	height:342px;
	width:608px;
	}
