/* Layout Stylesheet

Pink	000000    253.212.254
Brown  	6B3614
copper 	9c780a */ 

body {
 background:#000000;
 color: #000000;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:center;
 background:#000000;
 width:910px;
 margin:auto;
 }

#header {
 height:90px;
 width:800px;
 background:#ffff99;
 color: #c0c0c0;
 border:3px solid #000000;
 text-align:center;
 margin:auto;
}

#hcol-1 {
 float:left;
 background:#ffff99;
 color: #6B3614;
 font-weight:bold;
 width:205px;
 text-align:center;
 padding-left: 5px;
}

#hcol-2 {
 float:left;
 font-weight:bold;
 background:#ffff99;
 color: #6B3614;
 width:390px;
 text-align:center;
}

#hcol-3 {
 float:left;
 font-weight:bold;
 background:#ffff99;
 color: #6B3614;
 width:180px;
 text-align:center;
}


/* Navigation */

a{
 color:#000000;
 font-weight:bold;
 text-decoration:none;
 background-color:inherit;
}

a:hover{color:#000000; text-decoration:none; background-color:inherit;}
a img{border:none;}

#navigation{
 height:2.0em;
 line-height:2.0em;
 width:800px;
 margin:0 1px;
 background:#6B3614;
 color:#000000;
 margin:auto;
 padding-left: 200px;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
background:#000000;
color:#ffffff;
text-decoration:none;
}

/* Navigation End */

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:800px;
 border:3px solid #000000;
 padding:0;
 margin:auto;
}

#col-1 {
 float:left;
 background:#FFFFFF;
 color: #333333;
 width:165px;
 text-align:left; 
 padding-left:10px;
}

#col-2 {
 width:610px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 }

#footer {
 height:0.5px;
 background:#000000;
 color: #ffffff;
 margin:0;
 }

/* Presentation Stylesheet */ 

h1 {
 margin:0;
 padding:0x;
 font-size:2.0em;
 font-style: italic;
 font-weight:bold;
 color: #6B3614;
}

h2 {
 margin:0;
 padding:0x;
 font-size:1.0em;
 font-style: italic;
 font-weight:bold;
 color: #9c780a;
}
