/* CSS Document */

/* Below Images */
h1 {
margin-top: 0;
margin-bottom: 0;
font-weight: bold;
font-size: small;
}

/* Copyright */
h2 {
margin: 0;
font-weight: normal;
font-size: small;
}

/* Welcome */
h4 {
margin: 0;
font-weight: bold;
font-size: medium;
}

/* Spacing for blocks */
.p1, .p3 {
min-height: 200px;
margin-top: 2em;
}

/* Spacing for others */
.p2 {
min-height: 250px;
margin-top: 4em;
}

.p4 {
min-height: 220px;
margin-top: 2em;
}

/* Spacing for rest */

.content_barefooting {
min-height: 50px;
text-align: center;
margin: 0px 10px 0px 10px;
}

.floatleft {
float: left;
margin-right: 10px;
margin-bottom: -4em;
}

.floatright {
float: right;
margin-left: 10px;
margin-bottom: -4em;

}

.text-left {
margin-left: 300px;
border-left: 0px solid gray;
}

.text-right {
margin-right: 300px;
border-right: 0px solid gray;
}

.img_vspace {
margin-top: 3em;
margin-bottom: 5em;
}

.img_vspace2 {
margin-top: 3em;
margin-bottom: 5em;
}


.img_hspace {
margin-left: 10px;
margin-right: 10px;
}

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

img.centered,
img.alignright,
img.alignleft {
margin: 0% 5% 0% 5%;
display: inline;
}

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#header,
div#footer {
    background: #FFFFFF;
    text-align: center;
    margin: auto;
}

div#header {
    margin-bottom: 20px;
}
	