@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html, body, h1, h2, h3, h4, h5, h6, p, div, img, ul, ol, dl, li, table, th, td {
font-family: Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
vertical-align: top;
border: 0 none;
}

body {
   behavior: url("csshover3.htc");
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.25em;
	font-variant: normal;
	text-transform: none;
	color: #a90c67;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0em;
	padding: 0px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	font-variant: normal;
	text-transform: none;
	color: #a90c67;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0em;
	padding: 0px;
}

a {
	color: #a90c67;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #a90c67;
	text-decoration: none;
}

#navibox {
	width: 100%;
	height: 10%;
	top: 0%;
	position: absolute;
	z-index: 100;
	background-color: #000;
	opacity: 0.7;
	filter: Alpha(opacity = 70);
}

#navi {
	width: 89%;
	left: 0;
	opacity: 1.0;
	filter: Alpha(opacity = 100);
	bottom: 0.5em;
	position: absolute;
	z-index: 101;
}

#navi ul li {
	float: right;
	list-style-type: none;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding-bottom: 4px;
	padding-left: 1.5em;
}

#navi ul li strong {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	padding-bottom: 4px;
/*	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 2px;*/
}


#navi ul a {
	color: #FFF;
	text-decoration: none;
}

#navi ul a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

#navi a:visited {
	text-decoration: none;
	color: #FFF;	
}

#subnavibox {
	height: 10%;
	right: 12%;
	top: 10%;
	position: absolute;
	z-index: 10;
	background-color: #FFF;
	opacity: 0.5;
	filter: Alpha(opacity = 50);
	min-width: 45%;
}

#subnavi {
	width: 100%;
	position: absolute;
	opacity: 1.0;
	filter: Alpha(opacity = 100);
	bottom: 0.5em;
	padding-left: 1.5em;
	z-index: 11;
}

#subnavi ul li {
	float: left;
	list-style-type: none;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	line-height: 1.5em;
	padding-bottom: 4px;
	padding-right: 1.5em;
}

#subnavi ul li strong {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	padding-bottom: 4px;
/*	border-bottom-color: #a90c67;
	border-bottom-style: dotted;
	border-bottom-width: 2px;*/
}


#subnavi ul a {
	color: #666;
	text-decoration: none;
}

#subnavi ul a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#subnavi a:visited {
	text-decoration: none;
	color: #666;	
}

#header {
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 3em;
	font-size: 0.85em;
	text-align: right;
	text-transform: uppercase;
	clear: both;
}

#header a {
	color: #000;
	text-decoration: none;
}

#header a:hover {
	color: #000;
	text-decoration: underline;
}

#header a:visited {
	color: #000;
	text-decoration: none;
}

#mainbox {
	width: 45%;
	height: 72.5%;
	right: 12%;
	top: 20%;
	position: absolute;
	z-index: 8;
	background-color: #ffcc00;}

#main {
	width: 45%;
	right: 12%;
	top: 20%;
	position: absolute;
	z-index: 9;
	background-color: #ffcc00;
	overflow-x: hidden;
	overflow-y: auto;
}

#main h1 {
	margin-left: 1em;
	margin-top: 1em;
	clear: both;	
}

#main p {
	margin-right: 2em; 
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	margin-left: 3em;
}

#main ul {
	margin-right: 2em;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	margin-left: 3em;
}

#main ul li {
	margin-right: 2em;
	margin-left: 3em;
	list-style-type: disc;
}

#main h2 {
	margin-top: 1.3em;
	margin-right: 2em;
	margin-bottom: 0.7em;
	margin-left: 2.0em;
}

#main h3 {
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 0.7em;
	margin-left: 2.3em;
}

#main h4 {
	font-size: 1em;
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 3em;
	font-weight: normal;
	text-align: right;
}

.logo {
	font-weight: bold;
	text-transform: uppercase;
	color: #a90c67;
	letter-spacing: 0.5em;
}
	
#logo_main {
	margin: 1em 1em 1em 1em;
	float: left;
}

.trainer {
	margin-right: 4em;
	margin-left: 2em;
	margin-bottom: 2em;
	float: right;
	clear: both;
}

.trainer2 {
	margin-left: 2em;
	margin-bottom: 2em;
	float: right;
	clear: both;
}

#logo_home {
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
	background-color: #ffcc00;}
}

#logo_home h1, p {
	padding: 0 1em 0 1em;
	margin: 0;
}

#logo_home img {
	padding: 0;
	margin: 0;
	float: none;
}

#logo_home p {
	font-size: 1.2em;
	margin-bottom: 1.0em;
}

#logo_home h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #a90c67;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.5em;
	padding: 0px;
}

#bg {
	position: fixed;
	width: 100%;
	height: 100%;
}

#bg img {
	min-height:100%;
	height:auto !important;
	height:100%;
	min-width:100%;
	width:auto !important;
	width:100%;
	margin:0;
	display:block;
}
