body {
    background: url('../images/background.jpg') no-repeat;
    height: 848px;
    margin: 0px;
}

hr {
    border: 1px solid #cccccc;
    margin: 0;
    padding: 0; 
}

form, p, ul , td {
    font-family: Calibri, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

td {
    background: #EEEEEE;
    font-weight: bold;
    vertical-align: top;
}

ul {
    margin: 0 0 0 10px; 
    padding: 0 0 0 10px;
}

a {
    color: #003366;
    text-decoration: none;
}

a:hover {
    color: orange;
}

a:visited {
    color: #666666;
}

a:visited:hover {
    color: orange;
}

img {
    border: 0;
}

h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

#logo {
    position: absolute;
    margin: 24px 0 0 35px;
}

#menu {
    position: absolute;
    margin: 141px 0 0 15px;
    padding: 5px 5px 5px 5px;
    width: 196px;
    text-align: right;

}

.menu_item {
    font-family: Calibri, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.menu_item a{
    color: white;
    text-decoration: none;
}

.menu_item a:visited {
    color: white;
}

.menu_item a:hover {
    color: orange;
}

.menu_item a:visited:hover{
    color: orange;
}

#flash {
    position: absolute;
    margin: 50px 0 0 231px;
}

#main_column {
    position: absolute;
    margin: 288px 0 0 251px;
    width: 410px;
    border-right: 1px solid #CCCCCC;
}

#search_box {
    background: #cccccc;
    font-family: Calibri, Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0 5px 20px;
    width: 325px;    
    vertical-align: abs-bottom;
}

.search_form {
    margin: 0;
}

.search_input {
    margin: 0 0 0 20px;
    border: 0;
    font-family: "Courier New", Courier, sans-serif;
    font-size: 18px;
}

.search_go {
    font-family: Calibri, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: white;
    background: #ff8a00;
    border: 0;
    height: 23px;
    vertical-align: abs-bottom;
}

#main_text {
    margin: 10px 0 0 0;
    width: 400px;
}

.main_text_col {
    margin: 10px 10px 0 0;
    width: 195px;
    float: left;
}


#right_column {
    position: absolute;
    margin: 288px 0 0 683px;
    width: 210px;
}

#achilles {
    position: absolute;
    margin: 10px 0 0 920px;
    width:320px;
}

.job_inside {
    height: 375px;
    overflow: auto;
}

.index_inside {
    background: white;
}