body   {
        background-color: #FFFFFF;
        font-family:gill sans MT, trebuchet MS, tahoma, sans-serif;
        font-size: ;
        color: ;
        text-align: center;
        margin:0px;
        }

.container{
		width:800px; 
		margin-left:auto; 
		margin-right:auto;
		}		

.banner {
         position: relative;
         margin-bottom:40px;
         }

.contents    {
           background-color: #FFFFFF;
           position: relative;
	       padding-bottom:10px;
           }

.about    {
             background-color: #DAE5DD;
             position: relative;
             text-align:left;
	         font-weight:bold;
	         min-height:430px;
	         padding:10px;
             }
		   

p  {
   font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
   font-size: 12px;
   color: #999999;
   }

p.gallery  {
        font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-indent: 1em;
        color: #999999;
        }

p.para  {
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        text-indent: 2em;
        }

p.copyright  {
        font-family: arial, verdana, helvetica, sans-serif;
        font-size: 10px;
        color: #CCCCCC;
        font-weight: bold;
        }
 
            
h1  {
    font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
    font-size: 36px;
    color: #CCCCCC;
    }

h2  {
    font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
    font-size: 22px;
    color: #000099;
    }

h2.title  {
    font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
    font-size: 24px;
    text-indent: 1em;
    color: #3333CC;
    }

h3  {
    font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
    font-size: 20px;
    color: #CCCCCC;
    }
    
h3.bio  {
    font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
    font-size: 18px;
    color: #333399;
    } 

h4  {
    font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
    font-size:14px;
    color: #66CCCC;
    }

li  {
    font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
    font-size: 12px;
    color: #333333;
    }
      
a:link  {
        text-decoration: none;
        font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
        font-size: 12px;
        font-weight:bold;
        color: #CCCCCC;
        }
		
a:visited  {
           text-decoration: none;
           font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
           font-size: 12px;
           font-weight:bold;
           color: #FFCCCC;
           }
		   
a:hover  {
         text-decoration: none;
         font-family : trebuchet MS, gill sans MT, tahoma, sans-serif;
         font-size: 12px;
         font-weight:bold;
         color: #999999;
         }

/* styles used for dropdown menu */
#dropmenudiv{
             position:absolute;
             border:1px #CCCCCC;
             font:normal 12px trebuchet MS;
             line-height:18px;
             z-index:100;
             text-align:left;
             }

#dropmenudiv a{
               width: 100%;
               display: block;
               text-indent: 5px;
               }

#dropmenudiv a:hover{ /*hover background color*/
                     background-color: ;
                     }		   

/* footer style */
.footer{
	font-family: trebuchet MS, gill sans MT, tahoma, sans-serif;
   	font-size: 8px;
   	color: #CCCCCC;
	position:relative;
	background-color:#ffffff;
	border-top:solid 1px #ffffff;
	text-align:right;
	padding:10px;
	margin-right: 30px;
       }
