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

body{background-color:#2b2322;color:#fdf6f8; font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;background-image:url(img/bg.png);}
#wrapper{width:720px; margin:auto; padding-top:100px;}
@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'AlexandriaFLFRegular';
	src: url('type/alexandriaflf-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'AlexandriaFLFRegular';
	src: url(//:) format('no404'), url('type/alexandriaflf-webfont.woff') format('woff'), url('type/alexandriaflf-webfont.ttf') format('truetype'), url('type/alexandriaflf-webfont.svg#webfontZXHgeZED') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1{color:#d84f70; font-family:"AlexandriaFLFRegular", Georgia, serif;font-size:48px;}
h2{color:#fdf6f8; font-family:"AlexandriaFLFRegular", Georgia, serif;font-size:24px; font-weight:normal;line-height:150%;}
a{color:#d84f70; text-decoration:none;}
a:hover{color:#1C1717;}
a img{border:none;}
.thelist{margin-top:50px; margin-left:70px; padding-left:0;}
.thelist li{list-style: none inside; display:inline-block;width:100px;}
#footer {bottom: 0; float: right; font-size: 85%; position: absolute; right: 15px; text-align: right; width: 250px; color:#1C1717;}
