/*This file contains styles for the index page of Forestedgeclayworks.com*/
a:link {text-decoration: none;
	color: #fff;
		}
a:visited {color: #fff;
	text-decoration: none;
		}
a:active {color: #fff;
	text-decoration: none;
		}
a:hover {text-decoration: none;
	color: #929292;
		}
li      {list-style-type: none;
		}
a img {border: none}

body	{color:#FDB939;
	background-color:#000;
	font-family: Tahoma, Geneva, sans-serif;
	padding:0%;
	margin:0%;
		}
#container {background-image: url(../images/plate_bkgrnd.jpg);
	background-repeat: no-repeat;
	width: 804px;
	height: 620px;
	padding: 0px;
	margin-right:auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
		}
#masthead  {position:relative;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	height:140px;
	width: 397px;
	min-width:800px;
	left:0px;
	z-index:200;
		}
/*begin nav buttons*/
#home,#instruction,#portfolio,#artist,#contact {position:relative;
	left: 0px;
	Text-align: left;
	padding-top: 0px;
	padding-bottom:0px;
		}
#home {	top:63px;
	width: 100px;
	height: 48px;
		}
#instruction {top:63px;
	width:165px;
	height: 56px;
		}
#portfolio {top:63px;
	width:128px;
	height: 46px;
		}
#artist {top:63px;
	width:167px;
	height: 49px;
		}
#contact {top:67px;
	width:148px;
	height: 46px;
		}
/*end nav buttons*/
#mainText {position: relative;
	color: #F9E0B5;
	font-size:medium;
	background-position:;
	text-align: left;
        top: -860px;
        left: 177px;
	max-width:600px;
        padding:10px ;
                }
#mainText a:link {color:#F9E0B5;}
#mainText a:hover {color:#000;}
#mainText a:visited {color:#F9E0B5;}
#mainText a:active {color:#FDB939;}
#foot {text-align:center;
	color:#B5B5B8;
	font-size: small;
		}
#swd {font-size:xx-small;}
#foot a:link {color: #fff;}
