* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-color: #ccc;
	
}
#loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-top: 10px;
	z-index: 100;
}
#loader h1 { 
	font-weight: bold;	
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #97070d;
	font-size: 35px;
	text-decoration: none;
}
#loader h2 {
	font-family: verdana;
	font-size: 12px;
	padding-bottom: 20px;
	font-style: italic;
}
#doc {
	position: relative;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ccc;
}
#top {

}
#top h1 {

}
#top h1 a {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #97070d;
	font-size: 35px;
	text-decoration: none;
}
#top h2 {
	font-family: verdana;
	font-size: 12px;
	padding-bottom: 20px;
	font-style: italic;
}
#otherlinks {
	display: block;
	float: left;
	width: 100%;
	background-color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: solid 4px #97070d;
	border-left: solid 1px #97070d;
	border-right: solid 1px #97070d;
	border-top: solid 1px #ccc;
}
#otherlinks a {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	color: #97070d;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

#footer {
	float: left;
	display: block;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
#footer p {
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
}
#footer a {
	color: #97070d;
	text-decoration: none;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}

/* CLASSES */
a.selected {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
p.etsy {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 100px;
}