/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }
body
	{
	margin: 0;
	padding: 0;
	background-color: #896511;
	font: 18px "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	}
div { margin: 0px; padding: 0px; }
p {padding: 0px; margin: 0px;}
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
.logo
	{
	color : #eed4b0;
	font: 100 18px trebuchet ms;
	padding: 5px; margin:0px;
	}
.box-wrap
	{
	color : #000000;
	background: #000000;
	width: 795px;
	}
.box-header
	{
	color: #000000;
	background: #eed4b0;;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 68px;
	}
h1 {
color: #eed4b0;
font: 100 18px trebuchet ms;
font-style: regular;

}
.colorshift{
color: 6699FF;
}
h2 {
color: #eed4b0;
font: 500 14px trebuchet ms;
text-align: right;
}
h3 {
color: #000000;
font: 100 16px trebuchet ms;
font-style: bold;
}
h4 {
color: #000000;
font: 100 14px trebuchet ms;
font-style: bold;
text-align: left;
padding-left: 10px;
}
 a.blue:link {color: #EED4B0; font-weight: regular; text-decoration: underline}
 a.blue:active {color: #0000ff; font-weight: regular; text-decoration: none}
 a.blue:visited {color: #a9775d; font-weight: regular; text-decoration: underline}
 a.blue:hover {color: #0000ff; font-weight: bold;}

 a.brown:link {color: #eed4b0; background: #000000; font-style: regular; text-decoration: none;}
 a.brown:active {color: #ff0000; background: #000000; font-style: regular; text-decoration: none}
 a.brown:visited {color: #a9775d; background: #000000; font-style: regular; text-decoration: none}
 a.brown:hover {color: #0000ff; background: #000000; font-style: bold;}



p{
font: 14px trebuchet ms;
font-style: regular;
padding: 5px;

}


.list-menu ul { 
 padding: 0;
 list-style-type: none; 
 }
.list-menu li {
font: 12px trebuchet ms;
margin:10px 0 0;
}
.box-footer
	{
	background: #000000;
	padding: 0.5em;
	clear: both;
	border: none
	height: 1px;
	}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
	{
	float: left;
	width: 625px;
	}
.column-one
	{
	float: left;
	width: 170px;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { margin-left: 170px; }
.column-three {margin-left: 625px;}
/* */
.column-one-content, .column-two-content, .column-three-content
	{
	padding: 6px;
	border: none;
	color: #eed4b0;
	}
.column-one-content { background: #000000; }
.column-two-content 
	{ 
	padding: 5px;
	background: #eed4b0; 
	color: #000000;
	}
.column-three-content { background: #000000; }
/* VERTICAL PADDING ABOVE COLUMNS */
.box-header
	{ margin-bottom: 0px; }
.column_padding_after
 /*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
	{ p\osition: relative; }
/* */
/* alignment classes */
.float-left  { float: left;  margin-right: 15px;margin-bottom: 15px;}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

</style>

