/*This file contains styles for portfolio page of Forestedgeclayworks.com*/
#gallery {position: absolute;
	color: #fff;
	font-size:100%;
	background-position:;
	border: #e2cbb5 solid 4px;
	text-align: center;
        top: 0px;
        left: 0px;
        height: 700px;/*adjust this to change the height of the gallery box, also change the inline style for container*/
	width: 837px;
        padding:0px ;
                }
#menu	{position:relative;
	top:0px;
	left:0px;
	Text-align: center;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	min-width:inherit;
	margin-right:auto;
	margin-left: auto;
	}
#menu ul	{position:relative;
	left:0px;
	list-style-type:none;
	color:#fff;
	text-align:center;
	}
#menu li	{float: left;
	display:inline;}
ul {position:absolute;
	left:0px;
	list-style-type:none;}
#imagegallery {position:absolute;
	top: 63px;}
#imagegallery li {padding:7px;}
#placeholder { top: 82px;
	left: 200px;
	height: 450px;
	width: 600px;
	position: absolute;
	}
#description { position: relative;
	display: inline;
	visibility: visible;
	}
#descbox { padding: 20px;
	position:relative;
	height: 50px;
	top: 500px;
	margin-left: 400px;
	display: block;
	clear: both;
	visibility: visible;
	font-weight: bold;	
	font-style: italic;
	text-align: justify;
	font-size: 16px;
	font-family: Times New Roman,Times,serif;
	color: #fff;
	overflow: visible;
	width: 247px;
	}
/*Begin navigation for gallery pages*/
#galnav {position: absolute;
	top: 535px;
	left: 650px;
	color: #fff;
	font-size: small;
	}
#galnav a {color: #fff}
/*end*/