@charset "utf-8";

h1 { margin: 0px; padding: 0px; font-size: 70px; }
h2 { margin: 0px; padding: 0px; }
h3 { margin: 0px; padding: 0px; }
h4 { margin: 0px; padding: 0px; }
h5 { margin: 0px; padding: 0px; font-size: 27px; border-bottom: 1px solid black; }
h6 { margin: 0px; padding: 0px; font-size: 27px; border-bottom: 1px solid white; }
h7 { margin: 0px; padding: 0px; }

body { background-color: #fff; margin: 0px; padding: 0px; font-family: Tahoma, Geneva, sans-serif;}


#page { background: url(/resources/background.png) center repeat-y; width: 1000px;}

#header { height: 100px; background: #fff /*url(/resources/bgblack.jpg) repeat-x*/; width: 950px; color: white; border-left: 1px solid #000; border-right: 1px solid #000;}

#navigation { background: #000000 url(/resources/alpha1/navback.png); width: 950px; height: 40px; border-left: 1px solid #000; border-right: 1px solid #000;}
	#navigation ul { list-style-type: none; margin: 0px; padding: 0px; }
		#navigation ul li { position: relative; float: left; background: url(/resources/alpha1/buttonback.png) no-repeat right top; padding-top: 5px; }
			#navigation ul li a { display: block; width: 135px; /*width: 158px;*/ height: 40px; color: white; text-decoration: none; font-size: 20px; }
			
		#navigation ul li.nav_over { background: url(/resources/alpha1/buttonback2.png) right top no-repeat; }
		#navigation ul li.nav_out { background: url(/resources/alpha1/buttonback.png) right top no-repeat; }

#content { background: #ffffff url(/resources/back0.png) no-repeat; width: 950px; min-height: 400px; border-left: 1px solid #000; border-right: 1px solid #000;}

#footer { background: #000000; width: 950px; color: #888; padding-top: 15px; padding-bottom: 15px; border-left: 1px solid #000; border-right: 1px solid #000; font-size: 12px; }
#footer a { color: white; text-decoration: none; }
/*	#f_info { position: absolute;} */