body {
    text-align: center;
    background: #656868;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333333;
    font-family: verdana, helvetica, sans-serif;
}

#page_wrapper {
    background: #F3E7A9 url( '../img/page_bg.jpg' ) top left;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
    text-align: left;
    border: 4px solid #F4F4EE;
}

#content_wrapper {
    background: transparent url( '../img/content_bg.jpg' ) top left no-repeat;
    width: 760px;
}

.spacer {
    margin: 0;
    padding: 0;
    height: 10px;
    clear: both;
}

/* ------------ HEADER ------------ */
#page_header {
    height: 113px;
    width: 760px;
    background: #515230 url( '../img/pantry-header.jpg' ) top left no-repeat;
}

/* ------------ LEFT SIDE ------------ */
#left_side {
    float: left;
    width: 570px;
    padding: 10px;
    padding-right: 20px;
    /*border: 1px solid green;*/
}

/* ------------ RIGHT SIDE ------------ */
div#right_side {
    float: left;
    width: 150px;    
    /*border: 1px solid blue;*/
}

#right_side h3 {
    margin-bottom: 0;
    margin-left: 0;    
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #FCF8E3;
	background-image:url(../img/menu_heading_bg.gif);
	background-repeat:repeat-x;
    padding: 4px;
    border: 1px solid #3A3B22;
	width: 150px;
}

#right_side div.menu a{
    font-family: Arial, Helvetica, sans-serif, sans-serif; 
	font-weight:bold; 
	width:150px;
	font-size: 12px; 
	color: #833203; 
	text-align:left; 
	padding-left:10px;
	text-decoration:none;
	cursor: hand;
	border-width: 0;
	height:26px;
	padding-top:4px;
	display:block
}

#right_side div.menu a:hover{
    font-family: Arial, Helvetica, sans-serif, sans-serif; 
	font-weight:bold; 
	width:100%;
	font-size: 12px; 
	color: #ffcc00; 
	text-align:left; 
	padding-left:10px;
	background-color:#ad6100;
	text-decoration:none;
	cursor: hand;
	border-width: 0;
	height:26px;
	padding-top:4px
}

div#right_logos {
	text-align: center;
	width: 150px;
	margin: 5px;
	margin-top: 40px;
	
	/*border: 1px solid red;*/
}

/* OLD UL STYLE
#right_side h3 {	
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    color: #FCF8E3;
    background: #595A38;
    padding: 4px;
    border: 1px solid #3A3B22;
}

#right_side ul {
    margin-top: 7px;    
    list-style-image: url( ../img/bullet.jpg );
    font-size: 12px;
}

#right_side li {
    margin-top: 6px;
}

#right_side li a {
    display: block;
}

#right_side li a:hover {
    background: white;
}
*/

/* ------------ FOOTER ------------ */
#page_footer {
	width: 760px;
    height: 70px;
    background-color: #515230;
}

#page_footer A:link {
    COLOR: #F2C968;
    text-decoration: underline
}

#page_footer A:visited {
    COLOR: #F2C968;
    text-decoration: underline
}

#page_footer A:active {
    COLOR: #F2C968;
    text-decoration: underline
}

#page_footer A:hover {
    COLOR: #F2C968;
    text-decoration: none
}

#page_footer p {
    text-align: center;
    padding-top: 20px;
    font-size: 11px;
    line-height: 16px;
    color: #FCF8E3;
}