body {
	color: black;
	font-family: sans-serif;
	font-size: 9pt;
	text-align: center;
	background: #E3E2E2;
}

#title {
	font-family: sans-serif;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	font-size: 120%;
	background: #7991a4;
	color: #FFFD35;
	border: thin solid #c10101;
	padding: 2px 0px 2px 0px;
}

#title h1 {
	font-size: 2em;
	text-decoration: underline;
}

#newtitle {
	font-family: sans-serif;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	font-size: 120%;
	background: #7991a4;
	color: #FFFD35;
	border: thin solid #c10101;
	padding: 2px 0px 2px 0px;
}

#newtitle h1 {
	font-size: 2em;
	text-decoration: underline;
}

#subtitle {
	text-align: center;
	color: #FFFD35;
	border: thin solid #c10101;
}

#footer {
	font-family: sans-serif;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	font-size: 120%;
	background: #7991a4;
	color: #FFFD35;
	border: thin solid #c10101;
	padding: 2px 0px 2px 0px;
}

#navbar {
	font-size: 1.2em;
	font-family: sans-serif;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	background: #7991a4;
	color: #FFFD35;
	border: thin solid #c10101;
	padding: 2px 0px 2px 0px;
}

#navbar a {
	padding: 0.5% 1% 0.5% 1%;
	color: #FFFD35;
	text-decoration: none;
}

#navbar a:hover {
	padding: 0.5% 1% 0.5% 1%;
	color: #C10101;
}

#content {
	padding: 4% 4% 4% 4%;
	background: #E3E2E2;
	/* begin IE hack */
	width: 100%;
	/* rest of hack below */
}

	/* Finish IE hack by setting the correct width in moz*/
body>#content {
	width: 92%;
}

#content a {
	color: #c10101;
	background: #E3E2E2;
	text-decoration: none;
}

#content a:hover {
	background: #c10101;
	color: #0000FF;
	text-decoration: none;
}

div.thumbnail {
	float: left;
	padding: 8px;
	width: 208px;
	height: 330px;
	border: thin solid #c10101;
}

#main {
	float: left;
}


div.frontpagethumb {
	float: right;
	padding: 8px;
	width: 208px;
	height: 330px;
	border: thin solid #c10101;
}

div.outer {
	float: left;
	padding: 4px;
	width: 228px;
	height: 346px;
}


div.price {
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

div.caption {
	text-align: center;
	font-family: sans-serif;
	font-size: 8pt;
}

#list {
	text-align: left;
	font-family: sans-serif;
	margin-left: 15%;
	margin-right: 15%;
}

a {
	border: 0px;
}

img {
	border: 0px;
}

#map {
	font-family: sans-serif;
	border: thin solid #c10101;
	padding: 2px 0px 2px 0px;
	margin-left: 15%;
}

