@charset "utf-8";
/* CSS Document */


body  {
		background-color: white;
		font-family:Trebuchet MS, Verdana, Arial, sans-serif;
		font-size:1em;
}

/*************************************/
/*          Class Selectors          */
/*************************************/
p.red
	{
		color: red;
	}

h2.red
    {
		color: red;
	}


p, pre {
		font-family:Trebuchet MS, Verdana, Arial, sans-serif;
		font-size:1em;
}



h1,h2,h3 {
			font-family: Georgia, "Times New Roman", serif;
}



.clear {
		clear:both;
}


table {
	table-layout:fixed;
}


/*************************************/
/*          ID Selectors             */
/*************************************/

/* Set a left image, right padding for text */
img#rpad {
		padding: 0px 10px 0px 0px;
		float:left;
}

/* Set a right image, left padding for text */
img#lpad {
		padding: 0px 0px 0px 10px;
		float: right;
}

/* Set <p> to justified text */
#justify {
		text-align:justify;
}

/* Set <p> to right justification */
#right {
		text-align:right;
}

/* Set <p> to left justification */
#left {
		text-align:left;
}


/* Main Logo                         */
#logo {
		position:relative;
		top:16px;
		left:-310px;
		z-index:5;
	}
	
#body {
		width:100%;
		height:100%;
}



/* This is the 1024px wide frame     */
#frame {
		width: 996px;
		background-color:white;
		background-repeat:no-repeat;
	    background-atachment:fixed;
	    background-position:center top;
	    background-image:url(../images/backgrounds/grubb_farm_background.jpg);
		
	}

#main {
		width:768px;
		min-height: 768px;
		position:relative;top:-150px;
		background-color:#fbcb00;
		border-color:#c0071d;
		border-style:groove;
		border-width:thick;
		
	}

#header {
		width:100%;
		height:144px;
		background-color:white;
}

#leftcolumn {
			width:150px;
			/*min-height:910px;*/
			float:left;
}

#rightcolumn {
			width:590px;
			/*min-height:900px;*/
			float:left;
			background-color:white;
			
			font-family:Trebuchet MS, Verdana, Arial, sans-serif;
			font-size:1em;
			padding: 5px 10px 5px 10px;
}



#footer {
		width:100%;
		height:144px;
		background-color:white;
}


/* Navigation Bar ID Selectors       */

/* Set the general properties for the elements */
#navbar {
		width:145px;
		height:60px;
		margin:0px;
		padding:0px;
		
		font-family:Trebuchet MS, Verdana, Arial, sans-serif;
		font-size:16px;
		font-weight:bold;
}

/* Strip the default list style, margins, and padding from <ul> */
#navbar ul{
			list-style-type:none;
			margin:0px;
			padding:0px;
			}
			
/* Remove margins from <li> so they stack side by side */
#navbar li	{
			margin:0px;
}

/* Change the <a> to block-level type element so a background
image can be applied. */
#navbar a {
			display:block;
			background-image: url(../images/backgrounds/buttons/button.png);
			 /* background-repeat:no-repeat; */
			background-color:#FFFFFF;
			padding: 10px 4px 10px 4px;
}

/* Set the color for link text       */
#navbar a:link,
#navbar a:visited {
					color:#0000ff;
					/*color:#007cbb;*/
}

/* Set the color for links mouse over effect */
#navbar a:hover,
#navbar a:active {
					color:#c0071d;
					background-image:url(../images/backgrounds/buttons/rollover.png);
					background-repeat:no-repeat;
}

#sellink a:link,
#sellink a:visited,
#sellink a:hover,
#sellink a:active	{
						color:#000000;
}




