body {
    background-image: url('../images/mnf_background.png');
    background-repeat: no-repeat;
    background-position: center 0px;
    padding: 0px;
    margin: 0px;
    background-color: #121212;
    color: #c0c0c0;
}

img {
    border: none;
}

#header {
    height: 180px;
    background-image: url('../images/mnf_text.png');
    background-position: 225px center;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: visible;
}

#mnf_logo {
    xposition: relative;
    xtop: 0px;
    xleft: -90px;
    xwidth: 1219px;
    xheight: 725px;
    xbackground-image: url('../images/new_mnf_logo_web.png');
    xbackground-position: 0px 0px;
    xbackground-repeat: no-repeat;
    xz-index: -1;
}

#sidebar {
    xfloat: right;
    width: 180px;
}

#image_showcase, #gallery_container {
    float: right;
    border: 10px solid #c0c0c0;
    padding: 1px;
    width: 750px;
    height: 500px;
    background-color: #000000;
    text-align: center;
}

#gallery_container {
    width: 732px;
    height: 482px;
    padding: 10px;
    overflow: auto;
	overflow-x: hidden;
    text-align: center;
}

#gallery_container p {
    font-family: Palino Linotype;
    font-size: 1.2em;
    text-align: left;
    color: #ffffff;
    line-height: 1.4em;
    padding: 20px;
}

#gallery_title, h2 {
    font-family: Palino Linotype;
    font-size: 32px;
    color: #ffffff;
    text-shadow: 0em 0em 0.3em #7d7d7d;
    margin-bottom: 5px;
	margin-top: 5px;
}

.gallery_folder { 
    position: relative;
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: 6px;
    border: 3px solid transparent;
}

.gallery_folder:hover { 
    border: 3px solid #ffffff;
    cursor: pointer;
}

.gallery_title { 
    position: absolute;
    bottom: 0px;
    height: 32px;
    color: #ffffff;
    font-family: Georgia;
    font-size: 20px;
    width: 100%;
    text-align: center;
    line-height: 32px;
    background-image: url(http://www.momentsnotforgotten.com/images/semi-transparent.png);
    background-repeat: repeat;
    text-shadow: 0em 0em 0.3em #7d7d7d;
	margin: 0;
	padding-top: 5px;
}

#main_image {
    text-align: center;
}

#category_link {
    font-family: Arial;
    font-size: 12px;
    color: #c0c0c0;
    padding: 0 0 5px 0;
    margin: 0;
    font-weight: normal;
}

#category_link a {
    color: #c0c0c0;
    text-decoration: none;
}

#portfolio_links, #menu {
    width: 180px;
    padding-bottom: 20px;
    overflow: hidden;
}

h1 {
    font-family: Palatino Linotype, Book Antiqua, Palatino;
    font-size: 30px;
    line-height: 60px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: 0em 0em 0.3em #7d7d7d;
    padding: 5px 0 10px 0;
    margin: 0;
}

#portfolio_links div, #menu div {
    padding-left: 5px;
}

#portfolio_links div a, #menu div a  {
    display: block;
    float: left;
    width: 170px;
    font-family: Palatino Linotype, Book Antiqua, Palatino;
    font-size: 14px;
    text-decoration: none;
    color: #c0c0c0;
    padding-top: 4px;
    xborder-bottom: 1px solid transparent;
}

#portfolio_links div a:hover, #menu div a:hover {
    color: #ffffff;
    xborder-bottom: 1px solid #7d7d7d;
    text-shadow: 0em 0em 0.3em #7d7d7d;
    background-image: url('../images/seed.png');
    background-position: right center;
    background-repeat: no-repeat;
}

#page_container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}


#content_container {

}

form {
    padding: 0;
    margin: 0;
    padding-left: 150px;
    text-align: left;
}

label {
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    color: #c0c0c0;
    margin-top: 15px;
}

input.input, select.input {
    background-color: #000000;
    border: 1px solid #7d7d7d;
    width: 400px;
    line-height: 1.3em;
    color: #c0c0c0;
    font-family: Georgia;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 15px;
}

textarea {
    background-color: #000000;
    border: 1px solid #7d7d7d;
    width: 400px;
    height: 80px;
    line-height: 1.3em;
    color: #c0c0c0;
    font-family: Georgia;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 15px;
}

input.button {
    background-color: #7d7d7d;
    line-height: 1.3em;
    color: #ffffff;
    font-family: Georgia;
    font-size: 16px;
    padding: 5px;
    border: 0px;
}