body
{
	margin: 20px;
	padding: 0;
	font: 100%/1.3 helvetica, arial, sans-serif;
	background: #000000;
	color: #271B0A; /*#f8f8ff;*/ /*#fffafa;*/

}

font.title
{
	color: #ffffff;
}

hr
{
	color: #B1A480;
	height: 2px;
	border: 0;
	background-color: #B1A480;
}

/*td{ vertical-align:top;}*/

ul
{
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 1em;
	line-height: .5;
}


h1 { font-size: 250%; }
h2 { font-size: 140%; }
h3 { font-size: 160%; }
h4 { font-size: 118.75%; }
h5 { font-size: 112.5%; }
p { margin: 0 0 1em; }
img { border: none; }

a:link { color: #712D00; text-decoration: none; padding: 0px 0px 0px 0px; }

a:visited { color: #712D00; }

a:focus
{
	color: #fff;
	background: #000;
}

a:hover { color: #000000; text-decoration: none; background: #eee8aa;

}

a:active
{
	color: #712D00;
	background: #fff;
}



#layout-two-fixed
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 0px;

}

#layout-two-fixed #container
{
	margin: 0 auto;
	width: 900px;
	/*border-bottom: 1px solid #999933;*/
	background: #B9AA84;					/*header bg color*/
}

#layout-two-fixed #header
{
/*	float: right; */
	background: #000000 url(images/header.jpg); 
	height: 170px;
/*	padding: 0px; */

}

#layout-two-fixed #header img {display: bock;}

#layout-two-fixed #header h1 { margin: 0; }

#layout-two-fixed #navigation
{
	float: right;
	background: #DBD1B6; /*#9D8F52;*/
	/*background: url(images/nav.png);*/					/* bg color of nav bar */
	width: 900px;

}

#layout-two-fixed #navigation ul
{
	margin: 0;
	padding: 0;
}

#layout-two-fixed #navigation ul li
{
	list-style-type: none;
	display: inline;
}

#layout-two-fixed #navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #271B0A; /*#f8f8ff;*/
	text-decoration: none;

	border-right: 3px solid #B9AA84;				/* if we want lines between: border-right: 1px solid #fff; */
}

#layout-two-fixed #navigation li a:hover { background: #aaffffff; color:#000000;  }	/* hover color of header nav links */

#layout-two-fixed #content-container
{
	float: left;
	width: 900px;
	background: #B9AA84;/*#242114;*/		/* bg color on left panel; background: url(bg.gif)  repeat-y 100% 0; if you want a bg image */
}

#layout-two-fixed #content
{
	clear: left;
	float: left;
	width: 560px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
}

#layout-two-fixed #content h2 { margin: 0; }

#layout-two-fixed #aside
{
	float: right;
	width: 240px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#layout-two-fixed #aside h3 { margin: 0; }

#layout-two-fixed #footer
{
	clear: both;
	background: #B9AA84; /*#271B0A;*/   		/* bg color of footer  */
	font-size: 80%;
	text-align: left;
	padding: 20px;
	height: 1%;
	/*border-top: 1px solid #271B0A;*/
}

