/* CSS Document */
body {
	background-color:#f5f6d4;
	width: 900px;
}
p 	{
	font-family:"Myriad Pro", Arial, Helvetica;
}
h1	{
	font-family:"Myriad Pro", Arial, Helvetica;
	font-size: 110%;
}
a:link img {
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
a:visited img {
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.img_left {
	float: left;
	padding-right: 10px;
}
.img_right {
	float: right;
	padding-left: 10px;
}
#header {
	width: 900px;
	height: 130px;
	clear:both;
}
#header img {
	float:left;
	margin-left: 100px;
}
#header ul 	{
	list-style-type:none;
	display: inline;
	float: right;
	font-family:"Myriad Pro", Arial, Helvetica;
	padding-left: 20px;
}
#header li 	{
	list-style-type:none;
	display: inline;
	float: right;
	font-family:"Myriad Pro", Arial, Helvetica;
	padding-left: 20px;
}
#header a:link {
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	color: #996600;
}
#header a:visited {
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	color: #996600;
}
#content {
	height: auto;
	width: 700px;
	float: left;
	position: relative;
	margin-left: 20px;
	padding: 15px;
}
#content li {
	font-family:"Myriad Pro", Arial, Helvetica;
	list-style: disc;
}
#menu {
	width: 130 px;
	height: auto;
	float: left;
	clear: left;
	padding: 5px;
	position:relative;
}
#text {
	font-size: 100%;
	padding-right: 10px;
	padding-top: 20px;
	font-family:"Myriad Pro", Arial, Helvetica;
}
#bottom {
	position: absolute;
	top: 650px;
	left: 20px;
	float: left;
}
#bottom a:link {
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	color: #231F20;
}
#bottom a:visited {
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	color: #231F20;
}