body {
	background: #F9F9F9;
}
#header {
	background: white;
	padding: 20px;
	color: #900;
	font-family: Calisto MT, times new roman, Times, serif;
	padding-bottom:50px;
}
#header h1 {
	margin: 0px;
	display:inline-block;
}
#header a {
	text-decoration:none;
	font-weight: bold;
	font-family: Calisto MT, times new roman, Times, serif;
}
#header img {
	float:left;
}
#header a:hover {
	color:#900;
}
#banner {
	background-color: #900;
	text-align: center;
	clear:both;
}
#banner ul {
	box-style:border-box;
	list-style-type:none;
	margin:auto;
	margin-left:-40px;
}
#banner li {
	display:inline-block;
}
#banner a.mainbutton {
	display:inline-block;
	width:110px;
	box-sizing:border-box;
	color: white;
	font-family: Segoe UI, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:16px;
	text-align: center;
	text-decoration: none;
	margin-top:5px;
	line-height:40px;
}
.showcase {
	background:#F9F9F9;
	padding:5px 5px 0px 5px;
	margin:0px 15px 0px 15px;
	width:250px;
	float:right;
	clear:both;
}
.showcase img {
	width:250px;
}
.showcase p {
	font-style:italic;
	font-size:12px;
	font-wieght:bold;
	margin:5px;;
}
@media screen and (min-width: 700px){
	#banner a:hover, #banner a.selected{
		border-radius:3px 3px 0px 0px;
		background-color: white;
		color: #900;
	}
}
@media screen and (max-width: 700px) {
	#banner li {
		display:inline-block;
		width:90;	
	}
	#banner a {
		color: white;
		font-family: Segoe UI, Verdana, Geneva, sans-serif;
		font-weight: bold;
		font-size:14px;
		text-align: center;
		text-decoration: none;
		margin:-1px;
		padding: 2px 0px 10px 0px;
		line-height: 30px;
	}
	#banner a:hover, #banner a.selected{
		border-radius:none;
		background-color: white;
		color: #900;
		margin:-1px -1px -1px -1px;
	}
		
}
@media screen and (max-width: 400px){
	.container ul {
		list-style-type: none;
		margin-left:-35px;
		max-width: 800px;	
	}
}
.section {
	font-family:Segoe UI, Verdana, Geneva, sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px;
	padding-bottom: 20px;
}
.section:nth-child(even) {
        background-color: #F4F4F4;
}
.section:nth-child(odd) {
        background-color: white;
}
.container {
	margin:auto;
	max-width: 800px;
}
.action-button {
	background: #900;
	color: white;
	text-decoration: none;
	padding: 10px 15px 10px 15px;
	border-radius: 5px;
}
.action-button:hover {
	background: #B00;
}
a.small-link {
	color:#900;
	font-family: Segoe UI, Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-size:12px;
}
a.small-link:hover {
	text-decoration:underline;
}
.container ul {
	list-style-type: none;
	max-width: 800px;	
}
.container li {
	display: inline-block;
	width: 40%;
	padding:10px 15px 10px 0px;
	min-width: 270px;
	vertical-align: top;
}
.container li img {
	display: inline-block;
	box-size:border-box;
	width: 100%;
	min-width:200px;
	border: 3px solid #F9F9F9;
}
.container li .description {
	background:#F9F9F9;
	width:100%;
	min-width:150px;
	padding:5px;
	margin:0px;
	font-style:italic;
	font-size:12px;
	font-wieght:bold;
}
blockquote {
	margin:-10px;
	margin-left:30px;
}
#footer {
	font-family: Segoe UI, Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #900;
	color: white;
	padding-bottom: 5px;
	padding-top: 5px;
}
table {
	margin:auto;
}

td {
	border:3px solid #F9F9F9;
	padding:5px;
}
td:first-child {
	text-align:center;
}
a {
	color:#900;
}