html {
	background: white url(/gbv/images/bckgrnd-gradient-2.gif) repeat-x fixed center top;
}

#page_container {
    border: 2px #ededed solid;
    border-top: 5px #7e141e solid;
}

table.standard_table {
    border: 1px #7e1919 solid;
    background-color: white;
    margin: 15px 0px;
}

table.standard_table tr th {
    background-image: url(/gbv/images/background-th.gif);
    background-color: #7D3435;
}



h1, h2, h3, h4, h5, h6
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #760610;
}

ul#navigation {
   margin: 0px;	
}

ul#navigation li a {
	background-color: #DDDDDD;
    color: #444444;
}

ul#navigation li a:hover {
    background-color: #ECECEC;
}

form {
	border-color: #D1DCF0;
}

/**
 * Registration page
 */
#captcha-label {
    clear: left;
}
