#container {
    /* background-image: url(images/background.jpg); */
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: none;
    margin-bottom: 10px;
    border: 1px solid black;
    background-color: #EEEEEE;
}

#content {
    /* margin-left: 25px; */
    /* margin-right: 25px; */
    padding: 10px;
    padding-top: 0px;
    margin-top: 0px;
}

img {
    border: none;
}

html, body {
    margin : 0;
    padding : 0;
    font-family: verdana;
}

body {
    font-size: smaller;
}

p.thumbnail {
    background-color: black;
    font-variant: small-caps;
    color: white;
    text-align: center;
    width: 300px;
    border: 1px solid black;
    font-weight: 700;
    font-size: 12px;
    padding: 2px;
}

span.thumbexplanation {
    font-variant: normal;
    color: #CCCCCC;
    font-style: italic;
    font-weight: normal;
}

a.thumb:link {
    text-decoration: none;
    color: white;
}

a.thumb:visited {
    text-decoration: none;
    color: white;
}

a.thumb:hover {
    text-decoration: none;
    color: gray;
}

table.package th {
        background-color: #000000;
        color: #FFFFFF;
        border: solid 1px #000000;
        text-align: left;
        font-weight: bold;
    }
    table.package td {
        border: solid 1px #FFFFFF;
    }
    table.package {
        border: solid 1px #000000;
    }
    a:link {
		color: #000000;
	}
	a:visited {
		color: #000000;
	}
	a:hover {
		color: #000000;
		text-decoration: none;
	}