/* CSS Document */

/*content area*/
#content{
max-width: inherit; /*max for firefox sake in word wrapping*/
height: 405px;
margin-left:200px;
padding-right:2px;
padding-top:10px;
padding-left:15px;
font-family: "Estrangelo Edessa", "Arial", "Helvetica";
font-size: 16px;
color: white;
border-left: 1px solid white;
background-image: url(images/page1.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#content li{
list-style-type:square #f36320;
}

h1{
font-size:20px;
margin-bottom: 5px;
}

.rightalign{
padding-left: 250px;
}

.quote{
font-style: italic;
font-size: 11px;
padding-right: 230px;
}
