body{
	background: url(http://www.actlab.us/~bonobo/images/BG_pattern.jpg); 
	margin: 0; 
	padding: 0;
	height:100%;
	width:100%;
	}
	
.Fadebg{
	background-image: url(http://www.actlab.us/~bonobo/images/Fadebg.png);
	height: 100%;
	width: 100%;
	position: relative;
	background-repeat:no-repeat;
	}
	

.wrapper{
	width: 807px; 
	margin: 25px auto 0 auto;
	}

h1.heading{
	margin: 0 0 20px 0; 
	font-style: italic; 
	color: #D3D3D3;
	}

img#bloglink1{
margin: 0 auto 0 auto;
border: 1em solid #30161B;
width: 807px;
height: 440px;
	}

h3{
	text-align: center;
	}

.words{
	font-size:16px;
	text-align:right;
	text-indent:1em;
	width:500px;
	}
	
img.vruler{
	width:75px;
	height:260px;
	float:right;
	position:relative;
	margin: -35px 5px 0px 0px;
	}

.content{
	position:relative;
	background:#D7C4A4 none repeat scroll 0 0;
	border:25px solid #414D4C;
	display:inline;
	float:left;
	margin:0px 19px 0 0;
	padding:1.5em;
	width:500px;
	min-height:400px;
	}

.images{
	position: relative;
	left: 25px;
	margin-bottom: 10px;
	border: 1px solid black;
	width:85%;
	}

.nav{
	background:#6E2620 none repeat scroll 0 0;
	outline:5px #000 dotted;
	border:10px solid #30161B;
	display:inline;
	float:right;
	min-height:300px;
	padding:10px 10px 10px 10px;
	width:140px;
	}

a.navLink{
	color:#937694;
	display: block; 
	font-size: 1em;
	letter-spacing:2px;
	margin: 0 0 15px 0;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	}
	
a.navLink:hover{
	color:#d53434;
	}
	
p.navLink{
	color:black;
	text-decoration:underline;
	display:block;
	font-size: 1em;
	font-weight:bold;
	}
	
img.project{
	margin:0 30px;
	width: 80px;
	height: 60px
	}

.clear{
	clear: both; 
	height: 0; 
	margin: 0; 
	font-size: 1px; 
	line-height: 0px;
	}