div {
    border: none;
}

body {
    background-color: #999999;
    margin: 0 auto;
    width: 800px;
}

#header {
    background-color: #ffffff;
    background-image: url(../images/templates/inside_head.jpg);
    background-repeat: no-repeat;
    height: 137px;
    width: 100%;
    border: none;
}

#navigation {
    float: left;
    width: 204px;
}

#content1 {
    margin-left: 206px;
    width: 594px;
}

#footer {
    clear: both;
    background-color: #ffffff;
    background-image: url(../images/templates/footer.gif);
    background-repeat: no-repeat;
    height: 121px;
    width: 800px;
    border: none;
}

#nav {
    background-color: #999999;
    font-family: arial;
    font-size: 14px;
}

.homenav {
    color: #ffffff;
    text_align: center;
    text-decoration: none;
}

#navigation #nav_form {
    background-color: #666666;
    height: 25px;
    background-image: url(../images/templates/form.gif);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 8px;
}

#content1 #breadcrumbs {
    background-color: #CCCCCC;
    height: 25px;
    background-image: url(../images/templates/bread.gif);
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-left: 15px;
}

#content1 #breadcrumbs a {
    color: #726B23;
    font-family: Verdana, Arial, Helvetica,"Trebuchet MS",;
    font-size: 9px;
    text-decoration: none;
}

#content1 #content2 {
    background-color: #FFFFFF;
}

#navigation #nav_nav a {
    font-family: Arial, Verdana, Helvetica;
    color: #e5e5e5;
    font-weight: normal;
    font-size: 14;
    text-decoration: none;
}

form #phrase {
    border: 1px solid #ccc;
    width: 110px;
    font-size: 10px;
}

.butt {
    border: none;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

#navigation #nav_nav li {
    list-style-type: none;
}
a {
color: #000000;
}