body
{
   background-color: #EEEEEE;
}

div#clubLogo
{
   position: relative;
   background-image: url('http://www.larowing.com/images/top_image.jpg');
   top: 10px;
   left: 25px;
   width: 780px;
   height: 210px;
}

div#menuBar
{
   position: relative;
   background-image: url('http://www.larowing.com/images/bg.gif');
   left: 25px;
   width: 780px;
   height: 30px;
}

div#menuBar a
{
   text-align: center;
   float: left;
   padding: 5px;
   padding-left: 25px;
   padding-right: 25px;
   text-decoration: none;
   font-size:1.0em;
   font-family: arial;
   font-weight: normal;
   color: black;
   cursor: pointer;
}

div#menuBar a:hover
{
   color: blue;
}

div#footerBar
{
   position: relative;
   background-color: #6BCEF2;
   left: 25px;
   width: 780px;
   height: 40px;
   text-align: center;
   text-valgin: top;
}

div#footerBar a
{
   float: center;
   padding-left: 1px;
   padding-right: 1px;
   text-decoration: none;
   font-size: 12px;
   font-family: arial;
   font-weight: bold;
   color: black;
   cursor: pointer;
}

div#footerBar a:hover
{
   color: white;
}

div#textArea
{
   position: relative;
   background-color: #6BCEF2;
   left: 25px;
   width: 780px;
}

div#flashcontent
{
   border: solid 0px #000;
   width: 220px;
   height: 170px;
   align: left;
   float: left;
}

p
{
   font-size: 10pt;
   color: #000000; 
   font-family: Arial;
   font-weight: normal; 
   text-align: justify;
}