html, body {
	height: 100%;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	font-size: small;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ccccff;
	background-image: url(/images/styles/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
a {
	text-decoration: underline;
	color: #0b438d;
}
a:hover {
	color: #f1c513;
}
a img {
	border: none;
}
li {
	display: inline;
}
ul {
	list-style: none;
}
ul li a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.hidden {
	visibility: hidden;
}
.no_border {
	border: none;
}
.zoom_button {
	display: block;
	margin: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	background: url(/images/styles/loupe_plus_sel.gif) no-repeat top left;
	overflow: hidden;
}
.zoom_button span {
	display: block;
	visibility: hidden;
}
.zoom_button:hover {
	background-image: url(/images/styles/loupe_plus_unsel.gif);
}
#wrap {
	width: 800px;
	clear: both;
	margin: 0 auto;
	padding: 0;
}
#outer_wrap {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: 1px solid #777777;
	border-top: none;
}
#inner_wrap {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	background: url(/images/styles/content_inner_bg.gif) repeat-y top left;
}
#banner {
	height: 160px;
	background-color: white;
	background-color:#0066ff;
	background-image: url(/images/styles/banner/jump.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#banner, #menu_bar, #content_wrap, #bottom_line, #content_inner_wrap, .full_size {
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
#banner ul {
	width: auto;
	margin: 0;
	padding: 0;
	padding-right: 16px;
	padding-top: 4px;
	float: right;
	border: none;
}
#banner a, #banner span {
	color: #000000;
	font-size: 130%;
	padding-right: 6px;
	font-weight: bold;
}
#banner span {
	color: #097b34;
}
#banner a:hover {
	color: #ff0000;
}
#menu_bar, #menu_bar ul {
	list-style: none;
}
#menu_bar {
	background-color: #fff200;
	background-image: url(/images/styles/menu_bar_corner.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#menu_bar a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 3px 0 2px 0;
	margin: 0;
}
#menu_bar a:hover {
	color: #000000;
}
#menu_bar li {
	display: block;
	float: left;
	width: 5em;
	margin: 0;
	padding: 0;
}
#menu_bar li.menu_bar_large_li {
	width: 9em;
}
#menu_bar li:hover {
	background: url(/images/styles/menu_li_bg_unsel.gif) repeat-x top left;
}
#menu_bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	border: none;
	margin: 0;
	padding: 0;
}
#menu_bar li ul li{
	clear: both;
	float: left;
	width: 10em;
	
}
#menu_bar li ul li a {
	width: 10em;
	background-color: #fff200;
	font-weight: normal;
	margin: 0;
	padding: 4px 0 3px 0;
	background-color: #ffff66;
}
#menu_bar a.sel {
	color: #ed1c24;
}
#menu_bar li ul li a:hover {
	background: #0a4cc1 url(/images/styles/menu_li_bg_sel.gif) repeat-x top left;
	color: #ffffff;
}

#menu_bar li:hover ul {
		left: auto;
}
#menu_bar li.IE_hover {
	background: url(/images/styles/menu_li_bg_unsel.gif) repeat-x top left;
}
#menu_bar li:hover ul, #menu_bar li.IE_hover ul {
	z-index: 10;
	border: 1px outset #fff200;
	left: auto;
	
}
#content_wrap {
	background: url(/images/styles/topic/carver.jpg) no-repeat 0px 32px;
}
#sidebar {
	width: 200px;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
}
#submenu_wrap, #submenu {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
#submenu_wrap {
	height: 400px;
	padding-top: 32px;
}
#submenu {
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	/* Opacity usually only for standard compliant Browsers. FFS
	 ---> older Mozillas
	 ----> IE5-IE7
	 ------> IE8+*/
}
#submenu li {
	width: 100%;
	float: left;
	margin: 0;
	margin-bottom: 1px;
	margin-right: -3px; /* IE6 double content bugfix FTW */
	padding: 0;
	border: 0;
	background: url(/images/styles/ski_button_unsel.gif) no-repeat top left;
	height: 30px;
}
#submenu li.sel {
	background: url(/images/styles/ski_button_sel.gif) no-repeat top left;
}
#submenu li a {
	display: block;
	width: 180px;
	height: 30px;
	overflow: hidden;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}
