﻿@charset "UTF-8";
/* CSS Document */

html {
height: 100%;
}

body {
margin: 0;
padding: 0;
background: #FFFFFF url(images/stripey_wallpaper.gif) fixed;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.8em;
height: 100%;
}

#wrapper {
width: 846px;
background: url(images/main_blue_bg.gif) repeat-y;
margin: auto;
}

#header {
width: 840px;
position: relative;
top: 0px;
background: url(images/abacus_masthead.png);
text-align: left;
margin: 0 3px 0 3px;
height: 170px;
}

#navigation {
width: 840px;
position: relative;
top: 0px;
background: url(images/nav_bg.png) no-repeat;
margin: auto;
height: 30px;
padding: 7px 0 28px 0;
}

#nav {
width: 840px;
margin:0;
padding:0;
list-style-type:none;
float:left;
}

#nav li {
margin:0;
padding:0;
float:left;
font-size:0.8em/1.3em;
}

#nav a {
float:left;
width:140px;
text-align:center;
color: #FFF;
text-decoration:none;
line-height:2.5;
margin-top:-7px;
}

#nav a:hover {
color: #FFF;
background: url(images/nav_over_bg.gif) no-repeat;
}

#subnav {
width:840px;
position:absolute;
top: 200px;
background-image:url(images/subnav_bg.gif) no-repeat;
height:35px;
margin:auto;
}

#content {
width: 839px;
padding: 20px 0 0 0;
margin: 0 3px 0 4px;
background-color: #fff;
}

#content_left {
width:559px;
margin-left: 3px;
}

#content_right {
float:right;
width:270px;
margin:20px 0 0 0;
}

#clearone {
clear:both;
width:836px;
background:#FFF;
padding-bottom:20px;
}

#bottom {
width:840px;
background: url(images/bottom_bg.png) no-repeat;
height:140px;
margin: -15px 3px 0 3px;
}
