body {
	background-color: #f0f0f0;
	background-image: url('../images/background.jpg');
	background-attachment: fixed;
	color: #000000;
	font-family: georgia, 'times new roman', serif;
	font-size: 1em;
	line-height: 1.5em;
}

.hidden {
	display: none;
}

h1, h2 {
	margin: 0;
	font-style: italic;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#nav {
	background-color: #ffff00;
	width: 250px;
	padding: 10px;
	margin: 0 auto;
}

#nav a {
	text-decoration: none;
}

#nav li {
	list-style-type: none;
	margin-left: -40px;
	text-align: right;
	font-size: 1em;
	border-bottom: 1px dotted #000000;
	margin-bottom: 15px;
}

#intro span {
	display: none;
}

#about {
	padding: 25px;
}

#about img {
	display: none;
}


#about ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

@media screen and (min-width: 650px) {
	#nav {
		width: 200px;
		position: fixed;
		left: 25px;
		top: 25px;
	}

	#intro span {
		display: inline-block;
		background-color: #ffff00;
		padding: 2px 5px;
		position: absolute;
		bottom: 25px;
		right: 25px;
		margin-left: 25px;
	}

	#about {
		position: absolute;
		left: 275px;
		top: 25px;
		margin-right: 25px;
		padding: 0;
	}

	#about img {
		display: block;
		float: right;
		margin-left: 10px;
	}
}