html {
	background-color: #A1B717;
	background-image: url(/blog/images/bg-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
a {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	text-decoration: inherit;
}
img:focus, img, a img {
	border: 0px none;
	outline: 0px none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #626262;
	line-height: 17px;
}

.div_out {
	position: relative;
	text-align: center;
}
.div_in {
	position: relative;
	text-align: left;
	margin: auto;
	width: 941px;
	background-image: url(/blog/images/background-white.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding-left: 55px;
	padding-right: 55px;
}
.header {
	width: 1037px;
	padding-left: 7px;
	padding-right: 7px;
	height: 163px;
}
#navigation {
	position: relative;
	width: 989px;
	height: 29px;
	border-top: 1px solid #F4821F;
}
#navigation ul {
	position: relative;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-right: 20px;
	width: 746px;
	height: 29px;
	border: 1px solid #F4821F;
	border-top: 0px none;
}
#navigation ul li {
	position: relative;
	float: left;
}
#navigation ul li.level2 {
	float: none;
}

#navigation ul li a {
	height: 23px;
	padding-top: 6px;
	font-size: 13px;
	font-family: Arial Narrow, Arial;
	color: #A7A797;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	display: block;
}
#navigation ul li:hover a, #navigation ul li a.selected {
	background-color: #F4821F;
	color: #fff;
}
#navigation ul.holder2 li a, #navigation ul.holder3 li a, #navigation ul.holder4 li a {
	background-color: #F4821F;
	color: #fff;
}
#navigation ul.holder2 li.level2:hover li a, #navigation ul.holder3 li.level3:hover li a, #navigation ul.holder4 li.level4:hover li a {
	background-color: #F4821F;
}
#navigation ul.holder2 li.level2:hover a, #navigation ul.holder3 li.level3:hover a, #navigation ul.holder4 li.level4:hover a {
	background-color: #A7A797;
}



.holder2, .holder3, .holder4, .holder5, .holder6, .holder7 {
	position: absolute!important;
	z-index: 500!important;
	background-color: #fff;
	float: none!important;
	top: auto!important;
	left: auto!important;
	width: 200px;
	top:27px!important;
	left:0px!important;
	padding-bottom: 6px;
	padding-right: 6px;
	display: none;
	width: 200px!important;
	position: absolute;
	z-index: 200;
	border: 0px none!important;
}
.holder3, .holder4, .holder5, .holder6, .holder7 {
	left: 197px!important;
	top: 0px!important;
}
.holder2 li, .holder3 li, .holder4 li, .holder5 li, .holder6 li, .holder7 li {
	float: none!important;
}
#navigation ul li:hover ul.holder2, ul.holder2 li:hover ul.holder3, ul.holder3 li:hover ul.holder4, ul.holder4 li:hover ul.holder5, ul.holder5 li:hover ul.holder6, ul.holder6 li:hover ul.holder7 {
	display: block!important;
}

#content {
	position: relative;
	float: left;
	width: 746px;
}
#content h1, h2 {
	color: #EB870E;
	font-size: 22px;
	line-height: 26px;
	padding: 0px;
	margin: 0px;
}
#content small {
	font-size: 12px;
	color: #A1B617;
}

#right {
	padding-top: 6px;
	position: relative;
	float: right;
	width: 168px;
}

#flourish {
	position: absolute;
	bottom: 15px;
	right: 55px;
	font-size: 12px;
}
