/* CSS Document */
 
h1 {
    margin: 0;
    font-weight: bold;
    font-size: medium;
}

h2 {
    margin: 0;
    font-weight: normal;
    font-size: small;
}

div#container {
    position: relative;
    min-height: 450px;
    background: #FFFFFF;
    background-image: url('../Logos_Flash/Good_Cow_Transparent.jpg');  
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    min-width: 735px;
    max-width: 1000px;
    margin: auto;
}
	
div#first-column {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 172px;
	}

div#third-column {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 240px;
    right: 0;
}

div#content{
    margin: 0px 250px 0px 190px;
    min-height: 450px;
    text-align: center;
}

div#header,
div#footer {
    background: #FFFFFF;
    text-align: center;
    margin: auto;
}

div#header {
    margin-bottom: 20px;
}

div#tarantula  {
		position: absolute; 
		display: block;
		top: 20px;
		left: 10px;
		width:170px;
		height: 49px;
		background: url("../Logos_Flash/Links/Tarantula/tarantula.gif") 0px 0 no-repeat;
		text-decoration: none;
}

div#tarantula:hover {	
		background-position: -170px 0;
}
		
div#tarantula:active {
		background-position: -341px 0;
}

div#barefoot  {
		position: absolute; 
		display: block;
		top: 75px;
		left: 21.5px;
		width:147px;
		height: 50px;
		background: url("../Logos_Flash/Links/Barefoot/barefoot.gif") 0px 0 no-repeat;
		text-decoration: none;
}
	
div#barefoot:hover {	
		background-position: -147px 0;
}
		
div#barefoot:active {
		background-position: -294px 0;
}

div#gallery  {
		position: absolute; 
		display: block;
		top: 131px;
		left: 10px;
		width:170px;
		height: 48px;
		background: url("../Logos_Flash/Links/Gallery/gallery.gif") 0px 0 no-repeat;
		text-decoration: none;
}
	
div#gallery:hover {	
		background-position: -170px 0;
}
		
div#gallery:active {
		background-position: -341px 0;
}

div#feedback, div#feedback:hover  {
		position: absolute; 
		display: block;
		top: 185px;
		left: 39px;
		width:112px;
		height: 40px;
		background: url("../Logos_Flash/Links/Feedback/feedback_2.gif") 0px 0 no-repeat;
		text-decoration: none;
}
		
div#feedback:active {
		background-position: -112px 0;
}

div#counter {
		position: absolute;
		top: 280px;
		left: 50px;
}

div#yellow_triangle {
		position: relative;
		top: 200px;
		left: 70px;
}
