@charset "utf-8";
/* CSS Document */

html {
	background-color: #16110c; 
	color: #efe6dc;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
body {
	background-image: url(../images/squigly.jpg);
	background-repeat: no-repeat;
	padding: 60px;
	margin: 0px;

}
	
h1 {
	color: #cfa196;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 72px; 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-shadow: #000 2px 2px;
}

h2 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px; 
	margin: 0px;
	padding: 0px;
	text-shadow: #000 1px 1px;
}

h2 span {
	color: #cfa196;
}

a:link, a:active, a:visited {color: #96cfc7; text-decoration: none;}
a:hover {color: #ffcccc; text-decoration: underline;}

p {text-shadow: #000 1px 1px; font-size: 14px;}

footer {margin-top: 40px;}

footer ul {margin: 0px; padding: 0px;}
footer ul li {display: inline-block;}

.portrait {
border: 10px #FFF solid;	
box-shadow: #000 5px 5px;
float: left;
margin-right: 30px;
margin-bottom: 30px;
}
