/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            ~~~~~~~ html elements ~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	font-size: 13px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	background: white
}
* {margin: 0; padding:0:}
p {
	font: 13px;
	margin:0 0 17px 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
	border: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 12px 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 7px 0;
}
h3 {
	font-size: 15px;
	font-style: italic;
	margin: 0 0 7px 0;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 24px 0 0 0;
}
h5 {
	font-size: 13px;
	font-weight: bold;
}
h6 {
	font-size: 13px;
	font-style: italic;
	margin: 0 0 10px 0;
}

div {
	text-align: left;
}

table {
	margin: 0;
	padding: 0;
}
td {
	vertical-align: top;
}
/* Hides from IE-mac \*/
* html div {
	height: 1%;
}
div {
	display: block;
}
/* End hide from IE-mac */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ~~~~~~~ page layout & containers ~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table#main {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0px solid;
}
#wrapper {
	clear: both;
	background: #dacdbc;
	vertical-align: top;
	margin: 0 auto;
	padding: 0;
	border: 8px solid #000000;
	width: 810px;
}

#pageBody { /* all of the middle of the page */
	width: 810px;
	text-align: center;
}
#containerLeft {
	width: 165px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	float:left;
}
#containerCenter {
	width: 400px;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
	float:left;
	overflow:hidden;
}
#containerRight {
	width: 220px;
	margin: 20px 0 0 15px;
	padding: 0;
	text-align:left;
	overflow:hidden;
	align:left;
	float: left;
	border:0px
}

#containerCenterRight {
	width: 630px;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
	float: left;
}
#containerLeftCenter {
	width: 595px;
	margin: 30px 0 40px 0;
	padding: 0 20px 0 15px;
	text-align: left;
	float:left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            ~~~~~~~ navigation ~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav {
height: 31px; width: 810px;  background: #593c1c; 
}
ul.nav {
padding: 0px; margin-top:auto; float: left; margin: 0; 
}
ul.nav li {
list-style-type: none; float: left;
}
ul.nav li a {
height: 31px; float: left;
}
ul.nav li a:hover {
background-position: 0px -31px;
}
li.home a {
margin-left: 145px; width: 93px; background-image: url(../images/nav/home.jpg); background-repeat: no-repeat;
}
li.about a {
width: 108px; background-image: url(../images/nav/about.jpg); background-repeat: no-repeat;
}
li.location a {
width: 123px; background-image: url(../images/nav/location.jpg); background-repeat: no-repeat;
}
li.classes a {
width: 115px; background-image: url(../images/nav/classes.jpg); background-repeat: no-repeat;
}
li.contact a {
width: 109px; background-image: url(../images/nav/contact.jpg); background-repeat: no-repeat;
}

li.home a span, li.about a span, li.location a span, li.classes a span, li.contact a span { display: none; }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            ~~~~~~~ links ~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a {
	color: #593c1c;
	text-decoration: underline;
}
a:visited {
	color: #593c1c;
	text-decoration: underline;
}
a:hover {
	color: #593c1c;
	text-decoration: none;
}
a.footerLink {
	color: #000000;
	text-decoration: none;
	display: inline;
	padding: 0;
	white-space: nowrap;
}
a.footerLink:visited {
	color: #000000;
	text-decoration: none;
	display: inline;
	padding: 0;
	white-space: nowrap;
}
a.footerLink:hover {
	color: #593c1c;
	text-decoration: underline;
	display: inline;
	padding: 0;
	white-space: nowrap;
}
a img {border:0}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           ~~~~ footer ~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footerBorder {
	margin: 0 15px 0 15px;
	padding: 10px 0;
	clear: both;
	text-align: center;
	BORDER-TOP: #000 solid 2px;
	
	
}
.footerDiv {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: left;
	height: 108px;
	min-height: 108px;
	
	
}
.footerDiv p {
	font-size: 10px;
	color: #000;
	margin: 0;
	padding: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           ~~~~ misc. styles ~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content {
	clear: left;
	color: #593c1c;
}

.little {
	font-size: 10px;
}

.Indent {
	margin: 10px auto;
	width: 80%;
}

img.right { 
	padding: 0 0 15px 10px; 
	margin: 0 0 -2px 0; 
	display: inline; 
	float: right;
}
img.left { 
	padding: 0 10px 15px 0;  
	margin: 0 0 -2px 0; 
	display: inline; 
	float: left;
}
img.centered { display: inline; margin-left: 0; margin-right: 0; padding: 0; }

