body, html {
	background: #F3EDE1 url('../images/background.png') top left repeat-x;
	font-family: Verdana;
}

#hd {
	position: relative;
	height: 240px;
	background: url('../images/logo.jpg') top right no-repeat;
}

#bd {
	font-size: 131%;
	color: #888;
}

#ft {
	margin-top: 1em;
	padding: 1em 2em;
	color: #aaa;
	font-size: 93%;
	text-align: right;
	text-transform: lowercase;
}

#ft a {
	color: #999;
	text-decoration: none;
	padding: 0 0.1em;
}

#ft a:hover {
	color: #fff;
}
#ft span {
	padding: 0 0.2em;
	color: #999;
}

h1, h2, h3 {
	color: #000;
	margin: 0 0 0.5em 0;
	font-family: Arial;
}

h1 {
	color: #fff;
	font-size: 600%;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0.4em 0 0 0;
	margin: 0;
}

#hd a, #hd a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
}

#hd a:hover {
	background: none;
}

h2 {
	font-size: 197%;
	color: #004F37;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

#hd h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	letter-spacing: 1.28em;
	color: #003626;
}

h3 {
	color: #3F3F3F;
	font-size: 123.1%;
	letter-spacing: .1em;
	margin: 1em 0;
	padding: 0;
	text-transform: uppercase;
}

p {
	text-align: left;
	margin-bottom: 1em;
	line-height: 144%;
	letter-spacing: -1px;
}

a, a:visited {
	color: #004F37;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #fff;
	background: #AD1A1D;
}

#main_menu, #sub_menu {
	position: absolute;
	top: 183px;
}

#sub_menu {
	top: 130px;
	left: 10px;
}

#main_menu ul, #sub_menu ul {
}

#main_menu li, #sub_menu li {
	float: left;
}

#main_menu li a, #sub_menu li a {
	font-family: Arial;
	margin: 0 1.5em 0 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	letter-spacing: 0.2em;
	font-size: 116%;
}

#sub_menu li a {
	color: #fff;
}

#main_menu li a:hover, #main_menu li a.active {
	color: #000;
	background: none;
}

#sub_menu li a:hover, #sub_menu li a.active {
	border-bottom: 1px dotted;
	color: #fff;
	background: none;
}

#right_col {
	padding-top: 2em;
}

#right_col img {
	float: right;
	margin: 0 0 1em 1em;
}

#right_col h2 {
	text-align: right;
}

#main_content img {
	float: left;
	margin: 0 1em 1em 0;
}

#main_content div {
	padding: 2em 2em 2em 0;
	border-right: 1px dotted #B2E6D4;
	min-height: 400px;
}

.box {
	border: 0;
}

.photo_index {
	float: left;
	margin: 1em;
}

.photo_index span {
	display: block;
	width: 80px;
	font-size: 77%;
	height: 30px;
}

.quote {
	position: absolute;
	font-family: Georgia;
	font-size: 1400%;
	color: #ECE6DB;
/*	color: rgba(0, 0, 0, 0.08);*/
}

#phrases {
	position: absolute;
	font-family: Georgia;
}

#phrases p {
	font-family: Georgia;
	font-style: italic;
	text-align: right;
	padding-left: 1em;
	color: #aaa;
	line-height: 180%;
	letter-spacing: 0px;
}

p.kine {
	line-height: 160%;
	letter-spacing: -1px;
}

#main_content ul, #main_content ol {
	/*giving blockquotes and lists room to breath*/
	margin:0.4em;
}
#main_content ul, #main_content ol {
	/*bringing lists on to the page with breathing room */
	margin-left:1.8em;
}
#main_content li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
#main_content ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	padding: 0 0 0.5em 0;
	list-style-image: url(../images/puce.png);
}

strong {
	color: #000;
}

small {
	font-size: 77%;
}

table {
	margin: 1em 0;
}

td {
	padding-right: 1em;
}