@charset "utf-8";
/* CSS Document */

h2, h2 a { color: black;}
#navbar {

height: 1.2em;
padding-top: -20px;
margin-bottom:10px;

background-image: url(images/nav-bg.png);
padding-bottom: 10px;


}

#content {
background-image: url(images/crossbar-pp.png);
background-repeat: no-repeat;
color: #443322;
padding: 0px;
padding-top: 27px;
padding-left: 100px;
padding-right: 90px;
width: 700px;
margin: 5px;
}


#crossbar {

width: 900px;
height: 82px;
background-image: url(images/crossbar-pp.png);
background-repeat: no-repeat;
}


#bottom-post{ 

background-image: url(images/crossbar-pp-down.png);
background-repeat: no-repeat;
background-repeat: no-repeat;
width: 900px; 
height: 100px;

}


