/* Default Settings */
html, body {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    color: #5b5b5b;
    background-color: #f8f4e8;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 1em;
    font-weight: normal;
}

a {
    color: #5b5b5b;
    text-decoration: none;
}
a:hover {
    color: #006699;
    font-weight: bold;
}

/* Main Block */
#main {
    position: relative;
    width: 720px;
    height: 500px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}

/* Site Header, #main Child */
#header {
    width: 718px !important;
    width: 716px;
    height: 113px;
    background-color: #fff;
    border: 1px solid #d4cbb0;
    border-width: 1px 1px 0 1px;
    border-bottom: 7px solid #4d4d4d;
}

/* Site Content, #main Child */
#content {
    width: 718px;
    background-color: #fff;
    border: 1px solid #d4cbb0;
    border-width: 0 1px 0 1px;
    
}
#left_content { /* Left Content, #content Child */
    float: left;
    width: 130px !important;
    text-align: left;
    overflow: hidden;
}
#right_content { /* Right Content, #content Child */
    float: right;
    width: 588px !important;
    width: 578px;
    text-align: center;
}

/* Site Footer, #main Child */
#footer {
    position: relative;
    width: 718px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #d4cbb0;
    text-align: left;
    font-size: 0.6em;
    font-weight: bold;
}

/* Content Components */
#left_content #menu { /* Left Content "menu" Component, #left_content Child */
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
#left_content #menu li a {
    display: block;
    width: 110px;
    height: 20px !important;
    height: 24px;
    padding: 4px 0 0 10px;
    color: #4f7395;
    background: transparent;
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
    text-decoration: none;
    font-weight: bold;
}
#left_content #menu li a:hover {
    color: #f3f2e1;
    background-color: #4d4d4d;
}
#left_content #menu li a.navigation { /* Mark the selected item from the menu */
    color: #f3f2e1;
    background-color: #4d4d4d;
}
#left_content img {
    border: 0;
}

/* Search Form */
form#search {
    margin: 0 0 10px 10px;
    padding: 0;
    border: 0;
}
form#search fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
form#search label {
    display: block;
    font-size: 0.8em;
}
form#search #dog_search {
    width: 100px;
}

#right_content img {
    margin: 30px 5px 5px 5px;
    border: 1px solid #676767;
}
#right_content #battle_info {
    width: 380px;
    margin: 0 auto;
    /*margin: 20px 0 20px 0;*/
    color: #7f7f7f;
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
    text-align: left;
}

/* Footer Components */
#footer #copyright { /* Left Content "copyright" */
    float: left;
    margin: 10px 0 0 10px;
}
#footer #terms { /* Right Content "terms" */
    float: right;
    margin: 10px 10px 0 0;
}
#footer #terms a:hover {
    color: #2d2d2d;
    text-decoration: underline;
}

#welcome {
    text-align: left;
    font-size: 0.8em;
    margin: 0 15px 0 10px;
}

.img_box_left {
    float: left;
    margin: 0 0 0 10px;
}
.img_box_right {
    float: right;
    margin: 0 10px 0 0;
}

.dog_name {
    margin: 0 0 0 5px;
    font-family: Verdana, sans-serif;
    font-size: 0.9em;
}
.dog_desc {
    width: 250px;
    margin: 0 0 0 5px;
    color: #7f7f7f;
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
    text-align: left;
}


form {
    margin: 0;
    padding: 0;
}
form fieldset {
    margin: 0;
    border: 0;
}
form label {
    float: left;
    width: 150px;
    font-size: 0.7em;
}
form input {
    width: 220px;
}
form textarea {
    width: 220px;
    height: 150px;
}

.button {
    width: auto;
}

.result {
    color: #ff0000;
    font-size: 0.7em;
}
.result span {
    color: #1da527;
}

.prevBattle {
    margin: 0 0 0 10px;
    font-size: 0.8em;
}

.clear {
    clear: both;
}