@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4a321a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
}
.twoColFixLt #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #4a321a;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 50px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.twoColFixLt #mainContent {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.logo_img {
	position: absolute;
}
.ContentImageLeft {
	float: left;
}
.ContentImageRight {
	float: right;
}
.ContentText {
	padding-top: 10px;
	margin-right: 10px;
}
#Content_Applications_Other {
	width: 570px;
	float: left;
}
#Other_Tiles {
	position: relative;
	bottom: -26px;
	right: 8px;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-weight: normal;
	font-size: 12px;
}
p {
	font-size: 16px;
	font-weight: normal;
}
#Content_About {
	float: right;
	width: 700px;
	margin-right: 20px;
	margin-top: 20px;
}
.photoRight {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
#Content_Contact {
	float: right;
	width: 700px;
	margin-right: 20px;
}
#Content_Technique {
	float: right;
	width: 700px;
	margin-right: 20px;
	margin-top: 0px;
}
h4 {
	font-style: italic;
	padding-top: 12px;
}
h4 {
	margin-top: 20px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.copyright {
	font-size: 8px;
}
