/*---LA Greens website layout----*/

html, body {
	margin:0px;
	padding:0px;
}

form {
	display:inline;
	margin:0px;
	padding:0px;
}

a img {
	border:none;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6, p, div {
	margin:0px;
	padding:0px;
}



/*-Main Div Layout-------------------------------------------*/

#overall {
        width:850px;
	margin:12px 40px 12px 12px;
	padding:0px;
}

/*-Header-------------*/

#banner {
	background-color: #f0ffd7;
        position:center;
	height:80px;
        margin: 0px 12px 12px 0px;
}

/*-Menu_And_Title-------------*/

#menu_and_title {
width: 850 px;
height: 130px;
padding-bottom: 15px;
}

#menu { 
      float: left;
      height: 130px;
	   width: 270px;
      margin:0px 10px 0px 0px;
	padding-left: 20px;
       }

/*-Footer-------------*/

#update {
	padding:12px 0px 0px 0px;
	position:relative;
	clear:both;
}

#update {
	background-color: #f0ffd7;
        height: 25px;
        text-align:center;
	margin:0px 0px 0px 0px;
	padding:10px;
}

/*-Content Area-------*/

#content {
 	height: auto;
        width: 840;
        background-color: #9DC755;
        margin:0px 0px 0px 0px;
}

#content ul { 
    text-align: left;
    font-size: small;
}

#content h1 { margin-left: 30px; padding-top: 20px; }

#content li, #content h2, #content h3 {
	margin-left: 20px;
	padding:0px;
}

#content h2 { padding-top: 10px; }

#content h1 { vertical-align: bottom; line-height: 30px; }

#content p { margin-left: 20px;
          margin-right: 15px;
          text-align:justify; }

     

/*-Title-----------------------------------------*/

#title {
 	width: 550px;
        height: 130px;
        float: left; 
        background-color: #336600;
        margin: 0px 0px 15px 0px;

}

#title h1 {  
            padding-top: 53px;
            text-align: center;
            color: white;
            font-size: 40px;            
}

 /*-Poster-----------------------------------------*/

 #poster {
 	width: 550px;
			
         height: 130px;
        float: left; 
         background-color: #336600;
         margin: 0px 0px 15px 0px;

 }

 #poster img { 
         margin-left: 26px;
         margin-top: 10px;
         margin-bottom: 10px;
  }

