html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: white url(background.png) repeat-x;
    font-family: "trebuchet ms";
    font-size: 80%;
    text-align: center;
}

#container-main {
    position: relative;
    margin: 0 auto;
    background: url(container_main.png) repeat-y;
    text-align: left;
    width: 800px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#corner {
    position: absolute;
    top: 0;
    right: 0;
    background: url(corner.png) no-repeat;
    width: 140px;
    height: 120px;
}

#container-center {
    margin: 0 20px;
}

#container-navigation {
    padding: 0 24px;
    line-height: 40px;
}

#container-contents {
    padding: 24px;
}

h1 {
    font-size: 180%;
    font-weight: normal;
    color: #426286;

}

h2 {
    font-size: 140%;
    font-weight: normal;
    color: #426286;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    color: #426286;
}

h4 {
    font-size: 140%;
    font-weight: normal;
    color: #426286;
    margin-top: 0;
    margin-bottom: 0;
}

a {
   color: #426286;
}

#container-navigation a {
    color: #000000;
    text-decoration: none;
}

#container-navigation a:hover, .current-item {
    background: url(current_item_background.png) no-repeat center center;
}

ul {
    list-style-image: url(bullet.png);
}

p.message {
	color: #009933;
}

p.error {
	color: #FF0000;
}

input.error, textarea.error {
	border: 1px solid #FF0000;
}
