/* CSS Document */

body {
	background-color: #2C2015;
	margin-top: 20px;
}

.content_table {
	background-color: #F7F0C8;
	padding: 140px 20px 20px 10px;
	background-image: url(../graphics/page_bg_hdr2.jpg);
	background-repeat: no-repeat;
	border: 1px solid #363014;
}

/* HEADER ------------------------------------- */

.logo {
	margin-top: 5px;
	margin-bottom: 15px;
}

.page_title {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #a86236;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* TEXTS ------------------------------------- */

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 0 0 20px 0;
	text-align: justify;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #363014;
	margin: 0 0 0 0px;
	padding: 0 0 0 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363014;
	margin: 0px;
	padding: 0px;
	font-weight: 100;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.table_p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363014;
}

/* LISTS ------------------------------------- */

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363014;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
}

.list_items {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363014;
	list-style-image: url(../graphics/list_bullet.gif);
	list-style-type: circle;
	list-style-position: inside;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.list_lifestyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363014;
	list-style-image: url(../graphics/list_bullet.gif);
	list-style-type: circle;
	list-style-position: inside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.list_food {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363014;
	list-style-image: url(../graphics/list_bullet2.gif);
	list-style-type: circle;
	list-style-position: inside;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/* LINKS ------------------------------------- */

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363014;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363014;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363014;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


/* NAVIGATION ------------------------------------- */

.navigation {
	padding: 5px 0 7px 0;
}

.main_nav:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A86236;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 1em;
	padding: 0 15px 0 15px;
}

.main_nav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #A86236;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0 15px 0 15px;
}

.main_nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #363014;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0 15px 0 15px;
}

.main_nav:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #363014;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 0 15px 0 15px;
}

.footer_navigation {
	padding: 7px 0 7px 0;
}

.footer_nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F7F0C8;
	text-decoration: none;
	padding: 0 7px 0 7px;
}

.footer_nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 7px 0 7px;
}

.footer_nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #363014;
	text-decoration: none;
	padding: 0 7px 0 7px;
}

.footer_nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #363014;
	text-decoration: none;
	padding: 0 7px 0 7px;
}

/* IMAGES ------------------------------------- */

.h1_images {
	padding: 10px;
	margin: 5px 0 5px 0;
}

.border_2px {
	border-color: #a86236;
	border-width: 2px;
	border-style: solid;
}

.border_2px_left {
	float: left;
	border-color: #a86236;
	border-width: 2px;
	border-style: solid;
	margin: 0 20px 10px 0;
}
