

p         { color: #000000}
input     { color: #000000}
td        { color: #000000; font-size: 12px;}
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 {
 border-top-width:3px;
  border-top-style:solid;
 margin-left: 220px;
 width: 545px;
 margin-top: 110px;
 background-color:  #FFCD79;
 padding:5px;
 }
 
* html #content {
width: 565px;
 margin-left: 210px;
 margin-top: 100px;
}
 

#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:100px;
padding:5px;
 border-top-width:3px;
  border-top-style:solid;
}

* html #sidebar {

 margin-top: 100px;
}

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

  margin: 0;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 0 4px 10px;
  border-bottom: 1px dotted #000;

}

#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;
 } 

