/* CSS Document */

body {
	background-color: #000;
	color: #758aa9;
	font-weight: bold;
	font-size: 30px;
}

#wrapper {
	width: 900px;
	height: auto;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

#fall {
	width: 586px;
	height: 586px;
	padding-bottom: 20px;
	margin: 0 auto;
	clear: right;
}

#title {
	width: 430px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 10px;
	clear: both;
}

#subtitle {
	width: 168px;
	height: 55px;
	margin: 0 auto;
	padding-bottom: 10px;
	clear: both;
}

#links {
	width: 330px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 70px 0;
	clear: both;
}

ul, li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

li.links {
	display: inline;
	list-style: none;
	padding-right: 10px;
	float: left;
	clear: right;
}

img {
	border: 0;
}

a, a:visited {
	font-family: museo-slab,serif;
	color: #758aa9;
	font-size: 28px;
	font-weight: normal;
	text-decoration: none;	
}

a:hover, a:active {
	font-family: museo-slab,serif;
	color: #FFF;
	text-decoration: none;
}

a.blog { display: block; background-position:top left; width:70px; height:40px; background-image: url(images/blog.png);}
a.blog:hover { background-position: top right;}

a.store { display: block; background-position:top left; width:75px; height:40px; background-image: url(images/store.png);}
a.store:hover { background-position: top right;}

