/* Global */
body 		{ background: url(layout/pg-bkgrnd.gif) repeat; background-attachment: fixed; margin: 0px }
span		{ display: none }
img 		{ border: none; }
img.header	{ border: none; margin-top: 8px }
img.left	{ float: left; padding: 10px }
img.right	{ float: right; padding: 10px }
img.center	{ align: center; padding: 10px }
a:link 		{ color: #042604; text-decoration: underline; font-style: italic }
a:hover 	{ color: #042604; text-decoration: none; font-style: italic }
a:visited 	{ color: black; text-decoration: underline; font-style: italic }
hr		{ width: 70%; text-align: center; margin: 0px auto 0px auto; }

/* Text Divs */
h2		{ text-align: center; font-family: Time New Roman }
#products h2	{ text-align: left; font-family: Times New Roman; font-size: 14pt; font-style: italic }
p.contacthead	{ text-align: left; font-weight: bold }
p.contact	{ text-align: left; margin-left: 25px }
p.center	{ text-align: center }



/* Main Divs */
#container 	{ width: 698px; background-color: #FFF; margin: 25px auto 25px auto; vertical-align: top; border: 1px solid #000; }
#header		{ width: 698px; height: 150px; background-color: #FFF; margin: 0px; padding: 0px; text-align: center }
#main		{ text-align: left; margin: 0px; padding: 10px }
#footer		{ width: 698px; margin: 0px auto 0px auto; clear: both; text-align: center; }

