body{
	background-image: url('gfx/right_border.png');
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-family: sans-serif;
	}
	
.topbar{
	display: block;
	background-image: url('gfx/top_gradient.png');
	background-repeat: repeat-x;
	min-height: 230px;
	}
	
.etsylink{
	display: block;
	font-size: 14px;
	text-align: right;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-right: 5pt;
	color: #fd4a85;
	font-weight: bold;
	text-shadow: .5px .5px 1px gray;
	}
	
.etsylink a{
	color: #fd4a85;
	text-decoration: none;
	border-bottom: 1px solid gray;
	}
	
.lipslink{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 17px;
	min-height: 28px;
	padding-left: 40px;
	margin-bottom: 6pt;
	background-image: url('gfx/lipsbullet.png');
	background-repeat: no-repeat;
	}
.lipslink:hover{
	background-image: url('gfx/lipsbullet_hover.png');
	}
.lipslink a{
	text-decoration: none;
	color: #444;
	}
.lipslink a:hover{
	color: #fd4a85;
	text-shadow: .5px .5px 1px gray;
	}
	
	
.footer{
	display: block;
	margin-left: 30px;
	margin-right: 80px;
	padding: 3pt;
	border-top: 1px solid #90c446;
	font-size: 80%;
	color: gray;
	text-align: center;
	padding-bottom: 4pt;
	margin-top: 20pt;
	}
	
.navpanel{
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 14px;
	}
	
.page{
	margin-left: 250px;
	margin-right: 80px;
	}

.footer a{
	color: gray;
	}