/*
Designed and coded by Haley J. Reamer
http://haley.nu/
*/

/* General */

*{
	margin:0;
	padding:0;

}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: left;
}

h1 {
	background-color: transparent;
	color: #d45b58;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "Times New Roman", Georgia, sans-serif;
	padding: 3px;
	text-align: left;
	border-bottom: 2px solid #dabda4;
}

h2 {
	background-color: transparent;
	color: #f57757;
	font-family: "Times New Roman", Georgia, sans-serif;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	font-style: italic;
	text-transform: lowercase;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #f65d42;
}

a:hover {
	text-decoration: underline;
	color: #f65d42;
}

.center { 
	text-align: center;
}

/* Wrapper */

#wrapper {
	width: 900px;
	padding: 0px;
	float: left;
	height: 100%;
	text-align: center;
	background-color: #ffffff;
}

/* Left */

#left {
	width: 386px;
	padding: 0px;
	float: left;
	background-color: #ffffff;
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: left;
}

/* Content */

#content {
	width: 480px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0 auto;
	background-color: #ffffff;
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: left;
	float: right;
}

/* Nav */

.nav {
	background-color: transparent;
	color: #666666;
	font-weight: bold;
	font-family: "Times New Roman", Georgia, sans-serif;	
	font-size: 20px;
	font-style: italic;
  	line-height: 36px;
	text-align: center;
}

nav a,.nav a:link,.nav a:active,.nav a:visited {
	background-color: transparent;
  	color: #f57e72;
	font-weight: bold;
	font-family: "Times New Roman", Georgia, sans-serif;	
	font-size: 20px;
	font-style: italic;
  	line-height: 36px;
	letter-spacing: 2px;
 	text-decoration: none;
  	text-transform: lowercase;
	width: 400px;
}

.nav a:hover {
	background-color: transparent;
  	color: #f57745;
	font-weight: bold;
	font-family: "Times New Roman", Georgia, sans-serif;	
	font-size: 20px;
	font-style: italic;
  	line-height: 36px;
	letter-spacing: 2px;
 	text-decoration: underline;
  	text-transform: lowercase;
}


/* Footer */

#footer {	
	clear: both;
}