body {
    background-color: #999999;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;

}

#container {
    width: 800px;
    height: 600px;
    background-color:#FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #000000;
}

#header {
    padding: 0px;
    margin: 0px;
    background-image: url('../img/banner.jpg');
    background-repeat: none;
    background-position: center;
    width: 100%;
    height: 164px;

}

#nav {
    width: 800px;
    height: 2em;
    position:absolute;
    top:184px
}



#nav ul{
    list-style: none;
    padding: 2px 0px 2px 170px;
    margin: 0px;
}

#nav li{
    float: left;
    margin: 0 0.15em;
    padding: 0px 20px 0px 10px;
    text-align: center;
    font-size: 150%;
}

 /* unvisited link */
a:link {
    color:#000000;
    text-decoration: none;
}

/* visited link */
a:visited {
    color:#000000;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color:#999999;
} 

/* selected link */
a:active {
    color:#999999;
} 

 /* unvisited link */
a.enterware:link {
    color:#ffffff;
    text-decoration: none;
}

/* visited link */
a.enterware:visited {
    color:#ffffff;
    text-decoration: none;
}

/* mouse over link */
a.enterware:hover {
    color:#ffffff;
} 

/* selected link */
a.enterware:active {
    color:#ffffff;
} 


#main {
    float: none;
    margin-top: 1px;
    padding: 1px;
    height: 400px;
}

#left_image {
    width: 360px;
    height: 420px;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;

}

#left_text {
    width: 400px;
    height: 420px;
    padding: 10px 20px 0px 10px;
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
}


#right_image {
    width: 360px;
    height: 420px;
    position: relative;
    top: 0px;;
    right: 0px;
    float: right;

}

#right_text {
    width: 400px;
    height: 420px;
    padding: 10px 20px 0px 10px;
    position: relative;
    top: 0px;;
    right: 0px;
    float: right;
}

#text_heading {
    font-size:20px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#text_normal {
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#text_italic {
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-style:italic;
}

#footer {
    position: relative;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border-top: thin solid #000000;
    text-align: center;
    background-color: #112233;
    color: #ffffff;
}
