html {
	width: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#admintools {
	position: absolute;
	z-index: 800;
	opacity: 0.75;
}

#frame {
	position: relative;
	top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	font-size: 10pt;
	background-color: #f0f0f0;
}

#border {
	width: 1000px;
	padding-top: 15px;
}

#top {
	width: 1000px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background: url(/themes/champ/bg.png) no-repeat;
	background-color: #ffffff;
}

#logo {
	position: absolute;
	left: 30px;
}

#eulife {
	position: absolute;
	top: 10px;
	right: 10px;
}

#navi_main {
	position: absolute;
	top: 113px;
	width: 940px;
	height: 70px;
	left: 30px;
	background: url(/themes/champ/header.png) no-repeat;
}

#navi_main table {
	height: 59px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -1px;
}

#navi_main ul li {
	float: left;
}

#blog {
	float: left;
}

#flags {
	float: right;
	background: url(/themes/champ/box_flags_bg.png) no-repeat;
	height: 52px;
	width: 207px;
}

#flagrow {
	overflow: hidden;
	height: 28px;
	width: 185px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
}

#flagrow img {
	padding-right: 2px;
}

#content {
	position: relative;
	margin-left: 30px;
	float: left;
	background-color: #f0f0f0;
	width: 606px;
	padding-bottom: 30px;
	/* DIE IE DIE A QUICK AND PAINFULL DEATH YOU STINKING PIECE OF SHIT (aka workaround double margin bug) */
	display: inline;
}

#content_sub {
	position: relative;
	margin-left: 30px;
	float: left;
	background-color: #f0f0f0;
	width: 940px;
	padding-bottom: 30px;
	/* yay, another one */
	display: inline;
}

#content_sub #content_body {
	width: 600px;
	float: left;
}

#content_body {
	background-color: white;
}

#content_body .article {
	background-color: white;
	padding: 0;
	margin: 0;
}

#footer {
	position: relative;
	clear: both;
	width: 1000px;
	font-size: 8pt;
	height: 58px;
	background: url(/themes/champ/footer.png) repeat-x;
}

#sidebar_left {
	width: 300px;
}

#sidebar_right {
	position: relative;
	margin-left: 21px;
	float: left;
	width: 310px;
	padding-bottom: 30px;
}

#sidebar_right a {
	font-size: 8pt;
}

#copyright {
	width: 1000px;
	color: black;
	background-color: white;
	text-align: center;	
}

#copyright p {
	font-size: 9px;
}

#copyright img {
	margin-top: 5px;
	padding: 0px;
	background-color: white;
}

div.box_sidebar {
	padding-bottom: 18px;
}

table.box_rounded th img {
	display:block;
}

table.box_rounded {
	background-color: #ffffff;
}

td.box_content {
	background-color: white;
}

td.box_side_left {
	background: url(/themes/champ/box_border_left.png) repeat-y;
}

td.box_side_right {
	background: url(/themes/champ/box_border_right.png) repeat-y;
}

th.box_top {
	background: url(/themes/champ/box_border_top.png) repeat-x;
}

th.box_bottom {
	background: url(/themes/champ/box_border_bottom.png) repeat-x;
}

#navi_main td.cnbl {
	background: url(/themes/champ/link_left.png) no-repeat left;
	width: 34px;
}
#navi_main td.cnbm {
	background: url(/themes/champ/link_mid.png) repeat-x;
	color: white;
}

#navi_main td.nbl, #navi_main td.nbr {
	width: 16px;
}
#navi_main td {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 2px;
}
#navi_main td.cnbm a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}
#navi_main td a:hover {
	text-decoration: underline;	
}
#navi_main td.cnbr {
	background: url(/themes/champ/link_right.png) no-repeat right;
	width: 34px;
}

#navi_main a {
	font-weight: bold;
	text-decoration: none;
}

#navigation-list .n_se {
	font-size: 11pt;
}

