body {
    background-image: url('../images/bg.jpg');
    font-family: "Lucida Grande", Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

a {
    color: #7f250a;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

.top_nav_bg {
    background-image: url('../images/nav_bg.jpg');
    width: 914px;
    clear: both;
    margin: auto;
    color: #fff;
    text-align: right;
    height: 30px;
}

.content {
    background-image: url('../images/content_bg.jpg');
    color: #878787;
    width: 914px;
    margin-left: auto;
    margin-right:auto;
    background-color: #000;
    float: left;
}

.left-content {
    width: 360px;
    padding-left: 20px;
    padding-right: 13px;
    padding-top: 10px;
    line-height: 1.5em;
    float: left;
}

.right-content{
    width: 521px;
    float: left;
}

.mother-div{
    margin:auto;
    width: 914px;
}

.second_nav {
    text-align: right;
    background-image: url('../images/nav_bg.jpg');
    height: 30px;
}
