.Stil4 {font-size: 16px}
.Stil8 {color: #FFFFFF}
.Stil9 {font-size: 10px}
.Stil11 {color: #6395D0}
.Stil13 {
	color: #6192CB;
	font-weight: bold;
}
.Stil14 {color: #6192CB; font-weight: bold;
text-decoration:none; }


.Stil15 {color: #FCFFFF; font-weight: bold;
text-decoration:none; }

.Stil18 {color: #FFCC00}








* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #3B3B3B url(images/img1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height:130%;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

ul {
	line-height: 32px;
	font-size: 100%;

}


a {color:#6395D0;
text-decoration:none;
font-size:14px;
font-weight:600;

	}

#header {
	width: 832px;
	height: 78px;
	margin: 0 auto;
	background-color: #575757;
}

#logo {
	float: left;
	width: 241px;
	height: 78px;
	background: #CACBC6;
	border-right: 1px solid #FFFFFF;
	background-image: url(images/asuka1.jpg);
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 20px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	display: block;
	float: left;
	padding: 0 20px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #5687C2;
}



/* Splash */

#splash {
	width: 832px;
	height: 117px;
	margin: 0 auto;
	background-color: #575757;
	border-bottom: 1PX SOLID #666666;
/*	background: url(images/img2.jpg) no-repeat right top;*/
}

#splash p {
	padding: 100px 550px 50px 20px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

/* Page */

#page {
	width: 832px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 549px;
	padding: 19px;
	text-align: left;
	border-right: 1px solid #575757;
	height: 585px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 211px;
	padding: 15px 10px 10px 20px;
	background: #2F2F2F;
	border-right: 1px solid #575757;
	height: 598px;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}



/* Footer */

#footer {
	clear: both;
	width: 812px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #575757;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