#navigation {
	width: 230px;
	display: block;
	margin-right: 30px;
	padding: 0px;
	background-color: #ffffff;
	float: left;
}

#navigation h1 {
	margin-top: 0px;
	text-align: center;
}

#navigation ul {
	padding: 0px;
	list-style-type: none;
}

#navigation ul li {
	text-align: center;
	padding-bottom: 10px;
	background: url(/themes/champ/menu_bar_line.png) no-repeat bottom;
}

#navigation ul li a {
	color: #e88b29;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #e88b29;
	text-decoration: underline;
}

span.npath {
	color: black;
}

#navpath a.npath {
	color: #e88b29;
	text-decoration: none;
}

#navpath a.npath:hover {
	color: #e88b29;
	text-decoration: underline;
}

#navpath {
	font-size: 8pt;
	background: none;
}

#toc {
	width: 600px;
	font-size: 9pt;
	background-color: #ffffff;
}

#content_data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

#content_data p {
	text-align: justify;
}

#leftbox {
	color: black;
	margin-right: 10px;
	font-size: 8pt;
}

#rightbox {
	color: black;
	font-size: 8pt;
}

#toc_name {
	font-size: 9pt;
	color: #000000;
	background-color: #beb800;
}

#toc_list ul li a {
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
	background-color: #beb800;
}

#logos img {
	padding-right: 10px;
}

#content_body h1 {
	padding-top: 0px;
	margin-top: 0px;
	border-bottom: 1px dashed #e88b29;
}

#sidebar_left h1, #sidebar_right h1 {
	margin-bottom: 2px;
	margin-top: 0px;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #e88b29;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #e88b29;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #e88b29;
}

h4,h5,h6 {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

div.news_title {
	margin-top: 6px;
	margin-bottom: 3px;
	border-bottom: 1px dashed #e88b29;
	color: #e88b29;
}

div.news_topics ul li {
	padding-bottom: 3px;
}

div.news_topics .nit {
	font-size: 9pt;
}

#news_articles h1, #news_articles h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 10pt;
	border-bottom: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
}

a {
	color: #e88b29;
}

#introimages {
	position: absolute;
	left: 20px;
	top: 50px;
	width: 311px;
	height: 400px;
	background-color: #e0e0e0;
}

#introtext h1 {
	color: black;
	font-size: 18pt;
}

#introtext h2 {
	font-size: 16pt;
}

#introtext {
	text-align: center;
	position: absolute;
	left: 400px;
	top: 65px;
	width: 410px;
}

#goto_champ {
	text-align: left;
	font-size: 9pt;
	position: absolute;
	top: 200px;
	left: 400px;
	width: 199px;
}

#goto_mue25 {
	text-align: left;
	font-size: 9pt;
	position: absolute;
	top: 200px;
	left: 640px;
	width: 169px;
}

#leftbox h1, #leftbox h2, #leftbox h3 {
	font-size: 9pt;
}

#rightbox h1, #rightbox h2, #rightbox h3 {
	font-size: 9pt;
}

#content_body .nbsect h1 {
	font-size: 10pt;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	border-bottom: none;
}

th.sbox_top_left {
	background: url(/themes/champ/sbox_top_left.png) no-repeat;
}

th.sbox_top_right {
	background: url(/themes/champ/sbox_top_right.png) no-repeat;
}

th.sbox_bottom_left {
	background: url(/themes/champ/sbox_bottom_left.png) no-repeat;
}

th.sbox_bottom_right {
	background: url(/themes/champ/sbox_bottom_right.png) no-repeat;
}

th.sbox_side_left {
	background: url(/themes/champ/sbox_left.png) repeat-y;
}

th.sbox_side_right {
	background: url(/themes/champ/sbox_right.png) repeat-y;
}

th.sbox_top {
	background: url(/themes/champ/sbox_top.png) repeat-x;
}

th.sbox_bottom {
	background: url(/themes/champ/sbox_bottom.png) repeat-x;
}
