/*
//----------------------- Estrella Verde Technology ------------------------------
// Module:  guide.css
// Purpose: style sheet for one column of info
// Author:  Clayton Esterson
//
// Orginal  Date: 11-Dec-2008
// Modified Date: 11-Dec-2008
// Origin:
// Change Log:
//
// Source code copyright notice (c) 2008 Estrella Verde Technology, Inc
//--------------------------------------------------------------------------------
*/
 
#banner { 
width : 790px;
height : 39px;
margin : 0 auto;
background : url(images/banner.png) no-repeat right 0px;
}
#wrapper { 
margin : 0px auto 0 auto;
width : 794px;
background : url(images/img02a-1.jpg) repeat-x left top;
} 
#footer { 
background-color : #adce33;
display : inline;
float : left;
width : 795px;
text-align : center;
padding-top : 10px;
padding-bottom : 10px;
} 
#footer p { 
color : #f7f7f7;
} 
#footer a { 
color : #d0660a;
} 

