* {margin: 0; padding: 0}
html {
	background: #f3f3f3 url("imgs/bg.png") 0 21px repeat-x;
	font-family: arial, sans-serif
}
img {display: block}
.img1x1 {
	border: none;
	display: inline;
	height: 1px;
	width: 1px
}
#topphone {
	color: #987936;
	float: left;
	font-size: 140%;
	font-weight: bold;
	margin: 30px 20px 0 300px
}
#mainmenu {
	background: #745b3c url("imgs/mainmenu.png") 0 100% repeat-x;
	clear: left;
	float: left;
	list-style-type: none;
	width: 100%
}
#mainmenu li {
	float: left;
	margin: 0 1px;
	padding-bottom: 5px
}
#mainmenu li#current {background: url("imgs/mainmenu-current.gif") 50% 100% no-repeat}
#mainmenu a:link, #mainmenu a:visited {
	color: #f7dfa3;
	display: block;
	font-size: 80%;
	font-weight: bold;
	padding: 2px 7px;
	text-decoration: none
}
#mainmenu li#current a:link, #mainmenu li#current a:visited, #mainmenu a:hover, #mainmenu a:active {
	background: #ceb77f url("imgs/mainmenu-a.gif") 0 100% repeat-x;
	color: #fff
}
#wrap {
	clear: left;
	margin-top: 50px
}
#sidebar {
	float: left;
	margin-right: -200px;
	width: 180px
}
#sidebar-lists {
	font-size: 80%;
	margin-left: 10px
}
#page_submenu, #page_related {}
#submenu, #related {
	border: 1px solid #9a9a9a;
	border-top-color: #d9d9d9;
	border-left-color: #d9d9d9;
	-moz-border-radius: 5px
}
#submenu ul, #related ul {
	background-color: #ebebeb;
	border: 1px solid #d7d7d7;
	border-top-color: #fff;
	border-left-color: #fff;
	list-style-type: none;
	padding: 5px;
	-moz-border-radius: 5px
}
#sidebar-lists li {
	background: url("imgs/sidebar-lists-li.gif") 0 100% repeat-x;
	padding: 3px 0 4px
}
#submenu a:link, #submenu a:visited, #related a:link, #related a:visited {
	color: #3f577b;
	display: block;
	font-size: 95%;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration: none
}
#submenu a:hover, #related a:hover {
	background-color: #fefd7e;
	color: #228dff
}
#content {
	background-color: #fff;
	float: left;
	font-size: 80%;
	margin-left: 200px;
	padding: 10px 30px;
	width: 700px
}
#index-page #content {
	margin-left: 20px;
	width: 900px
}
#content h1, #content h2, #content h3, #content p, #content ol, #content ul {
	line-height: 140%;
	margin: 10px 0
}
#content ol, #content ul {margin-left: 35px}
#roots {font-size: 90%}
h1 {
	color: #987936;
	font-size: 140%
}
h2 {
	background: url("imgs/h2-bg.gif") 0 0 repeat-x;
	color: #828282;
	font-size: 110%;
	height: 24px
}
h2 span {
	background: url("imgs/h2-span-bg.gif") 10px 50% no-repeat;
	padding-left: 20px
}
#content a:link, #content a:visited {
	color: #2c8dff;
	text-decoration: none
}
#content a:hover, #content a:active {background-color: #eeeaff}
#bottom, #bot2 {
	background-color: #868686;
	clear: left;
	float: left;
	list-style-type: none;
	margin: 10px 0 20px;
	padding: 2px 0;
	width: 100%
}
#bot2 {margin-top: -5px}
#bottom li, #bot2 li {
	float: left;
	margin-left: 15px
}
#bottom a:link, #bottom a:visited, #bot2 a:link, #bot2 a:visited {display: block;
	color: #fdfdb5;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none
}
#bottom a:hover, #bottom a:active, #bot2 a:hover, #bot2 a:active {color: #fffc95}
.fl {float: left}
.fr {float: right}
.cl {clear: left}
.cr {clear: right}
img.fl {margin: 0 10px 10px 0}
img.fr {margin: 0 0 10px 10px}
.nb {list-style-type: none}
#content .col2 {margin: 10px 0}
.col2 li {
	margin-right: 20px;
	width: 46%
}