body {
background: url(../images/bg.jpg);
color: #777765;
}

h1 {
height: 53px;
text-indent:-9999px;
background: url(../images/logo.png) no-repeat;
}

img {
border-style: none;
}

p {
color:#4a4a3f;
}


#wrapper {
width: 900px;
padding: 20px;
margin-left: 10%;
margin-right: 10%;
background: #ffffff;
border: #777765 solid 2px;



}

#header {
border-bottom: #777765 solid 1px;
}

#content {
width: 600px;
float: left;
border-right: #777765 solid 1px;
}

#sidebar {
width: 290px;
padding-top: 20px;	
float: right;
}


form {

width:262px;
text-align: right;
}

#footer {
border-top: #777765 solid 1px;
clear: both;
}

#footer-left {
width:450px;
float:left;
}

#footer-right {
width:450px;
float:right;
text-align: right;
}

.highlight{
text-align: center;
color: red;
font: bold 1.2em verdana,sans-serif;
}

.clear {
clear: both
}
