/* Main CSS - Used on All Pages */
BODY
{
	background-image: url('../Images/bg.jpg');
	background-repeat: repeat-y;
	background-position: center;
	color: black;
	font-family: Rockwell, Helvetica, Arial, sans;
}

IMG.shelf
{
	margin-top:-4px;
	margin-bottom: 3px;
}

P.contact
{
	text-align: center;
	margin: 0px;
}

IMG.border
{
	margin: 0px;
}

TABLE.mainTable
{
	width: 800px;
	border-collapse: collapse;
	text-align: center;
}

.wrap
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
}

.main
{
	background: white;
	width: 800px;
	text-align: left;
	border-left: 3px black solid;
	border-right: 3px black solid;
}

.tagHolder
{
	text-align: center;
	margin-top: 10px;
}

HR.sep
{
	background-color: black;
	color: black;
	height: 3px;
	border: 0;
	margin-top: 3px;
	margin-bottom: 5px;
}

/* Links CSS */
a:link {	text-decoration:underline; color:Black;}
a:visited { text-decoration:underline; color:Black;}
a:hover { color: #393974; text-decoration: underline;}
a:active { text-decoration: underline;}

IMG.homeButton
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

IMG.otherButtons
{
	margin:0px 0px 0px 75px;
	border-width: 0px;
}

.linkHolder
{
	text-align: center;
}

/* Home Page */
.homeIntro
{
	border-left: 3px solid Black;
	padding: 10px;
	text-align: left;
}

P.sig
{
	text-align: right;
	margin: 10px 0px 0px 0px;
}

IMG.Mill
{
	float: left;
	margin-right: 5px;
	margin-left: 5px
}

.gal /* Used on Products Page */
{
	width: 420px;
	height: 472px;
	text-align: center;
	margin: 10px auto 10px auto;
	border: 1px dashed gray;
}

textarea.text /* Used on What Page? */
{
	width: 350px;
	text-align: center;
	height: 62px;
	margin: 10px 0px 0px 0px;
	font-family: Rockwell, Arial,sans;
	font-size: 16;
	overflow: hidden;
}

#images /* Used on What Page? */
{
	overflow:scroll;
	overflow-x: hidden;
	width:700;
	height:100;
	text-align:center;
}