/** {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing:border-box;
}*/

body {
    background-color: white;
    background-image: url('/images/site/page-bg.jpg');
    text-align:center;
    
    font-size:16px;
    color: #343434;
    font-family:Arial, Helvetica, sans-serif;
    line-height:30px;
}

table {
    font-size:16px;
    color: #343434;
    font-family:Arial, Helvetica, sans-serif;
    line-height:30px
}

/*CONTAINERS*/
#header {
    position:relative;
    margin: 0 auto;
    width: 764px;
    height: 175px;
    padding-top:30px;
    padding-left:200px;
    
    background-image: url('/images/site/header_bg.png');
    background-repeat: no-repeat;
}

#overlay {
    float:left;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 100;
    width: 210px;
    height: 320px;
    
    background-image:url('/images/site/debbie_portrait.png');
}

#nav {
    width: 710px;
    height: 42px;
    margin: 0 auto;
    padding-top:13px;
    padding-left: 250px;
    background-image:url('/images/site/nav_bg.jpg');
}


#nav a {
    display:inline-block;
    margin: 0 20px;
    color: whitesmoke;
    text-decoration: none;
    font-weight: bold;
}

#nav a:hover {
    color:white;
    text-decoration: underline;
}

#spacer {
    width:960px;
    margin: 0 auto;
    background-color: white;
}

.border_side {
    border-left: solid 2px black;
    border-right: solid 2px black;
}

.border_bottom {
    border-bottom: solid 2px black;
}

#page {
    width:920px;
    margin:0 auto;
    padding: 20px;
    text-align: left;
    background-color: white;
}


#subnav {
    position: relative;
    top: -20px;
    border-left: solid thin #eae7dd;
    border-bottom: solid thin #e1dfda;
    border-right: solid thin #e1dfda;
    padding:5px;
    background-color: #f4f2ea;
}

#subnav a {
    color: #017f01;
    text-decoration: none;
    margin:0 20px;
}

#subnav a:hover {
    color: #00A6FF;
}
/*HEADING STYLES:*/

h1
{
	font-weight:normal;
        color: #054e9c;
	line-height:36px;
        text-align:center;
}

h2
{
	font-weight:normal;
        color: #620099;
	line-height:32px;
        text-align:center;
	
}

h3
{
	font-weight:normal;
        color: #7a023d;
	line-height:28px;
        text-align:center;
}

div.column {
   float:left;
   padding-right:25px;
}
