body {
    font-family: Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
	margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #ffffff;
}

div#wrap {
    margin-right: auto;
    margin-left: auto;
    width: 800px;
}

div#title {
    width: 800px;
    padding: 100px 0px 50px 0px;
    text-align: center;
}

div#searchbox {
    width: 800px;
	padding: 25px 0px;
	text-align: 0px 25px;
	text-align: center;
    overflow: auto;
}

div#content {
    width: 750px;
	padding: 0px 25px;
    overflow: auto;
}

div#featured {
    width: 750px;
	padding: 0px 25px;
    overflow: auto;
}

div.tiles {
	float: left;
}

div#footer {
    width: 800px;
	padding: 80px 0px 0px 0px;
    overflow: auto;
	color: #999999;
}

div.tile {
	/* tiles are 230px x 230px square buttons */
	position: relative;
    width: 230px;
	height: 195px;
    padding: 35px 0px 0px 0px;
	margin: 10px;
    border-radius: 2%;
	float: left;
	
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans serif;
	font-size: 1.6em;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.075em;
	
	opacity: 0.6;
	
	background: #e6e2af;
	color: #000;
}

div.tile:hover {
	opacity: 1;
}

div.tile a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
}

div.emptyhalftile {
	/* empty tile to center a 2-tile row */
	position: relative;
    width: 105px;
	height: 230px;
	margin: 10px;
    border-radius: 2%;
	float: left;

	opacity: 0;
}

div.emptytile {
	/* empty tile to center a 1-tile row */
	position: relative;
    width: 230px;
	height: 230px;
	margin: 10px;
    border-radius: 2%;
	float: left;

	opacity: 0;
}

input {
    font-size: 24px;
}

input:focus { 
    outline: none !important;
    border: 2px solid #002f2f;
    box-shadow: 0 0 2px #002f2f;
}

h1 {
    font-family: Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
    font-size: 36px;
    font-weight: bold;
	color: #002f2f;
    padding: 0px;
	margin: 30px 0px 0px 0px;
}

h2 {
    font-family: Baskerville, Palatino, 'Palatino Linotype', Georgia, serif;
    font-size: 28px;
    font-weight: bold;
    color: #046380;
    padding: 0px 0px 0px 15px;
    margin: 40px 0px 0px 0px;
}

p {
	text-align: center;
    font-size: 14px;
}

p.undertitle {
    color: #333333;
    margin: -5px 0px 0px 0px;
}

p.searchbox {
    font-size: 30px;
}