


body{
	background: url(../img/Scoot_background.jpg) repeat-x;
}
header{
	background: url(../img/Scootbanner.jpg) ;
	height: 300px;
	width: 955px;
	clear: both;
}
#wrap{
	width:955px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}

nav#topnav{
	height: 75px;
	position: absolute;
	width: 900px;
	top:220px;
}
	#topnav ul{
		display: inline;
	}
	#topnav li{
		height: 75px;
		display: inline-block;
	}
	#gallery_nav{
		background: url(../img/galleryB.png) no-repeat ;
		margin-left: 100px;
		width: 185px;
	}
	#about_nav{
		background: url(../img/aboutB.png) no-repeat;
		width: 165px;
		margin-left: 25px;
	}
	#twitterI{
		margin-right: 120px;
		margin-top: 36px;
		float:right;
	}
	#twitterI a{
		width: 50px;
		height: 50px;
		background: url(../img/twitterB.jpg) no-repeat;
		display: block;
	}
	#facebookI{
		margin-right: 15px;
		margin-top: 36px;
		float:right;
		}
	#facebookI a{
		width: 50px;
		height: 50px;
		background: url(../img/facebookB.jpg) no-repeat;
		display:block;
	}
nav#leftnav{
	width:250px;
	float: left;
	margin-left: 16px;
}
	#leftnav li{
		width: 250px;
		height: 75px;
	}
	#comics_nav{
		background: url(../img/comicsB.png) no-repeat ;
	}
	#illustration_nav{
		background: url(../img/illustrationB.png) no-repeat;
	}
	#design_nav{
		background: url(../img/designB.png) no-repeat;
	}
	#storyboard_nav{
		background: url(../img/storyB.png) no-repeat;
	}
	#sketchbook_nav{
		background: url(../img/sketchB.jpg) no-repeat;
	}
#pages{
	float: left;
	width: 917px;
	border-bottom: 3px solid #02c0ff;
	border-right: 3px solid #02c0ff;
	border-left: 3px solid #02c0ff;
	padding:7px 5px 15px 5px;
	margin-left: 11px;
}
section#gallery{
	width: 650px;
	float: left;

}
 

#gallerypage{
	background: url(../img/dashedlineL.png) no-repeat left bottom;
	overflow:hidden;
	padding-bottom: 20px;
}
#gallerypage img{
	margin: 9px;
}
#gallerypage a{
	text-decoration: none;
}

#aboutpage{
 	width:900px;
 	height:550px;
 	background: url(../img/dashedline.png) no-repeat right bottom;
 	position: relative;
 }
 #about_scoott{
 	float: right;
 	width:500px;
 	font-size:1.3em;
    
 }
 #about_scoott p{
 	
 	line-height:1.4em;
 	width: 400px;
 	color: #015c7a;
 	padding-bottom: 30px;
 }
 #about_scoott a{
 	text-decoration: none;
 	color: #015c7a;
 	
 }
 .blktxt{
 	color:#000;
 }
 .welcometext{

 }
 .blogtext{
 	display: inline;
 	float: left;
 	padding-top: 2px;
 }
 .zpunch{
 	position: absolute;
 	left:-20px;
 }
 .about_pic{
 	width: 350px;
 margin-left: 20px;
margin-top: 20px;
 }