/*******************************************
CSS FOR ALL PAGES
*******************************************/
body
{
	background-color: #6a5f48;
	color: #c78824;
	font-size: 1.0em;
	font-family: Georgia, Times, Verdana, serif;
}

a
{
	text-decoration: none;
	color: #975a00;
}

img
{
	border: 0px none;
}

hr
{
	color: #000000;
}

#main_content
{
	padding-left: 50px;
	padding-top: 10px;
}

.indent
{
	padding-left: 10px;
}

.normal_text
{
	letter-spacing: 0.1em;
	line-height: 150%;
	font-size: 1.0em;
}

.title_2
{
	letter-spacing: 0.1em;
	font-size: 1.4em;
	text-decoration: underline;
	margin-bottom: -5px;
}

.title_1
{
	font-size: 1.2em;
	text-decoration: underline;
}

.vertical_align
{
	vertical-align: middle;
}

.medium_text
{
	font-size: 1.1em;
}

.red_color
{
	color: #940000;
}

hr.content_color
{
	color: #975a00;
}

.truffle_selector
{
	color: #c78824;
}
/*******************************************
CSS FOR HEADER.PHP
*******************************************/
#body_wrapper
{	
	margin: 60px auto 100px auto;
	width: 800px;
	height: 600px;
	border: 0px none;
	background-image: url('images/main_background.gif');
	background-repeat: no-repeat;
}

.main_nav_menu
{
	height: 105px;
	margin-top: 10px;
}

.menu_item
{
	color: #000000;
	font-size: 1.3em;
	text-align: center;
	letter-spacing: 2px;
}

tr.menu_divider
{
	margin-top: -20px;
}

/*******************************************
CSS FOR INDEX.PHP
*******************************************/
#index_top_content
{
	height: 360px;
}

td.email_bg
{
	background-image: url('images/index_email.jpg');
	background-repeat: no-repeat;
}

/*******************************************
CSS FOR PHILOSOPHY.PHP
*******************************************/
img.phil_spacing
{
	margin: 10px;
}

/*******************************************
CSS FOR FOOTER.PHP
*******************************************/
#footer
{
	position: relative;
	top: -100px;
	left: 0px;
	color: #000000;
	font-size: 0.8em;
	font-family: Georgia, Times New Roman, Verdana, serif;
}

a.website_link
{
	text-decoration: underline;
	color: #af1515;
}