@charset "UTF-8";
/* CSS Document */

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #473A30;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}

p, h2, pre {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}


a { 
color: #B2CDE6;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}

h2 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
	}

.hometext {
	margin-top: 55px;
	margin-right: 35px;
	margin-left: 25px;
	float: left;
}

.homepix {
	float:right;
}

.logo {
	margin-left: 190px;
	margin-right: 25px;
}

h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;


padding:5px 15px;
margin:0px

}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 190px;
}

strong { 
font-size: 13px;
}

/*  positioning-layers static and absolute */

#mainbody {
	background-color:#FFFFFF;
	height: 100%;
}

#left {
position: absolute;
left: 0px;
width: 190px;
height: 350px;
color: #FFFFFF;
background-color:#FFFFFF;
margin: 0px; 
padding: 0px;
}

#content {
margin: 0px 190px 0px 190px;
border-left: 0px;
border-right: 0px;
padding: 0px;
height:350px;
background-color: #ffffff;
width: 828px;
}

#right {
position: absolute;
right: 0px;        
width: 190px;
height:350px;
color: #FFFFFF;
background-color:#FFFFFF;
margin: 0px; 
padding: 0px;
}

#bottom {
	background-color:#FFFFFF;
	text-indent: 190px;
	border-bottom:#90897a;
	border-bottom-style:solid;
	border-top:#90897a;
	border-top-style:solid;
}

/* ---------------------top nav-------------------- */

ul#nav { white-space:nowrap; position:absolute; top:10px; left:460px;  }
ul#nav { background:url(images/nav_bar.gif) }
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:55px; display:block; top:0; position:absolute; text-indent:-9999px; outline:none }

li#navAbout a, li#navWeb a, li#navPrint a, li#navIllust a, li#navContact a { background:url(images/nav_bar.gif) }

li#navAbout a 						{ background-position:0 0; width:101px; left:0 }
li#navAbout a:hover					{ background-position:0 -55px }
body#pageAbout li#navAbout a 		{ background-position:0 -55px }

li#navWeb a 						{ background-position:-101px 0; width:110px; left:101px }
li#navWeb a:hover					{ background-position:-101px -55px }
body#pageWeb li#navWeb a 			{ background-position:-101px -55px }

li#navPrint a 						{ background-position:-211px 0; width:119px; left:211px }
li#navPrint a:hover					{ background-position:-211px -55px }
body#pagePrint li#navPrint a 		{ background-position:-211px -55px }

li#navIllust a 						{ background-position:-330px 0; width:114px; left:330px }
li#navIllust a:hover				{ background-position:-330px -55px }
body#pageIllust li#navIllust a 		{ background-position:-330px -55px }

li#navContact a 					{ background-position:-444px 0; width:87px; left:444px }
li#navContact a:hover				{ background-position:-444px -55px }
body#pageContact li#navContact a 	{ background-position:-444px -55px }


