/*This file contains styles for instruction, artist, and contact pages of Forestedgeclayworks.com*/
a:link {text-decoration: none;
	color: #fff; font-family: ;
		}
a:visited {color: #fff;
	text-decoration: none;
		}
a:active {color: #fff;
	text-decoration: none;
		}
a:hover {text-decoration: none;
	color: #929292;
		}
a img {border: none}

body	{color:#FDB939;
	background-color:#555454;
	font-family: /*"Benguiat Gothic Book",*/ Tahoma, Geneva, sans-serif;
	padding:0%;
	margin:0%;
		}
#container {background-image: url(../images/turtle_bkgnd.jpg);
	background-repeat: repeat;
	background-position: center 140px;
	width: 845px;
	height: 800px;
	min-height: 635px;
	padding: 0px;
	margin-right:auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
		}

#masthead  {position:relative;
	background-color: #E2CBB5;
	background-image:url(../images/tan_logo.gif);
	background-repeat: no-repeat;
	height:140px;
	width: 845px;
	min-width:800px;
	left:0px;
	z-index:200;
		}
#horzbar {position: absolute;
	background-image: url(../images/horz_bar.gif);
	height:13px;
	width: 845px;
	top: 127px;}
/*begin nav buttons*/
#home,#instruction,#portfolio,#artist,#contact {position:relative;
	left: 0px;
	Text-align: left;
	padding-top: 0px;
	padding-bottom:0px;}
#home {	top:17px;
	width: 170px;
	height: 56px;
	}
#instruction {top:18px;
	width:168px;
	height: 45px;
		}
#portfolio {top:24px;
	width:166px;
	height: 49px;
		}
#artist {top:24px;
	width:178px;
	height: 50px;
		}
#contact {top:24px;
	width:175px;
	height: 51px;
		}
/*end nav buttons*/
#box {position:relative
	}
#artistTitle {Position: relative;
	top: -10px;
	left: 140px;}
#mainText {position: absolute;
	color: #000;
	font-size: 100%;
	text-align: left;
        top: -250px;
        left: 177px;
	max-width:600px;
        padding:10px 10px 0px 20px	;
                }
#form {position: absolute;
	color: #000;
	background-position:center 10px;
	font-size: 110%;
	text-align: left;
        top: -350px;
        left: 177px;
	max-width:600px;
        padding:120px;
                }
#mainText a:link {color:#F9E0B5;}
#mainText a:hover {color:#000;}
#mainText a:visited {color:#F9E0B5;}
#mainText a:active {color:#FDB939;}

.imgspaceL { float:left;
	border: 2px solid #000;
	margin: 10px 20px 35px 4px;
		}
.imgspaceR { float:Right;
	border: 2px solid #000;
	margin: 10px 0px 35px 50px;
		}
.imgCaption {border: 0px;
	Margin-top:0px;
	float: left;
	margin-right: auto;
	margin-left: 0px;
		}
.imgCaption p {text-align:center;
	font-size: smaller;
	text-indent:0;
		}
.imgCaption img {border:2px solid #000;}
#foot {text-align:center;
	color:#B5B5B8;
	font-size: small;
		}
#swd {font-size:xx-small;}
#foot a:link {color: #fff;}
