* { padding: 0; margin: 0; }

body {
 font-family: Lucida Grande, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-color: #663333;
}

p, h1, h2, h3, h4{
margin: 10px;
}

p, li{
font-size: 12px;
line-height: 18px;
margin: 5px 0px 0px 0px;
color: #666633;
}

h1{
font-size: 18px;
font-weight: bold;
margin: 15px 0px 0px 0px;
color: #663333;
line-height: 22px;
}

h2{
font-size: 14px;
font-weight: bold;
margin: 15px 0px 5px 0px;
text-align: left;
color: #663333;
}

h3{
font-size: 14px;
color: #666633;
font-weight: bold;
}

h4{
font-size: 14px;
color: #663333;
font-weight: bold;
}




a:link { 
text-decoration: none;
color: #669933;
}

a:visited{
text-decoration: none;
color: #990099;
}

a:active{
color: #000066;
}

a:hover {
font-weight: bold;
color: #990099;
}

ul
  {
  margin-left: 0;
  padding-left: 1em;
  }
li
  {
  margin: 0;
  padding: 0;
  }

p.copy{
    font-weight: normal;
	font-size: 12px;
	text-align: left;
    margin: 0px 0px 5px 0px;
}

p.list{
    font-weight: normal;
	font-size: 12px;
	text-align: left;
    margin: 0px 0px 15px 15px;
}

p.breadcrumb{
    font-weight: bold;
	font-size: 12px;
	text-align: left;
    margin: 5px 0px 0px 150px;
}

p.breadcrumb:link {
	text-decoration: none;
}

p.breadcrumb:visited{
	text-decoration:none;
	color: #999900;
}

p.breadcrumb_links{
	text-align: right;
	margin-top: -30px;
	color: #dbd2b2;
}

p.altlist{
	font-size: 10px;
	text-align: left;
	margin: 0px 0px 12px 0px;
	line-height: 140%;
	color: #663333;
}

p.altlist:link {
	text-decoration:none;
	color: #330000;
}

p.altlist: hover {
	color: #ffffff;
}

p.altlist: visited{
	color: #a29873;
}

p.footer{
	font-size: 10px;
	text-align: center;
	color: #663333;
}

p.footer:link {
	text-decoration:none;
	color: #330000;
}

p.footer: hover {
	color: #ffffff;
}

p.footer: visited{
	color: #a29873;
}


#wrapper { 
 background:   url(../images/background_2000x001.gif);
 margin: 0 auto;
 width: 900px;
}
#faux {
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}
#header {
 color: #333;
 width: 800px;
 padding: 0px;
 height: 110px;
 margin: 0px 50px 0px 50px;
 background: #CCCCFF;
}
#navigation {
 color: #66333;
 width: 800px;
 padding: 0px;
 height: 30px;
 margin: 0px 0px 0px 50px;
 background: #66333;
}
#leftcolumn { 
	display: inline;
	color: #333;
 	margin: 0px 0px 0px 0px;
	padding: 1px;
	width: 150px;
	float: left;
}
#leftmiddle {
	display: inline;
	color: #333;
	margin: 0px 50px 0px 0px;
	padding: 1px;
	width: 400px;
	float: left;
	height: 100%;
	left: 0px;
	top: -1px;
}
#rightmiddle { 
 	display: inline;
 	color: #333;
 	margin: 45px 0px 0px 0px;
	padding: 1px;
 	width: 200px;
 	float: left;
	height: 100%;
	left: 0px;
	top: -1px;
}
#rightcolumn { 
	display: inline;
 	color: #333;
	margin: 0px 0px 0px 0px;
 	padding: 0px;
 	width: 50px;
 	float: left;
	height: 100%;
 	left: 0px;
 	top: -1px;
}
#footer { 
 width: 900px;
 clear: both;
 margin: 0px 50px 0px 00px;
 color: #333;

 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }
