/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Modified by Daniel J. Rocco for refactoring assignment, March 2007
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ECE8DD;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7D7D7D;
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}


ol {
	margin-left: 3em;
}

a {
	color: #3366FF;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

/* Logo */

#logo {
	width: 700px;
	height: 240px;
	margin: 0 auto;
	background: url(http://stu.westga.edu/~aristau1/AnnaRistau_Portfolio/Images/Work Showcase Images/Refactor Images/nuts.jpg) no-repeat;
}

#logo h1 {
	padding: 90px 0 0 30px;
	letter-spacing: -3px;
	font-size: 3em;
}

#logo h2 {
	padding: 0 0 0 100px;
	font-size: 1.8em;
}

#logo a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #713816;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/* Content > Main */

#main {
	float: right;
	width: 460px;
}

