body {
	background-image: url(../images/background_pearl.png); 
	background-repeat: repeat; 
	font-family: helvetica, Arial, sans;
	}
h1 {	
	font-family: helvetica;
	font-size: 199%;
	color: #1b1d1f;
	margin: 18px 0;
}
a:link {
	color: #1b1d1f;
	font-weight: bold;
	font-size: 100%;
	text-decoration:none;
}

h1 a:link, h1 a:visited{
	font-size: 100%;
	}

a:visited {
	color: #1b1d1f;
	font-weight: bold;
	font-size: 100%;
	text-decoration:none;
}

a:hover{
	color: #e7e9e7;
	}

.content a{
	color: #9fc64d;
	}
	
.content a:visited{
	color: #9fc64d;
	}
	
.content a:hover{
	color: #e7e9e7;
	}
.title{	
	position:fixed;
	bottom:50px;
	left:50px;
	z-index: -1;
	}

div.sidenav{
	width: 24%;
	float: left;
	position: fixed;
	}

div.box{
	position:relative;
	font-family: helvetica;
	padding: 5px;
	}
	
.center{
	border:2px solid #1b1d1f;
	float:left;
	width:48%;
	color:#1b1d1f;
	margin:0px 5px 50px 5px;
	}
	
div.item{
	background-color: transparent;
	background-image: url(../images/item_float.png);
	background-repeat: no-repeat;
	height: 65px;
	margin-left: -16px;
	width: 319px;
	float: left;
	clear: left;
	margin-top: 25px;
	padding: 0 21px;
	}

div.more{
	width: 50%;
}
	
div.item_{
	background-color: rgba(137,192,31,.7);
	height: 51px;
	width: 50%;
 	font-size: 9px;
	right: 0px;
	position: fixed;
	bottom: 0px;       
	padding: 0 15px;
	}
	
div.item_ img{
	position: absolute; 
	bottom: 10px;
	left: 10px;
}
div.item_ h1{
	padding-left: 11px;
	text-align: center;
	}

p.item{
	vertical-align: center; 
	width: 205px;
	font-size:199%;
	padding: 11px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	}
    

div.content{
	background-image: url(../images/background_tile.png);
	background-color: transparent;
	background-repeat: repeat;
	top: 0;
	padding: 15px;
	display: block;
	width: 50%;
	position: absolute;
	right: 0px;
	}
	
div#start, div#web, div#flash{
	margin-bottom: 125px;
	}
	 
	
p a{
	float: left;
	clear: both;
}
span.small{
	float: left;
	clear: both;
	margin: 0 198px 15px 0;
}

span.small a:link,
span.small a:visited,
span.small a:active{
	color: #1b1d1f;
	font-size: 10px;
}

span.small a:hover{
	color: #fff;
}
#backer{
	left: 0;
	top: 0;
	position: fixed;
	display: none; 
	background: rgba(0,0,0,.9);
}            

#preview img{
	position: fixed;
	left: 0;
	top: 0;
}