* { 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 150px;
color: #663333;
line-height: 22px;
}

h2{
font-size: 12px;
font-weight: bold;
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;
}

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

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.footer{
	font-size: 10px;
	text-align: center;
	color: #663333;
}

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_900x001.jpg);
 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;
 padding: 1px;
 width: 50px;
 float: left;
}
#leftmiddle {
	float: left;
	color: #333;
	margin: 50px 0px 50px 0px;
	padding: 0px;
	width: 400px;
	display: inline;
	position: relative;
	height: 360px;
}
#rightmiddle { 
 display: inline;
 position: relative;
 color: #333;
 margin: 50px 10px 50px 10px;
 padding: 0px;
 width: 350px;
 float: left;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 50px;
 float: left;
}
#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; }

