/*---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:689px;
	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:689 px;
height: 150px;
}

#menu { 
      float:left;
      height: 146px;
	   width: 426px;
      margin:0px 0px 15px 0px;
       }

/*-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: 689px;
        float: relative;
        background-color: #9DC755;
        margin:0px 0px 15px 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: 253px;
        height: 146px;
        float: right; 
        background-color: #336600;
        margin: 0px 0px 15px 0px;

}

#title h1 {  
            padding-top: 53px;
            text-align: center;
            color: white;
            font-size: 40px;            
}

 /*-Poster-----------------------------------------*/

 #poster {
 	width: 253px;
			
         height: 146px;
        float: left; 
         background-color: #336600;
         margin: 0px 0px 15px 0px;

 }

 #poster img { 
         margin-left: 26px;
         margin-top: 10px;
         margin-bottom: 10px;
  }
