#divContainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHyb #sidebar1 p" rule.
*/
#A1  {
	float: left; /* top and bottom padding create visual space within this div */
	background-color: #52555E;
	height: 96px;
	width: 760px;
	overflow: visible;
	background-image: url(../images/A3.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
}

#B1 {
	float: left;
	width: 458px; /* top and bottom padding create visual space within this div */
	background-color: #52555E;
	height: 53px;
	background-image: url(../images/B1.jpg);
	background-repeat: repeat-x;
}


#B2 {
	width: 302px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left;
	background-image: url(../images/B3.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 53px;
	background-position: right;
}

#C1 {
	float: left;
	width: 215px; /* top and bottom padding create visual space within this div */
	background-color: #52555E;
	height: 240px;
	background-repeat: no-repeat;
	background-image: url(../images/navbar.jpg);
}


#C2 {
	background-color: #52555E;
	background-repeat: repeat-y;
	background-image: url(../images/C3.jpg);
	background-position: right top;
	float: right;
	width: 100%;
}

#D1 {
	float: left;
	width: 458px; /* top and bottom padding create visual space within this div */
	background-color: #52555E;
	height: 23px;
	background-repeat: repeat-x;
	background-image: url(../images/B1.jpg);
}


#D2 {
	width: 302px;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #626FAB;
	background-repeat: no-repeat;
	background-image: url(../images/D3.jpg);
	height: 23px;
	background-position: right;
	float: right;
}
#E1 {
	width: 760px;
	background-color: #52555E;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(../images/E3.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.kuharLogo {
	padding-top: 15px;
	padding-left: 15px;

}
.service {
	margin-top: 20px;
	margin-left: 10px;
	overflow: visible;
	position: absolute;
}

#mainNav {
	height: 40px;
	width: 180px;
	margin-top: 20px;
	margin-left: 17px;
	margin-bottom: -20px;
	background-image: url(../images/btn.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
#mainNav a:link {
	color: #FFF;
	text-decoration: none;

}

#mainNav a:hover {
	color: #000;
	text-decoration: none;

}
#mainNav a:visited {
	color: #FFF;
	text-decoration: none;



}
#mainNav a:active {
	color: #FFF;
	text-decoration: none;

}



#indexInfo {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#headshot {
	float: left;
	margin-left: 50px;
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 10px;
}
.header1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	background-color: #363D5E;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-left: -20px;
	margin-right: 350px;
}
.header2 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}
.header3 {
	font-size: 1.5em;
	font-weight: bold;
}

ul {
	line-height: 20px;
}

.divider1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
}
.divider2 {
	margin-right: 40px;
	margin-left: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: -5px;
}
.subheader1 {
	font-size: 1.1em;
	font-weight: bold;
}
.subheader2 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
#navStrip {
	background-image: url(../images/navStrip.jpg);
	float: right;
	width: 100%;
	height: 26px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #CCC;
	padding-top: 19px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#navStrip a:link {
	color: #FFF;
	text-decoration: none;
}
#navStrip a:hover {
	color: #000;
	text-decoration: none;
}
#navStrip a:visited {
	color: #FFF;
	text-decoration: none;
}
#navStrip a:active {
	color: #FFF;
	text-decoration: none;
}

#map {
	height: 375px;
	width: 500px;
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
}



.bodyText {
	text-align: justify;
}
.centerText {
	text-align: center;
}

#indexContent {
	background-color: #C6CCE3;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
}
#aboutContent {
	background-color: #C6CCE3;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
table {
	margin-right: auto;
	margin-left: auto;
}
.product_headers {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.sectionHeaders {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	background-color: #26272B;
	margin-left: 0px;
	margin-right: -20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
}

