body{
	background-color:#7b2a17;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin-top:0px;
}

.outershell{
	margin-left:auto;
	margin-right:auto;
	width:1016px;
	background-image:url(../images/dropshadow.png);
}

.innershell{
	margin-left:auto;
	margin-right:auto;
	width:978px;
	background-color:#f3e9e0;
}

.leftcontent{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#705b46;
	line-height:20px;
	font-size:12px;
}

.leftcontentheader{
	font-size:20px;
	font-weight:bold;
	color:#705b46;
	line-height:normal;
}

.leftcontentshell{
	width:640px;
	border-right: 1px #833c26 solid;
}

.installationcontentheader{
	font-size:18px;
	font-weight:bold;
	color:#8a1c01;
	line-height:normal;
}

.bottomshadow{
	height:26px;
	width:1016px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/dropshadow-bottom.png);
}

.footer{
	margin-left:auto;
	margin-right:auto;
	width:940px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

a.footerlink:link {color: #fff; text-decoration: none; }
a.footerlink:visited {color: #fff; text-decoration: none; }
a.footerlink:hover {color: #fff; text-decoration: underline; }
a.footerlink:active {color: #fff; } 




a.contentlink:link {color: #6e1602; text-decoration: none; }
a.contentlink:visited {color: #6e1602; text-decoration: none; }
a.contentlink:hover {color: #6e1602; text-decoration: underline; }
a.contentlink:active {color: #6e1602; } 


ul.listPanels {
	margin: 5px 0 8px 0;
	padding: 0;
	}
ul.listPanels li {
	background:none;
	float:left;
	height:115px;
	list-style-type:none;
	margin: 0 8px 8px 0;
	padding: 0;
	width:115px;
	}
	
a.gallery:hover { /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;	}

