foursquare {
	float: left;
	width: 45%;
	margin: 2%;
    border: 5px;
    border-color: #4d2600;
}
#content { background-image: url("tractor.jpg");background-color: #4d2600;
	   margin: 0 auto 0;   
       background-repeat: 100%;
	   width: 100%;
	   margin-left: none;
	   margin-right: none;
	   min-width: 960px;
	   max-width: 1500px;
	   padding-top: 20px;
}

h1 { background-color: #c0810c; 
     text-align: center;
	 color:white;
     text-shadow: 3px 3px #000000;
     opacity: 0.9;
     font-size: 4em; 
	 padding: 10px; 
	 border-top: 10px ridge #4d2600;
	 border-bottom: 10px ridge #4d2600; 
	 margin-bottom: 20px; 
}

body {font-family: sans-serif;
    background-color: #4d2600;
}

main {  display: block; /* for Internet Explorer version 10 and below */
        margin-left: 50px;
        margin-right: 50px;
        padding: 20px;
        background-color: #fdf4e2;
        color: #000000;
        height: 100%;
}

nav {background-color: #ffbf00; 
	text-align: center;
	border: 3px ridge #330000; 
	font-family: Arial; 
	font-size: 30px; 
} 

h2 { color: #000000; 
     font-family: sans-serif;
     border-style: double;
    text-align: center
}

img {border: 5px solid #4d2600;
    padding 5px; 
}

figure { font-style: italic;
                    font-size: 15px; 
                    width: 100%;
                    text-align: center;
                    padding: 10px;
                    background-color: #ffffff;
}

figcaption { font-size: 15px; 
                    width: 94%;
                    text-align: center;
                    padding: 10px;
                    background-color: #ffffff;
            
}
#polaroid {padding: 20px 10px;
           width: 100%;
           overflow: hidden;
}
#polaroid figure { padding: 6px 8px 10px 8px;
                background: #eee6d8;
                box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, .75);
                float: left;
                position: relative;
                width: 400px;
                margin: 10px 20px;
}
figure:before { content: ";
                display:block;
                position:absolute;
                left: 5px;
                top: -15px;
                width: 75px;
                height: 25px;
                background-color: rgba(222,220,198,0.7);
                transform:(-12deg);
}
h4 {font-family: san-serif;
} 

#floatright { margin: 10px;
              float: right;
}
#floatleft { margin: 10px;
			 float: left;
}

footer { font-size:70%;
         text-align: center;
		 clear: right;
         padding: 20px;
		 background-color: #E3DAC9; 
}

#left {
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:100px;
    float:left;
    padding:5px;	      
}
#section {
    width:350px;
    float:left;
    padding:10px;	 	 
}

table#t01, th, td {
    margin: 0 auto 0;
    table-layout: auto;
    text-align: left;
    text-emphasis: bold;
    border: 1px double #4d2600;
    padding: 5px;
}

nav ul { list-style-type: none; 
}
nav li {  display: inline; 
}
nav a { text-decoration: none; 
         color:#ffffff;
         text-shadow: 2px 2px #000000;
		 padding-right: 10px; 
         font-size: 30px;     
         background-color: #ffbf00;
}	
a:visited {color:#bf7000;
}
a:active {color:#8C7853;
}

.navbar:hover {font-size: 35px;
        padding: 5px;
        color: #33cc33;
        background-color: #bf7000;
        transition-duration: 0.5s;
}