@font-face {
  font-family: "LacunaItalic";
  src: url(fonts/LACUI___.TTF) format("truetype");
}

@font-face {
  font-family: "Lacuna";
  src: url(fonts/LACURG__.TTF) format("truetype");
}



body {
	font-family: "Lacuna", sans-serif;
	text-align: left;
	margin-right: 30px;
	background-color: rgb(38, 38, 38);
	color: lightgray;
	width: 700px;
	margin: auto;
	background-image: url(images/jusquicibg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-position-y: 0px;
	text-shadow: black 1px 1px 1px;
}

.container {
	padding: 20px;
}

hr {
	border: 0px solid rgba(0,0,0,0);
	width: 698px;
	margin-left: -19px;
	height: 2px;
	background-image: url(images/hrule.png);
}

.huge {
	font-size: 120px;
}

.sectionHeader {
	font-size: 36px;
	float: right;
	text-align: right;
	width: 100%;
	clear: none;
	text-shadow: black 1px 1px 1px;
	color: rgb(126, 175, 211);
}

.sectionContents {
	float:left;
}

.bloglink {
	font-size: 18px;
	text-transform: lowercase;
}



a {
	text-decoration: none;
	color: rgb(126, 175, 211);
}

a:visited { 
	color: rgb(180, 202, 218);
}

a img {
	border:none;
}