@charset "utf-8";
/* CSS Document */
html,body,a,img,h1,h2,h3,h4,h5,h6,p,ul,li {
	margin:0;
	padding:0;
}
html {
	font-size:100.1%;
}
body {
	background-color: #000;
	color : #777777;
	font-family: Verdana, Geneva, sans-serif;
	font-size : 0.75em;
	text-align:center;
}
a {
	color: #777777;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
	color: #a603a7;
}
img, a img {
	border:none 0;
	outline:none 0;
}
h1 {
	font-size: 1.5em;
	color: #4d4d4d
}
h2 {
	font-size: 1.33em;
	color: #4d4d4d
}
h3 {
	font-size: 1.17em;
	color: #4d4d4d
}
hr {
	border-width:thin;
	color:#999999;
}
p {
	/* [disabled]text-indent: 20px; */
	line-height: 1.4em;
}
#container {
	width:1008px;
	margin:0 auto;
}
#flash {
	width:1008px;
}
#note {
	width:1008px;
	margin-top:20px;
	text-align:justify;
}
a.menu {
	text-decoration : underline;
	color : #4d4d4d;
}
#menubar ul {
	text-align:left;
}
#menubar li {
	display:inline;
	list-style-type:none;
	margin-left:30px;
}
#menubar li:first-child {
	margin-left:0;
}
#menubar a {
	/*
	display:block;
	width:120px;
	height:16px;
	float:left;
	*/
	text-align:center;
	margin-right:4px;
}
#contact {
	color:#958867;
	text-align:left;
	width:1008px;
	margin-top:19px;
}
#counters {
	text-align:center;
	margin-top:25px;
	width:1008px;
}

