
body {
background: #f2f9f2;
}

html, body { /* saves you from the "centering jump" on short pages */
min-height: 100%;
margin-bottom: 1px;
}

/* main container */
#maincontainer {
width: 750px;
margin: 50px auto 0 auto;
padding: 0;
text-align: left;
background: #f2f9f2;
}

/* TOP SECTION */
#top {
width: 750px;
height: 140px;
padding: 0;
background: #f2f9f2 url(http://www.sambs.com/catering/2009-10/cat_home_top.jpg) no-repeat;
}

/* LEFT COLUMN */
#left {
width: 200px;
float: left;
background: #660b24 url(http://www.sambs.com/catering/2009-10/left.jpg) no-repeat;
}

/* links in left column */
#sidelinks a:link    {color: #ccffcc; font-size: 8pt; text-decoration: none; font-style: normal; font-weight: normal; font-family: arial, helvetica, sans serif;}
#sidelinks a:visited {color: #ccffcc; font-size: 8pt; text-decoration: none; font-style: normal; font-weight: normal; font-family: arial, helvetica, sans serif;}
#sidelinks a:hover   {color: #66ff00; background: #660b24;  font-size: 9pt; text-decoration: none; font-style: normal; font-weight: bold; font-family: arial, helvetica, sans serif;}
#sidelinks a:active  {color: #ff3399; background: #660b24;  font-size: 9pt; text-decoration: none; font-style: normal; font-weight: bold; font-family: arial, helvetica, sans serif;}

/* text properties for links in the left column */
#sidelinks {
display: block;
margin: 0 auto;
padding: 130px 0 50px 30px;
font-family: times new roman, times, serif;
font-size: 14pt;
color: #ffffff;
font-weight: normal;
font-style: italic;
text-align: left;
letter-spacing: 0.025em;
line-height: 115%;
}



/* RIGHT COLUMN */
#right {
display: block;
width: 200px;
margin: 0 0 0 0;
padding: 30px 0 20px 0;
float: right;
background: #dde9d8;
border: 1px solid #cccccc;
}


/* BLURB */
#blurb {
display: block;
margin: 0;
padding: 0 0 20px 0;
font-family: times new roman, times, serif;
color: #003300; 
font-size: 18pt; 
font-weight: bold; 
font-style: italic;
text-align: left;
line-height: 100%;
}



/* "Welcome to Sam B's Catering!" */
#blurb b{
display: block;
margin: 0;
padding: 0 40px 5px 40px;
font-family: times new roman, times, serif;
color: #003300; 
font-size: 18pt; 
font-weight: bold; 
font-style: italic;
text-align: left;
line-height: 100%;
}


/* "Whether your entertainment needs are great or small..." */
#blurb p{
display: block;
margin: 0;
padding: 7px 40px 0 40px;
font-family: trebuchet ms, arial, helvetica, sans serif;
color: #620b24; 
font-size: 11pt; 
font-weight: normal; 
font-style: normal;
text-align: left;
line-height: 135%;
}





/* MIDDLE COLUMN */
#middle {
display: block;
width: 350px;
margin: 75px 275px 0 200px;
padding: 0;
background: #f2f9f2;
}

/* "Catering Fine FOod Since 1972" */
#finefood{
display: block;
margin: 0;
padding: 3px 0 10px 0;
font-family: arial, helvetica, sans serif;
color: #82384c; 
font-size: 11pt; 
font-weight: normal; 
font-style: italic;
text-align: center;
letter-spacing: 0.025em;
line-height: 110%;
}

/* Photo block - (pix are 300 x 250) */
#photos {
display: block;
margin: 0;
padding: 0;
text-align: center;
}

/* "Our talented, creative staff can tailor ..." */
#talented{
display: block;
margin: 0;
padding: 20px 70px;
font-family: times new roman, times, serif;
color: #336633; 
font-size: 11pt; 
font-weight: bold; 
font-style: italic;
text-align: center;
letter-spacing: 0.025em;
line-height: 100%;
}



/* footer */
#footer {
width: 750px;
margin: 0 auto;
padding: 750px 0 0 0;
text-align: center;
}

/* */
#footer p{
padding: 3px 0 0 0;
}

#footer a:link    {color: #787878; font-size: 8pt; text-decoration: none; font-style: normal; font-weight: normal; font-family: arial, helvetica, sans serif;}
#footer a:visited {color: #787878; font-size: 8pt; text-decoration: none; font-style: normal; font-weight: normal; font-family: arial, helvetica, sans serif;}

/* The End.  Is this shit fun or what! */