
body {
	background-color: #e4f1f1;
	font-family: arial, helvetica, sans-serif;
}

#head {
	padding: 15px;
	margin: 0 3px;
	background-color: #ffc;
	border: 1px dashed #000;
	text-align: center;
}

#head h1 {
	padding: 0;
	margin: 0;
	background-color: #ffc;
	
}

#topnav ul {
	padding: 0;
	margin: 5px 3px;
	list-style: none;
	clear: both;
	background-color: #ffc;
	text-align: center;
	float: left;
	width: 100%;
	clear: both;
}

#topnav li {
	display: inline;
}

#topnav a {
	float: left;
	width: 9em;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	border-right: 1px dashed #000;
	}

#topnav li a:link, #topnav li a:visited {
	float: left;
	width: 9em;
	color: #4682b4;
	padding: 5px;
	text-decoration: none;
	border: 1px dashed #000;
}

#topnav li a:visited {
	color: #000;
}

#topnav li a:hover {
	background-color: #00ced1;
}

.thumbnail img {
	float: left;
	border: 0;
}

.thumbnail2 img {
	float: right;
	border: 0;
}

.thumbnail {
	background-color: #ffc;
	border: 1px dashed #000;
	width: 450px;
	padding: 5px;
	height: 100px;
	margin: 5px 30px;
	clear: both;
}

.thumbnail2 {
	background-color: #e4f1f1;
	border: 1px dashed #000;
	width: 450px;
	padding: 5px;
	height: 100px;
	margin: 5px 30px;
}

.thumbnail p {
	padding: 0;
	margin: 0;
	margin-right: 10px;
	width: 300px;
	float: right;
}

.thumbnail2 p {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	width: 300px;
	float: left;
}

html>body .thumbnail
{
	width: auto;
	height: auto;
	min-width: 500px;
	max-width: 700px;
	min-height: 100px;
}

html>body .thumbnail2
{
	width: auto;
	height: auto;
	min-width: 500px;
	max-width: 700px;
	min-height: 100px;
}

html>body .thumbnail p
{
	width: auto;
	height: auto;
	min-width: 300px;
	max-width: 400px;
}

html>body .thumbnail2 p
{
	width: auto;
	height: auto;
	min-width: 300px;
	max-width: 400px;
}

#footer h2 {
	padding: 1em;
	margin: 0 5px;
	border: 1px dashed #000;
	background-color: #ffc;
	text-align: center;
}


