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{
	position: absolute;
	top: 140px;
	right: 0;
	left: 0;
	margin-left: 220px;
	margin-right: 80px;
	}

.footer a{
	color: gray;
	}
	
.left-col{
		display: block;
		float: left;
		width: 20%;
}

.left-col a{
		display: block;
		color: #444;
		text-decoration: none;
		background-color: #e5f1d4;
		margin-bottom: 2pt;
		padding: 2pt;
}

.left-col a:hover{
		background-color: #ffc0d5;
}

.right-col{
		display: block;
		float: right;
		width: 60%;
		margin-left: 25%;
}
