html,body {
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS";
	font-size: 11px;
	color: #333333;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 600px;
	left: -1px;
}
div.main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 600px;
}
.thumbnail {
	border: solid;
}
h2 {
	font-size: 160%;
	color: #851B28;
	padding-top: 10px;
}
.baala {
	font-size: 110%;
	font-weight: bold;
	color: #821C28;
}
.siteby {
	font-size: 80%;
	text-align: center;
}
a.siteby {
	color: #9E9564;
	text-decoration: none;
}
a.siteby:hover {
	color: #D38525;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #851B28;
}
h1 {
	color: #000000;
	text-align: center;
}
.nav {
}
.mainnav {

	font-size: 150%;
	font-weight: bold;
}
.subnav {


	font-size: 120%;
	font-weight: bold;
}
.highlight {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: 140%;
	color: #000000;
	padding-bottom: -10px;
}
.bgwhat {
	background-color: #C3753A;
}
