/*@import url("body.css");*/

/*-----
	Yahoo Reset
	------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}


h1 			{ font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #828639;}
h2			{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #bb4732;}
t1			{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #999999;}
l1			{ font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 12px; color: #828639;}

q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


/*-----
	Base Styles
	------*/
body {
}

h1 {
}

p {
}

div#pageWrapper {
	background: left top repeat-y url(file:///Macintosh%20HD/Users/iWasBornReady/Graphics/Beans-N-Frank/Website/css/images/bgrepeat.png);
	width: 1047px;
	text-align: left;
	margin: 0 auto;
}
div#header, div#content, div#navBar, div#footer {
	clear: both;
} 
div.left {
	float: left;
}
div.right {
	float: right;
}

div#navBar {
	background: url(images/nav-bg.png);
	height: 42px;
	width: 1047px;
}


div#header {
	background: url(images/header-bg.png);
	height: 166px;
	width: 1047px;
}


div#maincontent {
	padding-left: 35px;
	padding-right: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background: url(images/mainbg-repeat.png);
	height: 700px;
}


div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	background: no-repeat url(images/mainfooter-bg.png);
	height: 98px;
	width: 1047px;
}


div#news00					{ height: 101px; margin-top: 10px; margin-bottom: 14px; }
div#news1					{ height: 101px; margin-bottom: 14px; }
div#news2					{ height: 101px; margin-bottom: 14px; }
div#news3					{ height: 101px; margin-bottom: 14px; }
div#news4					{ height: 101px; margin-bottom: 14px; }
div#news5					{ height: 101px; }

#newsThumb					{ float: left; width: 155px; height: 101px; }
#newsTxt					{ float: left; margin-left: 9px; height: 101px; width: 335px; }

/*---- 3 COLUMN CSS ----*/


#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background: top right;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background: top left;
	}

#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
	
#leftcol {
	padding-top: 160px;
	background: no-repeat url(images/side-navbg.png);
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	height: 334px;
	width:195px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:195px; /* actual value */
	height: 334px;
	margin:0 0 -10px 0;
	z-index:100;
	}
#rightcol {
	text-align: center;
	background: url(images/right-bg.png);
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	height: 334px;
	width:242px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 334px;
	width:242px; /* actual value */
	margin:0 0 -10px 0;
	z-index:99;
	}
#centercol {
	text-decoration:none;
	padding-left: 210px;
	position:relative;
	}
#centercol a {

	}
#centercol a:hover {
	border-bottom:1px solid;
	}
	
#section-navigation
{
	padding: 10px;
	float: left;
	display: inline;
}

#section-navigation ul
{
	margin: 0;
	padding: 0;
}

#section-navigation ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

/*-- 3 COLUMN CSS ENDS ---*/


/*-----
	Clearfix
	------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
