@charset "utf-8";
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

#navigation {
	height: 850px;
	width: 450px;
	float: left;
	margin-top: 10px;
}

#header {
	width: 450px;
	height: 384px;
}

#portraits a {
	width: 450px;
	height: 62px;
}

#work a {
	width: 450px;
	height: 64px;
}

#play a {
	width: 450px;
	height: 62px;
}

#essay a {
	width: 450px;
	height: 63px;
}

#bio a {
	width: 450px;
	height: 63px;
}

#blog a {
	width: 450px;
	height: 63px;
}

#footer {
	width: 450px;
	height: 88px;
}

#home_page_image {
	padding:10px 0px;
    height:860px;
    width:1180px;	
	overflow-x:hidden;
	overflow-y:hidden;
}	

#gallery {
	padding:10px 10px;
    height:860px;
    width:1180px;
    overflow-x:scroll;
	overflow-y:hidden;
}

#gallery_content {
    width:6000px;
}

#gallery_content_main {
    width:6000px;
}

#gallery_content_portraits {
    width:10250px;
}

#gallery_content_work {
    width:9750px;
}

#gallery_content_play {
    width:11500px;
}

#gallery_content_essay {
    width:7600px;
}

.galleryimg {
	margin-right: 10px;
}

.navimage {
	border: 0px
}