	body {
		margin: 0;
		padding: 0;
		background: #1a1613 url(../images/bg_tutBody.gif) repeat-x;
	}
	img { border: 0; }
	
	#siteWrap { /* The wrapper for my page icons and bubbles */
		margin: 287px auto 0 auto;
		width: 642px;
		height: 345px;
		position: relative;
		background: transparent url(../images/bg_pageWrap.jpg) no-repeat top left;
	}
	
	#pageWrap { /* Wrapper for my page icons */
		position: absolute;
		z-index: 5;
		top: 138px;
		left: 134px;

	}
	/* Page specific styles */
	#psdPage {
		margin-right: 19px;
		float: left;
		cursor: pointer;
	}
	#netPage {
		margin-right: 20px;
		float: left;
		cursor: pointer;
	}	
	#audioPage {
		float: left;
		cursor: pointer;
	}
	#bubbleWrap { /* Wrapper for my bubbles */
		position: absolute;
		z-index: 10;
		left: 158px;
		top: 30px;
	}
	.bubble {
		position: absolute;
	}
	
	#title{
		font-style: normal;
		font-weight: normal;
		position: absolute;
		top: 100px;
		left: 134px;
		font-family: georgia, helvetica;
		color: #1A1613;
	}
	
	#title h1{
		font-style: normal;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		display: inline;
		font-size: 28pt;
	}
	
	#title h2{
		font-style: normal;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		display: inline;
		font-size: 16pt;
		color: #457371;
		
	}
	
	#wrapper{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: white;
		z-index: 100;
	}
	
	