body{
    text-align:center;
    background: url('../images/background_sm.jpg') no-repeat fixed 0 0;
    background-size: 100% 100%;
}
#frame{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#site_title{
    float:left;
    padding: 15px 20px 15px 0px;
}
#site_title h1{
    font-family: 'Permanent Marker', cursive;
}
#login_container{
    float:right;
    padding: 15px 0px 15px 0px;
}
#page_body{
    clear:both;
    text-align:left;
}
#login_form{
    text-align: right;
}
#login_form label{
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-right: 10px;
}
#login_form input{
    padding: 3px 5px 3px 5px;
}
#login_submit{
    width:102px;    height:42px;    background:url('../images/submit.png') no-repeat;    text-indent:-9999px;
    border:none;    cursor:pointer;    box-shadow: none;    -moz-box-shadow: none;  
    -webkit-box-shadow: none;   margin-top:5px;     float:right;
}
#login_cancel{
    width:102px;    height:42px;    background:url('../images/cancel.png') no-repeat;    text-indent:-9999px;
    border:none;    cursor:pointer;    box-shadow: none;    -moz-box-shadow: none;
    -webkit-box-shadow: none;   margin-top:5px;    float:right;
}
#login_message{
    clear:both;
    width: 370px;
}
.login_failed{
    position: absolute;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#account_content_wrapper{
    float:left;
    width: 900px;
    margin-left: 50px;
    margin-top: 10px;
}
#account_menu_wrapper{
    float:left;
    width: 250px;
    text-align:left;
    font-family: calibri;
    margin-top: 10px;
    clear:both;
}
#account_menu_wrapper h2{
    margin: 0;
}
#account_menu{
    list-style-type: none;
    padding: 0;
    border-left: 5px ridge #b81cae;
    color: #222222;
    margin: 0;
}
#account_menu li{
    padding: 5px 0 5px 60px;
    cursor: pointer;
}
#account_menu li h4{
    font-family: 'Permanent Marker', cursive;
    font-size: 22px;
    margin: 0;
}
#account_menu li p{
    font-family: calibri;
    font-size: 16px;
    margin-top: 5px;
}
#account_menu li:hover{
    background-color: #270a37;
    color: white;
}
#account_menu #photosli{
    background-image: url('../images/icons/photos_icon.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 20%;
}
#account_content{

}
#photos_content{
    display: none;
}
#photos_content{
    text-align:left;
}
#photos_content ul{
    list-style-type: none;
}
#photos_content ul li{
    font-family: calibri;
    font-size: 18px;
    font-weight: bold;
}
