/* @override 
	http://www.sethmcallister.com/sarahmcallister-base/style.css
	http://sarahmcallister.com/style.css
*/

@charset "UTF-8";
/* CSS Document */

#container
{
	width:640px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fffefd;
}

#footer {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	height: 20px;
}

body {
	background-color: #cacbca;
	padding-top: 80px;
}

#nav-menu
{
	width: 640px;
	height: 16px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#nav-menu ul
{
	list-style: none;
}

#nav-menu li
{
	float: left;
	display: inline;
	width: 60px;
	text-align: center;
}

#body_text {
	position: relative;
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	width: 240px;
	left: 40px;
	display: block;
	top: -364px;
}

div#body {
	height: 375px;
	width: 640px;
}

#nav-menu li a
{
	display: inline;
	color: #000;
	text-align: center;
	border-left-width: thin;
	padding-left: 6px;
	padding-right: 6px;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none
}