#submenu li a span {
	visibility: hidden;
	font-size: 120%;
	font-weight: bold;
	color: #ffffff;
}
#submenu li a span.ski_tip {
	display: block;
	width: 32px;
	height: 30px;
	margin: 0;
	padding: 0;
	float: right;
	border: none;
	background: url(/images/styles/ski_button_unsel.gif) no-repeat top right;
}
#submenu li a span.main_ski {
	display: block;
	width: 148px;
	height: 30px;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	float: left;
	text-align: center;
	background: url(/images/styles/ski_button_bg_unsel.gif) repeat-x top left;
	color: #ffffff;
}

#submenu li.sel a span {
	visibility: visible;
}
#submenu li.sel a span.ski_tip {
	background: url(/images/styles/ski_button_sel.gif) no-repeat top left;
}
#submenu li.sel a span.main_ski {
	background: url(/images/styles/ski_button_bg_sel.gif) repeat-x 1px 0px;
	color: #034ea2;
}
#submenu li a:hover span {
	visibility: visible;
}
#submenu li a.IE_hover span { /*IE fixes*/
	visibility: visible;
}
#submenu li a.IE_hover:hover { /*IE fixes*/
	cursor: pointer;
	cursor: hand;
}
#logo_link {
	display: block;
	width: 100%;
	height: 173px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	background: url(/images/styles/logo_140.gif) no-repeat 30px 0px;
}
#logo_link span {
	display: block;
	visibility: hidden;
}
#content {
	width: 580px;
	margin: 0;
	padding: 0;
	padding-right: 4px;
	float: right;
	border: none;
}
#gal {
	width: 196px;
	margin: 0;
	padding: 0;
	padding-top: 34px;
	float: left;
	border: none;
}
#gal_images {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	text-align: center;
}
#gal_images a img {
	border: 1px solid #555555;
	clear: both;
	margin-bottom: 14px;
}
#gal_images p {
	width: 100%;
	float: left;
	margin: 0;
	padding: 4px 0 2px 0;
}
#gal_images img {
	border: 1px solid #777777;
	margin-top: 8px;
}
#inner_content {
	width: 380px;
	margin: 0;
	padding: 0;
	padding-bottom: 32px;
	float: right;
	border: none;
}
#inner_content h2, #inner_content h3 {
	color: #ffff00;
	font-weight: bold;
	font-size: 180%;
	width: 100%;
	clear: both;
	text-align: left;
	padding: 32px 0 4px 0;
	margin: 0;
}
#inner_content p {
	width: 100%;
	float: left;
	margin: 0;
	padding: 4px 0 4px 0;
}
#inner_content h3 {
	padding-top: 8px;
	padding-bottom: 1px;
	font-size: 130%;
	color: #ed1c24;
}
#inner_content ul {
	width: 80%;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 12px;
	border: none;
}
#inner_content li {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	margin: 0;
	margin-top: 8px;
	margin-right: -3px; /*IE6 bugfix*/
	padding: 0;
	background: url(/images/styles/arrow.gif) no-repeat top left;
	border: none;
}
#inner_content li a, #inner_content li span {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 24px;
	float: left;
	border: none;
}
#inner_content a:hover {
	color: #ed1c24;
}
#inner_content p.race {
	color: #fff200;
	background-color: #ff0000;
	font-weight: bold;
	text-align: center;
}
#inner_content p.race a {
	color: #fff200;
}
#inner_content p.race a:hover {
	color: #000000;
}
#inner_content table {
	width: 100%;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
	float: left;
	border: none;
	text-align: center;
}
#inner_content table td, #inner_content table tr {
	margin: 0;
	padding: 0;
	border: none;
}
#inner_content table td {
	padding: 2px 0 2px 0;
}
#inner_content table caption {
	width: 100%;
	margin: 0;
	padding: 4px 0 4px 0;
	border: none;
	text-align: left;
}
#widget {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
	visibility: hidden;
}
#bottom_line {
	background-color: #034ea2;
	opacity: 0.50;
}
#bottom_line h1 {
	margin: 0;
	padding: 2px 0 2px 0;
	width: 100%;
	float: left;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	letter-spacing: 8px;
}
#bottom_line a {
	display: block;
	margin: 0;
	margin-right: -3px;
	padding: 0;
	padding-top: 4px;
	width: 28%;
	float: right;
	font-size: 130%;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#bottom_line a:hover {
	color: #fff200;
}
#bottom_spacer {
	width: 100%;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
}