html, body {
	background: #edebed;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
    font-weight: bold;
	color:#804040;    
    height: 100%;
    margin: 0;
	padding: 0;
}


p {
	margin-bottom:1em;
    font-size: .8em;
    font-weight: normal;
}

a {
	text-decoration:none;
	color:#804040;
    font-weight: bold;
    text-decoration:none;
    
}

a:hover {
	text-decoration:underline;
	color:#804040;
}

/* Structure */

#wrapper {
         position: relative;
         margin-left: auto;/* center it*/
         margin-right: auto;/* center it*/
         min-height: 100%;
         height: auto;
	     width: 770px;
	     background: #fff;
         border-left: 1px #651325 solid;
         border-right: 1px #651325 solid;

}

* html #wrapper{
                height:100%;
                width:770px;/* box model hack for ie5.+*/
                w\idth:770px
}

#header {
	    height:150px;
        align: right;
	    background:url(images/bg-banner-old.gif) no-repeat;
}

#menu {
	  height:35px;
	  background:url(images/bg-menu.png) repeat-x;
}

#sidebar {
	     float:right;
	     width:160px;
	     background:#efefef;
	     margin-right:10px;
}

#content {
	     float:left;
	     width:520px;
         padding: 20px;
	     text-align:justify;
	     line-height:1.5em;
}

#footer {
border:1px solid #000;
	    clear:both;
        position:absolute;
        bottom:0;
	    height:70px;
        width:770px;
	    background:url(images/bg-footer.png) repeat-x;
}

#footer p {
        padding-top: 10px;
        text-align: center;
        font-size: .7em;
        margin-bottom: 0em;
        color: #fff;
}


/* Menus */

#menu ul {
	  list-style-type:none;
}

#menu li {
	  float:left;
}

#menu li a {
      font-size: .75em;
	  padding:0 10px;
	  display:block;
	  color:#d4d4d4;
}

#menu li a:hover {
      color:#222;
      text-decoration:none;
}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
         
}
#sidebar li a {
    font-size: .75em;
	display: block;
	height: 25px;
	color:#999;
	padding-left: 0px;
    margin-left: -40px;
    text-align: center;
	border-bottom: 0px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#222;
    text-decoration:none;
	}
#sidebar-bottom {
	height:150px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}
    
#clearfooter {
             clear:both;
             height:70px;
             width:770px;
}

h1 {
	font-size:1.2em;
	font-weight:normal;
	letter-spacing:-1px;
	color:#804040;
}

h2 {
	font-size:1em;
	font-weight:bold;
	letter-spacing:-1px;
	color:#804040;
}

#language {
	      height:25px;
	      width:126px;
	      background:url(images/bg-feed.gif) no-repeat;
	      margin:0 auto;
	      padding-left:26px;
}

a.language-button {
	              display:block;
                  width:100px;
                  height:25px;
                  background:url("images/button-language-en.png") 0 0 no-repeat;
                  text-decoration: none;
}
a:hover.language-button {
	                    background-position:0 -25px;
}
