html, body, form {
    margin: 0;
    padding: 0;
}
body {
	background-image: url(../images/common/background.gif);
	background-repeat: repeat;
	background-position: -22px -20px;
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#wrapper {
    margin: 33px auto 0;;
    width: 895px;
    height: 713px;
    position: relative;
}
div#content {
	position:absolute;
    top: 16px;
    left: 17px;
	width:861px;
	height: 679px; /* ie6 workaround */
	min-height:679px;
	z-index:10;
	background-color: #b2aaa4;
}
div#shadow {
	position:absolute;
	top: -17px;
	left: -15px;
}
div#shadow div {
    float: left;
    width: 895px;
}
img.logo {
    position: absolute;
    top: 20px;
    left: 30px;
}
div#navigation {
    position: absolute;
    top: 30px;
    left: 215px;
    width: 580px;
    height: 40px;
}
div#subnavigation {
    position: absolute;
    top: 85px;
    left: 215px;
    width: 608px;
    height: 19px;
    background-color: #83777c;
    color: #afa8a3;
    font-size: 12px;
    padding-top:6px;
    padding-left: 20px;
}
div#navigation div.column {
    width: 110px;
    height: 38px;
    background-image: url(../images/common/nav-background.gif);
    background-repeat: no-repeat;
    float: left;
    padding-left: 10px;
}
div#navigation div.column div {
    margin-top: 2px;
    margin-bottom: 10px;
}
div#navigation div.column div a {
    margin-left: 5px;
}
/* Trim inside main content area */
.trimWhiteBar {
    position: absolute;
    top: 120px;
    left: 20px;
    background-color: white;
    color: white;
    height: 2px;
    width: 823px;
    overflow: hidden;
}
.trimDarkGrey {
    background-color: #b2aaa4;
}
.trimLocationBar {
    position: absolute;
    top: 130px;
    left: 20px;
    background-color: #968E89;
    color: white;
    /* height: 45px; */
    height: 35px;
    /* width: 823px; */
    width: 793px;
    font-size:22px;
    padding-top: 10px;
    padding-left: 30px;
}
.trimContentArea {
    position: absolute;
    top: 182px;
    left: 20px;
    background-color: #968E89;
    color: white;
    height: 450px;
    width: 823px;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #404855;
}
a:hover {
    color: white;
}
div#subnavigation a {
    color: #afa8a3;
}
a.selected, div#subnavigation a.selected {
    color: white;
}