* {

	margin: 0;
	padding: 0;
	
}

body {
	
	font size: 52.5%;
	font-family: georgia, serif;
	background: url(images/bodybackground.png) repeat-x top; 
	
}

li {
	font-size: 1.2em;

}

div#page-wrap {
	width: 800px;
	margin: 0 auto;
}

ul#nav a.header { 
	
	display:block;
	text-indent:-9999px;
	background: url(images/header.png) no-repeat;
	height: 111px;
	
	}
	
ul#nav {	
	height: 111px;
	width: 900px;
	list-style: none;
	padding-left: 200px;
	}
	
	
ul#nav li a {
	width: 130px;
	float: left;
	margin-top: 10px;
	color: #440e62;
	font-family: helvetica; sans serif;
	font-weight: lighter;
	text-decoration: none;
	padding-left: 50px;
	
	}

ul#nav li a:hover, ul#nav li a:active {
		color: black;
	}


	
div#title {
	padding-top: 50px;
	background: url(images/title.png) no-repeat;
}

div#main-content {
		padding-top: 100px;
		padding-bottom: 50px;
		font-family: georgia, serif;
		text-decoration: none;
		padding-left: 50px;
		margin: 0px;
		}	
		
#main-content a {
	display: block;
	text-decoration: none;
	font-family: georgia, serif;
	color: #440e62;
		
	
}

img {
	border: 0px none;

	}


ul#links {

	list-style: none;
	color: black;


}

ul#links li a {

	text-indent: -9999px;
	display: block;
	width: 250px;
	float: top;
	
		
	}
	ul#links li a.votefreeordiehard {
		background: url(images/links-votefreeordiehard.png) no-repeat; bottom left;
		height: 50px;
		
		}
		
		
	ul#links li a.clusterflock {
		background: url(images/links-clusterflock.png) no-repeat; bottom center;
		height: 50px;
	
		}
		
	ul#links li a.etsy{
		background: url(images/links-etsy.png) no-repeat; bottom center;
		height: 50px;
		
		}
		
	ul#links li a.flickr{
		background: url(images/links-flickr.png) no-repeat; bottom center;
		height: 50px;
		
		}

	ul#links li a.twitter{
		background: url(images/links-twitter.png) no-repeat; bottom center;
		height: 50px;
		
		}
		
	ul#links li a.tumblr{
		background: url(images/links-tumblr.png) no-repeat; bottom center;
		height: 50px;
	
		}
	ul#links li a.delicious{
		background: url(images/links-delicious.png) no-repeat; bottom center;
		height: 50px;
		}
		ul#links li a.votefreeordiehard:hover
		ul#links li a.clusterflock:hover
		ul#links li a.etsy:hover
		ul#links li a.flickr:hover
		ul#links li a.twitter:hover
		ul#links li a.tumblr:hover
		ul#links li a.delicious:hover{
			background-position: bottom center;
		}
		
div#footer {
	background: #440e62;
	color: white;
	padding: 10px 0 10px 0;
	text-align: center;
	
	}
	
