/* CSS Document */

body {
background: #000066;
font: 0.8em/1.5 Geneva, Arial, Helvetica, sans-serif;
}

/* Don't steal images! */
h1 {
margin-top: 0;
font-weight: bold;
font-size: medium;
}

/* Copyright */
h2 {
margin: 0;
font-weight: normal;
font-size: small;
}

/* Welcome*/
h3 {
margin: 0;
font-weight: bold;
font-size: large;
}

/* Below Images */
h4 {
font-weight: normal;
color: #006666;
font-size: small;
max-width: 350px;
margin: 0px 10px 0px 10px;
}

/* Welcome */
.p1 {
min-height: 380px;
margin-top: 0em;
}

/* Cage Setup */
.p2 {
min-height: 290px;
margin-top: 3em;
}

.p7 {
min-height: 250px;
margin-top: 3em;
}

/* Heating */
.p3 {
min-height: 550px;
margin-top: 4em;
}

/* Substrate */
.p4 {
min-height: 590px;
}

.p8 {
min-height: 300px;
}

/* Feeding */
.p5 {
min-height: 740px;
margin-top: 2em;
}

/* Mating */
.p6 {
min-height: 320px;
margin-top: 3em;
}

.container {
position: relative;
background: #FFFFFF;	
margin: auto;
min-width: 735px;
max-width: 1000px;
}

.content {
min-height: 50px;
text-align: center;
margin: 0px 10px 0px 10px;
}



div#header,
div#footer {
    background: #FFFFFF;
    text-align: center;
    margin: auto;
}

div#header {
    margin-bottom: 30px;
}

.footer_text {
font-size: medium;
color: red;
}

.floatleft {
float: left;
margin-right: 10px;
margin-bottom: -4em;
}

.floatright {
float: right;
margin-left: 10px;
margin-bottom: -4em;

}

.text-left {
margin-left: 360px;
border-left: 0px solid gray;
}

.text-right {
margin-right: 360px;
border-right: 0px solid gray;
}
