body  {
background-color:#eaeaea;
margin: 0;
padding: 0px 0 0px 0;
font-family: "Myriad Pro";
}

#img
  {
  border:1px solid #000000;
  height:auto;
  width:auto;
  text-align:center;
 }

#container { 
width: 1000px;
margin: 0 auto;
}

#header { 
height:100px;
padding: 0px 0 0px 0;
background-image:url(images/logo.jpg);
} 

#logo {
padding: 52px 0 0 50px;
}

#logo a {
color: #647c00;
text-decoration: none;
font-size: 36px; 
}

#sidebar {
float: right;
width: 160px;
padding: 30px 30px 0 30px;
margin: 0;
text-align:center;
}

#sidebar img {
border: solid 1px #c8c8c8;
}

.project {
margin:15px 0 25px 0;
}

h1 {
margin: 0px;
color: #000000; 
font-size:20px; 
font-weight: normal;
}

h2 {
color: #000000;
font-size: 14px; 
margin: 30px 0 10px 0;
text-decoration: underline;
}

#main {
background-image:url(images/bg2.jpg);
}

ul {
font-size: 14px;
font-style: normal;
padding: 0px 30px 0px 0px;
line-height: 17px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #000000;
text-decoration: none;
text-indent: 0px;
list-style-position: outside;
list-style: circle inside url(images/ul.png);
}

#text { 
margin: 0 220px 0 0;
padding: 31px 30px 30px 30px;
color: #2B370C;
font-family:"Verdana";
font-size: 14px; 
line-height: 17px;
text-align: justify;
} 

#text a {
color: #0099ff; 
text-decoration: underline;
}

#text a:hover {
color: #0187e1; 
text-decoration: underline;
}

#footer {
height: 90px;
background-image: url(images/footer.jpg);
color: #F8FCF7;
font-size: 14px;
}

#footer a {
text-decoration: none; 
color: #FFFFFF;
}

#footer a:hover {
color: #E0F0B9;
}

#footer_left {
float:left;
padding: 38px 0 0 38px;
}

#footer_right {
float:right;
padding: 60px 30px 0 0;
}

.separator {
font-size:11px;
color:#FFFFFF;
}

.clear {
clear:both;
}