/***
Front page style sheet for ideoplast.org.
Copyright 2008 Michael Wojcik, wojcikm4@msu.edu.
***/

#content {
   background-color: #57706B; /* colourlovers.com, "Make Some Lists" */
   text-align: center; /* to center the framed image */
   min-height: 20em;
   height: auto;
}

#content div {
   background-color: #57706B; /* colourlovers.com, "Make Some Lists" */
}

#mmimagecontainer {
   min-height: 40em;
}

#mmimagebox {
   margin: auto;
   display: inline; /* lets the content color fill around image frame */
   background-color: #57706B; /* colourlovers.com, "Make Some Lists" */
}

#mmimage {
   display: inline; /* to allow the image to be centered */
   margin-top: 0;
   margin-bottom: 0;
   border-width: thick;
   border-color: maroon;
   border-style: inset;
   padding: 0;
}

