/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, td {
	font-size: 0.95em;
	font-family: "Century Gothic", "Trebuchet", "Arial", sans-serif;
}

ul, li {
	font-family: "Trajan Pro", "Times New Roman", "Arial", sans-serif;
}

h1, h2, h3, h4, h5 {
	font-size: 1.4em;
	font-family: "Trajan Pro", "Times New Roman", "Arial", sans-serif;
	color: #129447;
	font-weight: normal;
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	background: url("/images/halftone_yellow_cream.gif") repeat-x;
	background-color: #fcf0de;
	color: #000000;
}

#total_container {
	width: 900px;
	text-align: left;
	margin: 0px auto;
	margin-top: 50px;
	border: 5px solid #a9b658;
	background-color: #ffffff;
}

#header {
	background: url("/images/header_salsa_keswick.jpg") no-repeat;
	height: 129px;
}

#content_container {
}

#left_menu {
	width: 210px;
	float: left;
}

#left_menu ul {
	list-style-type: none;
}

#left_menu ul li {
	line-height: 1.9;
	color: #129447;
}

#left_menu ul li a,
#left_menu ul li a:visited {
	text-decoration: none;
	color: #129447;
}

#left_menu ul li a:hover {
	color: #8f1f32;
}

#main_content {
	padding: 15px 15px 15px 10px;
	margin-left: 210px;
	margin-right: 259px;
}

#main_content p a,
#main_content p a:link,
#main_content p a:visited {
	text-decoration: underline;
	color: #129447;
}

#main_content p a:hover {
	color: #8f1f32;
}

#main_content img {
	border: 2px solid #129447;
}

#right_sidebar {
	float: right;
	width: 259px;
}

#footer {
	clear: both;
	background-color: #129447;
}

#footer h2 {
	background-color: #8f1f32;
	border-top: 10px solid #ecad20;
	padding-left: 40px;
}

#contact {
	padding: 0px 0px 15px 40px;
	font-size: 0.9em;
	margin-bottom: 0;
}

.white {
	color: #ffffff;
}

.white a,
.white a:visited {
	text-decoration: underline;
	color: #ffffff;
}

.white a:hover {
	color: #8f1f32;
}

.veg {
	color: #129447;
}

.menu td {
	padding-bottom: 8px;
}

.indented {
	padding-left: 20px;
}