﻿@import url('layout.css');
body {
	background-image: url('../images/bg_Giraffe.jpg');
	background-repeat: repeat;
	position: relative;
}
#container {
	margin: 0%;
	font-family: Arial, sans-serif;
	padding: 0% 10% 0% 10%;
	color: #FFFFFF;
	position: relative;
	width: 80%;
	height: 100%;
}
#masthead {
	margin: 0%;
	background: #800000;
	padding: 0%;
	top: 0%;
	azimuth: center;
	text-align: left;
	font-size: medium;
	position: relative;
	width: 100%;
}
#content {
	height: 100%;
	color: #FFFFFF;
	overflow: inherit;
	position: relative;
	text-align: center;
	width: auto;
	padding-top: 0%;
	padding-bottom: 2%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 1em;
	margin-right: 1em;
}
#footer {
	background: #800000;
	overflow: visible;
	padding: 0% 10% 10% 10%;
	width: 80%;
	color: #FFFFFF;
	position: relative;
	padding-bottom: 1%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	height: 100%;
}
#masthead img {
	float: left;
	width: 100%;
}
#masthead p {
	margin: 0;
	margin-right: 0%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	color: #FFFFFF;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
p {
	font-weight: normal;
	color: #FFFFFF;
}
 {
	font-style: italic;
}
.style_italic {
	font-style: italic;
}
.giraffe_bord_graphic {
	background-image: url('../images/bg_Giraffe.jpg');
	background-repeat: repeat;
	background-position: center;
	vertical-align: middle;
	text-align: center;
	padding: 40px;
}
.std_back_text {
	border: medium #FFFFFF double;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial;
	font-size: medium;
	font-weight: normal;
	background-image: url('../images/bg02.jpg');
}
.red_back_text {
	border: medium #FFFFFF double;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial;
	font-size: medium;
	font-weight: normal;
	background-color: #800000;
}

.bullet_list_left {
	list-style-type: disc;
	list-style-position: inherit;
	list-style: outside;
	left: 30px;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.photo_table {
	table-layout: inherit;
	empty-cells: hide;
	border-spacing: 1px;
	border-collapse: separate;
	float: none;
	width: 100%;
}
.price_table {
	empty-cells: show;
	text-align: left;
	width: 100%;
}
.price_table_item {
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	text-align: left;
	line-height: 15px;
}
.price_table_amount {
	text-align: right;
}
.mast_head {
min-height:161px
}
.inbox {
	padding: 0%;
	border: medium groove #800000;
	border-left-width: 2%;
	border-right-width: 2%;
}
