

body { color: #4f1607; }

h1, h2, h3, h4, h5, h6
{
	color: #4f1607;
	font-weight: bold;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14x; }

h4, h5, h6 { font-size: 14px; }

a, a:link, a:visited
{
	color: #222006;
	text-decoration: underline;
}
a:hover { text-decoration: none; }




/***** NAV ******/

#nav
{
	height: 40px;
	*height: 30px;
	margin-bottom: 15px;
	margin-left: 7px;
	background: url(../images/nav_bg.jpg) top left no-repeat;
}

#nav p.nav_main
{
	float: left;
	width: 145px;
	margin: 0;
	padding: 18px 0 0 10px;
	*padding: 8px 0 0 10px;
}
#nav p.nav_main a 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff9db; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none; 
}
#nav p.nav_main a:hover { text-decoration: underline; }


#nav ul
{
	float: left;
	display: block;
	margin: 0;
	padding: 18px 0 0 4px;
	*padding: 8px 0 0 2px;
	list-style-type: none;
}
#nav ul li
{
	float: left;
	margin-right: 10px;
}

#nav a
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #fff9db;
	font-size: 14px;
	*font-size: 13px;
	text-decoration: underline;
}
#nav a:hover { text-decoration: none; }



/***** NAV ******/




#content
{
	padding: 18px;
	background-color: #fff9db;
}

#content_left
{
	float: left;
	width: 238px;
}
#content_left img { border: 1px solid #4f1607; }

#content_right
{
	float: right;
	width: 375px;
}

.quote_text
{
	margin-bottom: 15px;
	padding: 10px;
	background-color: #fdf4c7;
}
.quote_by { font-size: 12px; font-weight: bold; font-style: normal; }


ul.bottom_nav
{
	display: block;
	margin: 40px 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul.bottom_nav li
{
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid;
}

ul.bottom_nav li.last { border-right: none; }


table#waistcoats img { border: 1px solid #4f1607; }
table#waistcoats tr td {  }
