*{
	margin:0;
	padding:0;
}

body{
	background:#AFB7BE;
	text-align:center;
	font-size:0.8em;
}

div.contents0{
	width:640px;
	margin:20px auto;
	background:#fff;
	border-right:3px solid #333;
	border-bottom:3px solid #333;
}

div#header0{
	text-align:center;
}

div#header0 img{
	border:0;
}

h1{
	background:#000;
	color:#fff;
	font-size:1em;
	margin:0;
	padding:4px 10px;
	text-align:right;
}

h2{
	margin-top:1.5em;
	font-size:1.2em;
	clear:both;
}

h3{
	padding-top:10px;
	clear:both;
}

div.content0{
	text-align:left;
	width:100%;
 	float:right;
	margin-left:-160px;
	background:#333;
}

div.content1{
	margin-left:160px;
	background:#fff;
	padding:1em;
}

div.content1 p{
	margin:5px 0;
}

div.pankuz0 p{
	margin:0;
	padding:0;
	font-size:0.9em;
}

div.sidebar0{
	width:150px;
	background:#333;
	margin:0;
	padding-top:1em;
	float:left;
}

div.sidebar0 ul{
	list-style:none;
}

div.sidebar0 li{

}

div.sidebar0 li a{
	position:relative;
	text-decoration:none;
	color:#fff;
	width:150px;
	height:50px;
	display:block;
	background:url(./img/button_off.jpg);
	margin:5px;
}

div.sidebar0 li a:hover{
	background:url(./img/button_on.jpg);
}

div.foot0{
	clear:both;
	background:#000;
	text-align:center;
	color:#666;
	padding:4px;
}

table{
	border:2px solid #666;
	border-collapse:collapse;
	margin:1em;
	font-size:1em;
}

table.form{
	width:400px;
}


th{
	font-weight:600;
	text-align:left;
	border:1px solid #666;
	background-color:#999;
	padding:5px;
	width:6em;
}

table.form th{
	font-weight:400;
	padding:2px 5px;
	width:400px;
}

td{
	border:1px solid #666;
	color:#222222;
	padding:5px 12px;
}

table ul{
	margin-left:20px;
	list-style:disc;
}

div.content0 ul.past{
	margin:1em;
	list-style:none;
}

img.vleft{
	float:left;
	margin:5px 5px 5px 0;
}

img.vright{
	float:right;
	margin:5px 0 5px 5px;
}

p img{
	border:0;
	margin-right:2px;
}

ul.works{
	list-style:none;
}

hr.end{
	clear:both;
}