/*defaults*/
body 	{background:#621815 url('../images/body_bg.jpg') repeat-x 0 0; color:#000000; margin:10px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 10px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#621815; text-decoration:none;}

/*structural elements*/
#container	{margin:0px auto; text-align:center; width:1120px; }
#holder		{width:760px; padding:0px 10px 5px 10px; background:#FFFFFF; text-align:justify; float: left;}
#navigation	{padding:0px 5px 10px 5px; }
#header		{background:#DADADA url('../images/header_home.jpg') no-repeat 10px 10px; padding:10px; height:200px; }
#content	{float:left; width:750px; padding:1	0px 10px 0 0; line-height:160%; }
#copyright	{float:right; }

/*headings*/
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 10px 0; }

/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
#navigation a		{color:#621815; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#000000; text-decoration:underline;}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */

.banner
{
	width: 160px;
	height: 600px;
	background: green;
	float: left;
	visibility: hidden;
}
