/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: Times New Roman, Times, serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
	margin: 0 0;
	padding: 0;
}

body {
	background-image: url(images/castelli_bkg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #990000;
	color: #003F00;
	min-width: 800px; /*keeps main div from moving if browser window is too small*/
}

h1 {
font-size: 18px;
font-weight: bold;
text-align: center;
} /*heading*/

h2 {
font-size: 14px;
font-weight: 100;
text-align: center;
} /* subheading*/

h3 {
font-size: 16px;
font-weight: bold;
text-align: center;
color:#990000;
} /* category headings*/

h4 {
font-size: 14px;
font-weight: bold;
text-align: right;
} /* prices - aligns to decimal point*/

h5 {
font-size: 11px;
font-weight: 100;
text-align: center;
font-style:italic;
} /*small italic type*/


#p7TMnav  {
	position:fixed;
	left:5px;
	top: 10px;
	width: 170px;
	margin: 0 0px;
	float: left;
}

#wrapper {
	background-image: url(images/bkg_paper.gif);
	width: 475px; /*446+30+52=528*/
	margin: 50px 0 0 260px;
	padding: 10px 10px 10px 10px;
}

#maincontent {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	line-height: 1.4em;
	text-align: left;
	width: 100%;
	
}
#footer {
	font-size: .8em;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
}

#footer p {margin: 0 0 8px 0;}
#footer a:link {color: #990000 ;}
#footer a:visited {color: #990000 ;}
#footer a:hover, a:active, a:focus {color: #006600 ;}
