html, body {
	height: 100%;
}
body {
	background-color: #9A9A4E;
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
}
.foot {
	text-align:center;
	font-size: x-small;
	color: #FFF;
	height: 100px;
	position: relative;
}
.foot a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.foot a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
	min-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 0px;
	min-height: 100%;
	margin-bottom: -100px;
	position: relative;
}
.content a {
	color: #000;
	text-decoration: underline;
}
.content a:hover {
	color: #fff;
	text-decoration: underline;
}
.nav {
	color: #9A9A4E;
	font-size: medium;
	text-decoration: none;
	margin-top: 15px;
}
.nav a {
	color: #9A9A4E;
	font-size: medium;
	text-decoration: none;
}
.nav a:hover {
	color: #9A9A4E;
	font-size: medium;
	text-decoration: underline;
}
.shadowed {
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, .8);
	background-color: #000;
}
h1 {
	font-size:large;
}
h2 {
	font-size:medium;
}
.clearfooter {
	height: 100px;
	clear: both;
}
.thmb {
	border: 5px solid #000;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, .8);
}
.borderandshadow {
	border: 25px solid #000;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, .8);
	background-color: #000;
}
.borderandshadow-thin {
	border: 5px solid #000;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, .8);
	background-color: #000;
}
.tright {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
