/* 

This CSS stylesheet deals purely with the physical layout and element placement on the sub pages.

For individual styling of content block elements (headers, paragraphs, links, lists, etc),
see sp_style.css 

*/

* {
padding:0;
margin:0;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
background-image:url(http://www.herewegrowagainsale.com/images/blue_stripe_bg.gif);
background-repeat:repeat;
}

#container { 
margin:0 auto;
width:900px;
background-image:url(http://www.herewegrowagainsale.com/images/borders_side.gif);
background-repeat:repeat;
}

#banner {
margin:0 auto;
width:900px;
height:171px;
}

#banner img {
display:inline;
padding:0;
margin:0;
}

#left_nav {
margin:0 auto;
padding-top:20px;
width:236px;
float:left;
}

#content {
margin:0 auto;
width:663px;
float:right;
}

#feature_box {
position:relative;
top:-40px;
width:220px;
float:right;
border:2px #54be46 solid;
padding:0px 0px 0px 0px;
margin:45px 27px 10px 15px; /* puts spacing around box for wrapping text */
}

#footer { 
width:900px;
height:75px;
background-image:url(http://www.herewegrowagainsale.com/images/footer_bg.gif);
background-repeat:no-repeat;
}