#outer-container {
    background-image: url("images/custom-background.png");
    background-repeat: no-repeat;
}
#inner-container img {
    background-image: url("images/imageborder.jpg");
}
h1 {
    background-image:url("images/h1-bg.png");
	background-repeat:no-repeat;
	background-position:left;
}
h2 {
    background-image:url("images/heading-bg.png");
	background-repeat:no-repeat;
	background-position:left;
}

table#domestictable {
    width: 99%;
    background-color: #b67c1b;
    background-image: url("images/domestic-tablebg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
table#domestictable td {
    background-color: #fff;
    color: #000000;
    text-align: center;
    padding: 7px;
    border: 1px solid #c88e0e;
}
table#domestictable th {
    border: 1px solid #c88e0e;
}
#inner-container a {
	color:#c88e0e;
	text-decoration:none
}
#inner-container a:hover {
	color:#000 !important;
}
#inner-container a:visited {
	color:#c88e0e
}
