html,body {
 min-height: 100%;
}
body  {
 background: #000066  no-repeat center top;
 margin: 0;
 padding: 0; 
} 
 /* structure */
#inner-container {
 	background: #FFFFFF;
	margin:   0 auto;
	padding-top: 18px;
	width: 800px;
  /*  height: 800px;*/
}

#outer-container {
	background: url('images/bg_bottom.jpg') no-repeat center bottom;
	padding-bottom: 20px;
}

#logo {
    margin: 15px 0 0;
    margin: 0px;
    height: 88px;
    background-image:url(../images/soundproofing_banner.gif);
}
 img {
   /* need this for the nav bar! */
   border: none;
}

#navBar {
    border: none;
/* IE	margin-left: 30px; (see template)*/
	margin-left: -8px;
}
#navBar ul {
	margin: 0px;
}
#navBar ul li {
    list-style: none;
    display: inline;
}
#navBar ul li a {
    padding: 0px;
    float: left;
	/*text-decoration: none; /* if not here, shows underline */
}
.rSideImage {
  float: left;
  text-align:center;
  margin: 0px 0px 10px 5px;
  width: 145px;
 }
.rSideImage a {
    float: left;
	text-decoration: none; /* if not here, shows underline */
    text-align:     center;
}
.rSideImageTop {
  float: left;
  text-align:center;
  margin: 0px 0px 5px 5px;
  width: 145px;
 }
#rSideBarH {
  float: right;
/*  left: 600px;*/
  left: 600px;
  margin-top: 15px;
  margin-right: 10px;
  width:       210px;
}
#mainContent {
	float:left;
    width:    525px; 
	margin: 0px 15px 15px 32px;
}
#searchContent {
	float:left;
    width:    795px; 
	margin: 0px 0px 15px 5px;
}

/* used for positioning in the mainContent */
.leftPic {
  float: left;
  padding: 10px 40px 10px 10px;
}
.leftPicShim {
  float: left;
}
.rightPic {
  float: right;
  padding: 10px;
}

#footer {
  clear: both;
  margin-top: 25px;
  margin-left:5px;
 /* border-top: 1px solid #CCCCCC;*/
  width: 788px; 
}
#footer p {
 margin: 0;
 padding: 10px;
 }

.sectionHeadFont {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #000000; /* #336699;*/
	/*letter-spacing: 2pt;*/
	/*text-transform: uppercase;*/
}
.paraHeadFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: none;
	letter-spacing: normal;
	margin: 12px 0px;
}
.bodyFont {
	font-family: Arial, Helvetica, sans-serif;
    font-size: small;
	line-height: 1.25em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.bodyFont a:link {
	color: #0000CC;
}
.bodyFont a:visited {
	color: #660099;
}
.bodyFont a:hover {
	color: #CC0000;
}
.bodyFontList {
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.25em;
        font-size: small;
        font-style: normal;
        font-weight: normal;
        color: #000000;
}
.bodyFontList a:link {
        color: #0000CC;
}
.bodyFontList a:visited {
        color: #660099;
}
.bodyFontList a:hover {
        color: #CC0000;
}
.tableAllOverBorder {
	border: 2px solid #666666;
}
.tdonepxborder { border-style: solid; border-width: 0 0 0 1px; border-color: #CCCCCC /*#A9A9A9*/ }



