@charset "utf-8";
/* -----------------------------------------------------------------------

 Salud! Napa CSS
 http://www.saludnapa.com
 
 This style sheet controls all the unique styles that exist in the blog layout

----------------------------------------------------------------------- */

/* This document extends the following CSS document */	
@import url(_layout.css); /* Import Basic Layout CSS Document */

/* Content */
#pageLeftNav {float: left; width: 234px; background-image: url(../images/global/leftNav/background.png); background-position: bottom; background-repeat: no-repeat; background-color: #fff2b8; margin-right: 34px; min-height: 300px;  height: auto !important; height: 300px;}
#pageLeftNavTop {height: 18px; width: 234px;}
#pageLeftNavContent {padding: 0 9px 18px 9px; width: 216px;}
#pageContent {float: left; width: 666px;}
#pageContentWide {float: left; width: 934px;}

