html, body {
    background-image: url(../images/body_bg.png);
	font-family: Helvetica, Arial;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin: 0px 0px 0px 0px; 
    height: 100%;
    margin-bottom: 1px;
}

    img {
        padding: 0px;
    }
    
    img.left {
        border: 1px solid #ffffff;
        margin: 5px;
        float: left;
    }
    
    img.right {
        border: 1px solid #ffffff;
        margin: 5px;
        float: right;
    }
    

#shell {
    margin: 0 auto;
    width: 899px;
    background-image: url(../images/body_background.jpg);
    min-height: 100%;
}
    
    #page_body {
        width: 839px;
        padding: 0px 30px 0px 30px;
        overflow: hidden;
        float: left;
    }
        
            #site_header {
                height: 95px;
                background-image: url(../images/header.jpg);
            }
            
            #navigation {
                height: 25px;
                background-image: url(../images/navigation.jpg);
                text-align: center;
            }
                #navigation ul {
                    margin: 0;
                    padding: 0;
                }
            
                #navigation li {
                    line-height: 25px;
                    display: inline; /* Shows each item side-by-side */
                    list-style-type: none; /* Gets rid of the bullet points */
                }
                
            #sidebar {
                width: 200px;
                text-align: left;
                background-color: #f2a603;
                float: left;
                padding-bottom: 1000px;
                margin-bottom: -1000px;
            }
			
				#sidebar_header {
					padding: 0px;
					width: 200px;
					height: 35px;
					background-color: #b0240e;
				}
			
				#sidebar_content {
					padding: 5px;
				}

				#sidebar p {
					padding: 5px;
				}

            
	
            
                #sidebar img {
                    display: block;
                }
            
            #submenu {
                width: 200px;
                height: 200px;
                background-color: #ddd;
                background-image: url(../images/menu_bg2.png);
                line-height: 20px;
            }
            
                #sidebar ul {
                    padding: 0px;
                    margin: 0px;
                }
                
                #sidebar li {
                    height: 20px;
                    background-image: url(../images/menu_bg2.png);
                    padding-left: 5px;
                    line-height: 20px;
                    list-style-type: none;
                }
                
                    #sidebar li.current {
                        color: #000000;
                    }
                    
                
            #breadcrumbs {
                width: 630px;
                height: 35px;
                background: #f9be40;
                float: left;
            }
            
                #breadcrumbs_content {
                    padding: 17px 0px 0px 5px;
                }
            
            #page_content {
                width: 630px;
                float: left;
                background-color: #f2a603;
                padding-bottom: 1000px;
                margin-bottom: -1000px;
            }
            
                #page_content_cont {
                    padding: 5px 5px 0px 10px;
                }
                
                #page_content_subsection {
                    width: 430px;
                    background-color: #f18c02;
                    text-align: center;
                }

                    #page_content_subsection_photos {
                        margin: 0 auto;
                        padding: 20px 5px 20px 5px;
                    }
                    
            #footer {
                position: relative;
                bottom: 0;
                margin-left: 30px;
                border-top: 4px solid #af2405;
                width: 830px;
                height: 25px;
                line-height: 25px;
                font-size: 0.9em;
                text-align: right;
                clear: both;
            }
                .footer_div {
                    margin-left: 5px;
                    width: 50%;
                    float: left;
                    text-align: left;
                }