body {
/*color:#39AA7D;*/
/*background-color:#333333;*//*(Mozilla 'warm grey')*/
/*background-color:#EAEAE7;*//*(Mozilla 'ivory')*/
/*(Mozilla's dark sandstone grain background)*/
background-color: #272E33;
background-image: url("./images/grain.png");
background-repeat: repeat;
color:#009157;/*slightly darkened teal to match Moz's background)*/
/*(end Mozilla's dark sandstone grain background)*/
font-family:"Sans-serif";
font-size:16px;
text-align:left;
text-padding:5px;
}

div.body {
text-align:center;
}

a {
color:#009157;
text-decoration:underline;
}

a:hover {
color:#009157;
text-decoration:underline;
}

hr {
color:#009157;
}

div.container {
clear:both;
margin:auto;
//border:1px solid #39AA7D;
width:600px;
height:550px;
}

div.header {
clear:both;
margin:100px auto 0px;
//border:1px solid #39AA7D;
width:500px;
height:100px;
}

div.content {
clear:both;
margin:20px auto;
//border:1px solid #39AA7D;
width:500px;
height:300px;
}

div.footer {
clear:both;
margin:5px auto;
//border:1px solid #39AA7D;
width:500px;
height:25px;
}

div.images {
clear:both;
margin:0px auto;
//width:300px;
//height:100px;
text-align:center;
}

img
{
padding-left:10px;
padding-right:10px;
}

div.centered {
margin:5px auto;
}

/*rounded corners*/
div.roundedTop {
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
}

div.roundedBottom {
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
}

div.roundedTopLeft {
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
}

div.roundedBottomLeft {
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
}

div.roundedTopRight {
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
}

div.roundedBottomRight {
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
}
/*end rounded corners*/
