

p         { color: #000000}
input     { color: #000000}
td        { color: #000000}
textarea  { color: #000000}

A:link    { text-decoration:none; color: #0000FF; font-weight: bold;}
A:visited { text-decoration:none; color: #0000FF; font-weight: bold;}
A:active  { text-decoration:none; color: #FF6600; font-weight: bold;}
A:hover   { text-decoration:none; color: #FF6600; font-weight: bold;}

body { 
font-family: verdana ,Arial, Helvetica, sans-serif;font-size: 12px; margin-left: 100; 
background-color: #FFE6BB;
}


#header h1 {
        font-size: 16px;
        }


#contentWrapper {

 width: 100%;
 float: right;
  margin-left: -260px;
 }

#content {
 margin-left: 220px;
 width: 540px;
 margin-top: 110px;
 background-color:  #FFCD79;
 padding:5;
 }

#content h1 {
        font-size: 16px;
}

#content h2 {
   font-size: 16px;
}

#content p {
   text-align: justify;
}

#sidebar {
background-color: #FFCD79;
color:#000000;
width: 200px;
float: left;
position: absolute;
margin-top: 110px;
left:100;
padding:5;
}

#sidebar a:link, #sidebar a:visited {
text-decoration:none;
color:#000000;

}

#clearDiv{

 clear: both;
 position:relative;
 line-height: 1px;}


#footer a {
                color: black;
                font-weight: bold;
                font-size: 12px;
                text-decoration: none;
}

#header{
background: #fff url(header.jpg) repeat-y;
 position: absolute;
 height: 100px;
 width: 777px;
 top:5;
 }
 
#header a:link, #header a:visited {
color:#000000;
text-decoration:none;
 } 
