body {
    background-color: #312623;
    font-family: arial black, helvetica, sans-serif;
    font-size: 10pt;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
}

h1{
    color: #e94378;
    font-size: 11pt;
    margin-bottom: 2px;
}

a.main_menu{
    color: white;
    text-decoration: none;
    margin: 2px 13px;
}

#home_menu{
    margin: 0 auto;
    border-bottom: 2px solid #e94378;
    width: 676px;
    position: relative;
    top: 40px;
}

#copy_home{
    position: relative;
    top: 840px;
    font-size: 8pt;
}

.pink_text{
    color: #e94378 !important;
}

#corps {
    background-image: url(images/home_hearts.jpg);
    margin: 0 auto;
    width: 900px;
}

#inner_corps{
    margin: 0 auto;
    width: 738px;
    background-color: #101112;
    padding-bottom: 20px;
}

#logo_image{
    margin-top: 30px;
}

#menu{
    width: 676px;
    margin: 30px auto;
    margin-bottom: 0;
}

#content{
    text-align: left;
    width: 676px;
    height: auto;
    margin: 0px auto;
    border-top: 2px solid #e94378;
    border-bottom: 2px solid #e94378;
    padding: 15px 0;
}

#left_box{
    width: 309px;
    float: left;
}

#right_box{
    width: 309px;
    float: left;
    margin-left: 57px;
}

#footer{
    width: 738px;
    margin: 5px 0;
}

#stop_box, #stop_box_top, #stop_box_bottom{
    width: 300px;
    background-color: #949393;
}

#stop_box_top, #stop_box_bottom{
    height: 8px;
}

#stop_box_top{
    background-image: url('images/stop_box_top.jpg');
    background-repeat: no-repeat;
}

#stop_box_bottom{
    background-image: url('images/stop_box_bottom.jpg');
    background-repeat: no-repeat;
    background-color: #101112;
}

#box_home{
    width: 900px;
    height: 900px;
    background-color: #312623;
    margin: 0 auto;


}


