/* *****************************************************************
Name: Studio Bennett Stylesheet
Date: 05.18.2009
Author: Daren Guillory
URL: http://www.graphicbio.com
**************************************************************** */

 {
    margin: 0;
}

html, body {
    margin: 0;
    height: 100%;
    padding: 0;
	font-size: 12px;
	color: #68695f;
	background: #EAEADD;
}
p {
	font-family: "Georgia", Times, serif;
	font-size:11px;
}

img {
	border: 0;
}




#nav {
	font-size: 10px;
	height: 8 px;
	font-family: "Georgia", Times, serif;
	text-align: center;
	padding: 0 px 0 0 0;
 	margin: 0 auto;

}

#nav ul {
	padding: 0;
	margin: 0;

}

#nav li {
	font-size: .95em;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	display: inline;
	padding: 0 40px 0 40px;
	list-style-type: none;
}


#nav a:link {
	color: #bed500;
	text-decoration: none;
}

#nav a:active, a:focus {
	color: #bed500;
	text-decoration: none;
}

#nav a:visited {
	color: #bed500;
	text-decoration: none;
}

#nav a:hover {
	color: #f1f1e0;
}



.current {
	color: #f1f1e0;
}
.a:link {
	color: #bed500;
	text-decoration: none;
}
.a:visited {
	color: #bed500;
	text-decoration: none;
}




