@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/if/pageBG.jpg) repeat;
	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: #000000;
}
.base #container { 
	width: 770px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: none;
	text-align: left;
	background: url(../images/if/baseBG.jpg) repeat-y;
}
.base #container div#topBG {
	background: url(../images/if/topBG.jpg) no-repeat;
	position: relative;
	height: 225px;
	z-index: 100;
}
.base #container div#bottomBG {
	background: url(../images/if/bottomBG.jpg) no-repeat;
	position: relative;
	height: 60px;
	z-index: 100;
}
.base #container div#textMenu {
	background-color: transparent;
	position: relative;
	width: 500px;
	margin-left: 225px;
	height: 50px;
	z-index: 100;
}
.base #container div#textMenu p {
	font-size: 85%;
	color: rgb(199,178,154);
	margin-top: 0;
	text-align:center;
}
.base #container div#textMenu a {
	color: rgb(35,103,157);
	text-decoration:none;
}
.base #container div#textMenu a:hover {
	text-decoration:underline;
}
.base #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 25px;
	background-color: transparent;
}

.base #mainContent { 
	position: relative;
	margin: -100px 35px 0 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:200;
} 
.base #mainContent p {
	color: rgb(199,178,154);
	font-size: 90%;
	margin-left: 20px;
}
.base #mainContent a {
	color: silver;
	text-decoration:underline;
}
.base #mainContent a:hover {
	color: rgb(127,29,54);
	text-decoration:none;
	background-color: silver;
}
.base #mainContent h1 {
	font: italic 170% Palatino, "Book Antiqua";
	margin-bottom:-10px;
	color: white;
}
.base #mainContent h1.h1Instrument1 {
	font: italic 170% Palatino, "Book Antiqua";
	margin-bottom:-10px;
	color: white;
	background: url(../images/if/h1Instrument1.jpg) no-repeat left center;
	padding-left: 68px;
	padding-top: 7px;
	height: 40px;
}
.base #mainContent h1.h1Instrument2 {
	font: italic 170% Palatino, "Book Antiqua";
	margin-bottom:-10px;
	color: white;
	background: url(../images/if/h1Instrument2.jpg) no-repeat left center;
	padding-left: 68px;
	padding-top: 7px;
	height: 40px;
}
.base #mainContent h1.h1Instrument3 {
	font: italic 170% Palatino, "Book Antiqua";
	margin-bottom:-10px;
	color: white;
	background: url(../images/if/h1Instrument3.jpg) no-repeat left center;
	padding-left: 68px;
	padding-top: 7px;
	height: 40px;
}
.base #mainContent h1.h1Instrument4 {
	font: italic 170% Palatino, "Book Antiqua";
	margin-bottom:-10px;
	color: white;
	background: url(../images/if/h1Instrument4.jpg) no-repeat left center;
	padding-left: 68px;
	padding-top: 7px;
	height: 40px;
}
.base #mainContent h1.h1Instrument5 {
	font: italic 170% Palatino, "Book Antiqua";
	margin-bottom:-10px;
	color: white;
	background: url(../images/if/h1Instrument5.jpg) no-repeat left center;
	padding-left: 68px;
	padding-top: 7px;
	height: 40px;
}
.base #mainContent h2 {
	color: rgb(199,178,154);
	font-size:110%;
	margin-bottom: -14px;
	padding-left: 20px;
}
.base #mainContent ul {
	color: rgb(199,178,154);
	list-style-type: square;
	list-style-position: outside;
}
.base #mainContent ul li {
	margin-left: 20px;
	margin-right: 40px;
	font-size: 85%;

}
.base #mainContent .photoR {
	float: right;
	margin: 0 8px 8px 8px;
	color: black;
	font-size: 70%;
}
.base #mainContent .photoR img {
	border: 1px solid rgb(199,178,154);
}
.base #mainContent .photoL {
	float: left;
	margin: 0 8px 8px 20px;
	color: black;
	font-size: 70%;
	z-index:200;
}
.base #mainContent .photoL img {
	border: 1px solid rgb(199,178,154);
}
.base #mainContent form {
	width: 450px;
	margin-left: 20px;
}

.base #contactForm legend {
	color: black;
	font: 85% Arial, Helvetica, "san serif";
	margin-bottom: 7px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid black;
	background-color:rgb(199,178,154);
}
.base #contactForm label {
	color: white;
	font: 70% Arial, Helvetica, "san serif";
	background-color: #724816;
	margin-left:1px;
	padding: 2px 4px;
	border: 1px solid gray;
}
.base #contactForm label#req {
	color: white;
	font: 70% Arial, Helvetica, "san serif";
	background-color: rgb(35,103,157);
	margin-left:1px;
	padding: 2px 4px;
}
.base #contactForm label#radio {
	color: black;
	font: 85% Arial, Helvetica, "san serif";
	margin-left: 8px;
	background-color: transparent;
	vertical-align: text-top;
	border: none;
}
.base #contactForm input {
	margin-bottom: 7px;
	color: black;
	font: 90% "Courier New", Courier, mono;
}
.base #contactForm select {
	margin-bottom: 7px;
}
.base #contactForm textarea {
	margin-bottom: 7px;
	color: black;
	font: 90% "Courier New", Courier, mono;
	background-color: white;
	border: 1px solid black;
}

.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: 8px 0 8px 8px;
	padding: 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 8px 8px 8px 20px;
	padding: 0;
}
.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;
}

.base #copyright {
	position: relative;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	background: transparent;
}
.base #copyright p {
	font-size:70%;
	text-align:left;
	color: black;
	margin-top: 0;
	padding-left: 12px;
	padding-top: 6px;
}
.base #copyright a {
	color: black;
	text-decoration:underline;
}
.base #copyright a:hover {
	color: silver;
	background-color: black;
	text-decoration:underline;
}

/* special setups */
.indent25 {
	padding-left: 25px;
}
.white {
	color: white;
}
