* {
	padding: 0;
	margin: 0;
	border: 0;

}

body {
	background: #000;
	color: #9c0;
	font-family: verdana,sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

p {
	text-align: justify;
	margin: 10px 0;
}

#content img {
	/* margin: 10px; */
}

#container {
/**/
/**/	background: #000;
/**/
	margin: 0 auto;
	left: auto;
	width: 770px;
	padding: 0;
}

#header {
	height: 350px;
	width: 770px;
	background: url(/styles/background.jpg) #9c0 no-repeat;
}

#official {
	font-size: 7pt;
	color: #fff;
	height: 20px;
	padding-top: 30px;
	padding-left: 90px;
}

#menu {
/*	position: relative;
	top: 105px;
	left: 32px;
	width: 200px;
*/	height: 195px;
	padding-top: 55px;
	padding-left: 32px;
}


#menu a {
	color: #000;
}

#menu a:hover {
	color: #fff;
	text-decoration: none;
}

#menu ul {
	list-style: none;
}

#menu li {
	width: 0;
	padding: 0 0 0 16px;
	background: url(/styles/g0.png) no-repeat;
}

#menu li:hover, #menu li.current {
	color: #fff;
	background: url(/styles/gf.png) no-repeat;
}

#home #menu li.home,
#bio #menu li.bio,
#gallery #menu li.gallery,
#music #menu li.music,
#video #menu li.video,
#archive #menu li.archive,
#contacts #menu li.contacts,
#forum #menu li.forum {
	background: url(/styles/gf.png) no-repeat;
}

#home #menu li.home a,
#bio #menu li.bio a,
#gallery #menu li.gallery a,
#music #menu li.music a,
#video #menu li.video a,
#archive #menu li.archive a,
#contacts #menu li.contacts a,
#forum #menu li.forum a  {
	color: #fff;
}

#panel {
/*	position: relative;
	top: 324px;
	left: 10px;
*/	width: 290px;
	height: 26px;
	padding-top: 24px;
	padding-left: 10px;
	float: left;
}

#panel a {
	display: block;
	height: 15px;
	width: 79px;
	text-align: center;
	font-size: 8pt;
	color: #000;
	background: url(/styles/navbar-bg.png) no-repeat;
}

#panel a:hover {
	color: #fff;
	text-decoration: none;
}


#chapter {
/*	position: relative;
*/	height: 37px;
/*	left: 441px;
	top: 313px;
*/	width: 329px;
	padding-top: 13px;
	padding-left: 141px;
	float: left;
	background: 141px 13px no-repeat;
}

#ru #home #chapter { background-image: url(/styles/chapter/home.png); }
#ru #bio #chapter { background-image: url(/styles/chapter/bio.png); }
#ru #gallery #chapter { background-image: url(/styles/chapter/gallery.png); }
#ru #music #chapter { background-image: url(/styles/chapter/music.png); }
#ru #video #chapter { background-image: url(/styles/chapter/video.png); }
#ru #archive #chapter { background-image: url(/styles/chapter/archive.png); }
#ru #contacts #chapter { background-image: url(/styles/chapter/contacts.png); }
#ru #forum #chapter { background-image: url(/styles/chapter/forum.png); }

#en #home #chapter { background-image: url(/styles/chapter/home-en.png); }
#en #bio #chapter { background-image: url(/styles/chapter/bio-en.png); }
#en #gallery #chapter { background-image: url(/styles/chapter/gallery-en.png); }
#en #music #chapter { background-image: url(/styles/chapter/music-en.png); }
#en #video #chapter { background-image: url(/styles/chapter/video-en.png); }
#en #archive #chapter { background-image: url(/styles/chapter/archive-en.png); }
#en #contacts #chapter { background-image: url(/styles/chapter/contacts-en.png); }
#en #forum #chapter { background-image: url(/styles/chapter/forum-en.png); }
/*
#gallery #chapter {}
#biography #chapter {}
#interactive #chapter {}
*/
#chapter h1 {
	display: none;
}

#content {
	/*min-height: 200px;*/
	margin: 0;
	padding: 10px;
	font-size: 8pt;
}

.pagelist {
	text-align: center;
}

.post {
	
}

.post h2 {
	font-size: 13pt;
}

.postdate {
	font-size: 8pt;
	font-style: italic;
}

.postcontent {
	
}

.post td img {
	margin: 0;
}

#footer {
	text-align: center;
	padding: 10px;
/**/
/**/	background: #000;
/**/
}

hr {
	background-color: #9c0;
	width: 375px;
	margin: 5px auto;
	background-image: url(/styles/hgradient.gif);
	background-position: center;
	background-repeat: repeat-y;
	height: 1px;
}


/* update 20090207 */

h1 { font-size: 2em }
h2 { font-size: 1.6em }
h3 { font-size: 1.4em }
h4 { font-size: 1.2em }
h5 { font-size: 1.1em }
h6 { font-size: 1em }



