@charset "utf-8";
/* CSS Document */


body
{
width: 100%;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}

table
{
width:700px;
text-align:center;

}

#container
{
width:800px;
background-color:FFFF99;

}
/*Top of the page picture */
#header
{

}
/* Brown bars for decoration */
#bar3
{

width:800px;
height: 10px;
background-color:#663300;
}
#bar2
{

width:800px;
height: 10px;
background-color:#663300;
}
#pictures
{

}
/*Main Link Bar */

#links
{
background-color:#666633;
height:30px;
width:800px;
}

#links a
{
margin-right:25px;
font-family:Arial, Helvetica, sans-serif;
padding: 5px;
text-decoration: none;
color:#003300;
font-size:14px;
font:italic;
font-weight:900;
padding-left: 15px
}

#links a:hover
{
text-decoration: none;
color:#330000;
}

/*This is the menu in the white bar*/
#minimenu
{

background-color:#FFFFCC;
height: 25px;
width:800px;
}

#minimenu a
{
text-decoration: none;
color:#003300;
font-size:12px;
font-family:"Times New Roman", Times, serif;
font:italic;
font-weight:900;
padding-left: 15px;
}
#minimenu a:hover
{
text-decoration: none;
color:#330000;
}
#text
{
background-color:#FFFF99;

width: 800px;
}


/*Bottom bar that could be used for additional links */
#greenbar
{

background-color:#666633;
height:37px;
width:800px;
}
#bar1
{

width:800px;
height: 15px;
background-color:#663300;
}

#insidetext
{
margin:15px;
}
p
{
margin: 15px;
}

.leftfloat
{
float:left;
margin:10px;
}

.rightfloat
{
float:right;
margin:10px;
}

.clear
{
clear:both;
}

.whitebar
{
height:15px;
width:800px;
background-color:#FFFF99;
}
