html, body {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
	font: 11px/1.5em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	color: #443322;
	background: #A4905A;
	margin: 0px;
	}

#fullheight { height: 100% }

.leftshadow { background: url(images/left_shadow.gif) repeat-y; }

.leftborder { background: url(images/border_left.gif) repeat-y; }

.rightborder { background: url(images/border_right.gif) repeat-y; }

.rightshadow { background: url(images/right_shadow.gif) repeat-y; }

.nav {
	background: #000000 url(images/nav_filler.gif) repeat-y fixed;
	min-height: 650px;
	vertical-align: top;
	height: 100%;
}

p {
	padding: 0 5px 0 15px;
	text-align: left;
}

.textbkgrnd { background: url(images/text_background.gif) repeat-y; }

.copybkgrnd { background: #000000; }

.copyright {
	text-align: left;
	padding-left: 10px;
	font: 10px/1.0em "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	color: #A4905A;
	}

/*NOT USING YET - KEEP FOR LATER*/
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande","Lucida Sans Unicode",verdana,geneva,sans-serif;
	font-weight: normal;
	padding: 0 5px 0 5px;
	color: #375B8B;	
}

h1 {
	font-size: 160%;
	line-height: 1.3em;
	color: #660000;
}

h2 {
	font-size: 140%;
	line-height: 1.3em;
	color: #663300;
}

h3 {
	font-size: 120%;
	margin-bottom: 10px;
	line-height: 1.3em;
	font-style: oblique;
	color: #333300;
}

h4 {
	font-size: 110%;
	margin-bottom: 5px;
	line-height: 1.3em;
}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat right bottom!important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  

a:link	{
	color:	#660000;
	background-color: transparent;
	text-decoration: none;
	}
		
a:visited	{	
	color:	#000000;
	background-color: transparent;
	text-decoration: none;
	
	}
a:active	{
	color:	#ffffff;
	background-color: transparent;
	}

a:hover	{
	color:	#660000;
	text-decoration: none;
	background-color: transparent;
	}
img { display:  block; }

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 25px;
}

.subnav a:link	{
	color:	#A4905A;
	background-color: transparent;
	text-decoration: none;
	}
		
.subnav a:visited	{	
	color:	#ffffff;
	background-color: transparent;
	text-decoration: none;
	
	}
.subnav a:active	{
	color:	#660000;
	background-color: transparent;
	}

.subnav a:hover	{
	color:	#660000;
	text-decoration: none;
	background-color: transparent;
	}
	
.pixbox{
float: left;
margin: .5em;
border: 1px solid black;
padding: .5em;
color: #ccc;
background-color: #000;
text-align: center;
}

.pixbox img {
display: block;
margin: 0 auto;
border: 1px solid black;
padding: 0;
}
.pixbox2 {
float: right;
margin: .5em;
border: 1px solid black;
padding: .5em;
color: #ccc;
background-color: #000;
text-align: center;
}

.pixbox2 img {
display: block;
margin: 0 auto;
border: 1px solid black;
padding: 0;
}
