body {
    width: 730px;
    margin-top: 15px;
    margin-left: 5%;
    margin-bottom: 0px;
    padding: 0px;
    font-family: "Trebuchet MS" , Times New Roman, Serif;
    font-size: 1.2em;
    color: Navy;
    background-color: white;
    background-image: url(backgrnd4.png);
    background-repeat: repeat-y;
}

dump 
{
    margin-right: 50%;
}

#maininfo {
    display: inline;
    position: absolute;
    top: 30px;
    width: auto;
    font-family: Lucida Handwriting;
    font-size: 0.8em;
    font-style: italic;
    color: Maroon;
}

#maininfo2
{
    display: inline;
    position: absolute;
    top: 100px;
    width: auto;
    font-size: 0.8em;
    color: Maroon;
}

#shuktara
{
    display: inline;
    font-family: 'Courier New' , Courier, Sans-Serif;
    font-size: 2em;
    font-weight: normal;
    font-style: normal;
    color: Maroon;
    
    position: absolute;
    top: 36px;
    padding-top: 10px;
    border: none;
}

#imagediv {
    display: inline;
    padding-right: 10px;
}

.maindiv {
    background-color: White;
    padding: 10px 5px 50px;
}

#middlesection {
    padding-bottom: 25px;
}
    
h1, h2, h3, h4 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:1.6em;
	line-height:12px;
	font-weight:900;
	color: Blue;
}

h1 {
    font-family: Georgia;
    font-size: 3em;
    font-style: italic;
    line-height: 1em;
}

h2 {
    font-size: 1.5em;
    color: Silver;
    padding: 5px 0 5px 0;
}

h3 {
    font-size: 0.9em;
}

h4 {
    font-size: 0.8em;
    font-style: italic;    
}

p, ul {
	color: Navy;
	font-size: 0.8em;
}

.footer {
    font-size: 0.6em;
    text-align: center;
    border-top: 1px solid #9FB1BC;
  }
  
#indexpics
{
    text-align: center;
}  

/* CSS Tabs */
.container {
        padding: 15px;
        margin: 3px 20px 20px 0;
        border: 1px solid #ccc;
        background: #fff;
}

/* rounded */

#nav {
        margin: 10px 0px 20px 0;
        padding: 5px 0 26px 2px;
        border-bottom: 1px solid #9FB1BC;
        border-top: 1px solid #9FB1BC;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 10pt;
        font-family: "Trebuchet MS", Verdana, Sans-Serif; 
        line-height: 18px;
        font-weight: bold;
        padding: 0 6px 6px 6px;
        text-decoration: none;
        color: #708491;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #00F;
        background: url(rounded.gif) no-repeat bottom center;
}

/* see http://www.sitepoint.com/article/top-ten-css-tricks */
#home .home, #about .about, #theboys .theboys, #thegirls .thegirls, #donate .donate, #contactus .contactus, #events .events, #supporters .supporters, #thechildren .thechildren, #news .news
{ 
    font-style: italic;
}