body.startpage{
	background-color: black;
	background-image: url(../img/startpage_bg.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	padding: 250px 30px 0px 30px;
	margin: 0px;
}
body.page{
	background-color: black;
	background-image: url(../img/page_bg.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 13px;
	padding: 70px 30px 0px 30px;
	margin: 0px;
}
#content_holder{
	position:relative;
	width: 80%;
	margin: 0 auto;
}
#content{
	position: relative;
	float: left;
	width: 70%;
	padding-top: 30px;
	margin: 0px 0px 0px 0px;
}
#menu{
	position: relative;
	float: right;
	width: 25%;
}
.menu{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 200%;
}
.menu A{
	color: white;
}
img.png {
	behavior: url(/scripts/png.htc);
}
#logo{
	position: relative;
	left: -45px;
	width: 232px;
	height: 120px;
	top: 0px;
	clear: both;
	float: none;
	margin-bottom: 50px;
}
#handmade{
	position: absolute;
	left: 300px;
	top: -30px;
	width: 124px;
	height: 124px;
}
blockquote{
	position: relative;
	font-size: 18px;
	font-style: italic;
	left: -60px;
	margin: 0px -30px 30px 0px;
	padding: 0px;
	float: none;
	clear: both;
	display: block;
}
#divider{
	position: relative;
	float: left;
	width: 5%;

}
#tribal{
	position: relative;
	left: -30px;
	width: 139px;
	height: 36px;
	clear: both;
	float: none;
	margin: 30px 0px 0px 0px;
}
.menu A:hover{
	color: #ea0900;
}
#podval{
	position: relative;
	padding: 100px 0px 0px 0px;
}
h1{
	font-size: 40px;
}
.thumb{
	border: 5px solid white;
	margin: 0px 10px 10px 0px;
}
#h1{
	padding-bottom: 30px;
}
#print {
	position: relative;
	width: 174px;
	height: 130px;
	left: -10px;
}

