/*//// basics ////*/

	body {
		margin: 14px;
		font-family: helvetica, arial, sans-serif;
		color: #8e8e8e;
		font-size: 12px;
	}

	a {
		color: #57c8e0;
	}

	a:hover {
		color: #7cc245;
	}
	
	div#img_index {
		position: absolute;
		top: 0;
		right: 0;
		display: none;
	}

/*//// menu ////*/

	div.menu_item {
		font-size: 16px;
		margin-bottom: 12px;
		float: left;
		margin-right: 18px;
	}
	
	div.menu_item a,
	div#gallery_nav a {
		text-decoration: none;
		color: #8e8e8e;
	}
	
/*//// content alignment ////*/
		div#page_holder {
			text-align: center;
			margin-top: 96px;
		}	
		
		div.main_content {
			width: 500px;
			margin: 0px auto;
			text-align: left;
		}
	
/*//// header positioning ////*/
	div#logo {
		position: absolute;
		top: 6px;
		left: 6px;
	}

	div#menu {
		position: absolute;
		top: 88px;
		left: 26px;
		width: 340px;
	}
	
/*//// about specific ////*/
	div#about {
		display: none;
	}

/*//// gallery specific ////*/
	div#gallery_caption {
		margin-top: 6px;
	}
	
	div#gallery_nav {
		float: right;
		text-align: right;
		font-size: 24px;
		font-weight: bold;
	}
	
	div#gallery_nav a {
		text-decoration: none;
	}
	
	div#gallery_nav a#prev {
		margin-right: 18px;
	}
	
	div#caption_text {
		float: left;
	}
	
	div#gallery_image {
		text-align: center;
	}
	

