@charset "utf-8";
/* CSS Document */





a {
	color:#00F;
}

#nav {
	text-align:center;
}

#nav a {
	width:auto;
	height: 25px;
	line-height: 25px;
	padding: 5px 10px;
	background-color:#000;
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
	text-align: center;
}

#nav a:hover {
	background-color: #666;
	color: #FFF;
}

#catalog {
	margin: 0 auto;
	left:0;
	right:0;
}

/*#catalog div {
	width: 220px;
	float:left;
	line-height:20px;
	text-align:left;
}*/

.chapter {
	width: 218px;
	float:left;
	padding: 5px;
	margin:1px;
	line-height:20px;
	text-align:left;
	background-color:#fff;
}

#catalog a {
	text-decoration:none;
	font-size:inherit;
}

#catalog a:hover {
	text-decoration:underline;
}

#innertext {
	margin: 15px;
	color:#000;
}

h1 {
	color: #000;
}

h2 {
	color:#000;
}

.clearfix {
	clear:both;
}

.left {
	float: left;
	margin-bottom:10px;
	width:110px;
	text-align:left;
}

.right {
	float:left;
	margin-bottom:10px;
	width:auto;
}

form {
	margin: 0 auto;
	left:0;
	right:0;
	width:400px;
}

input {
	font-size:10px;
}

.red {
	color: red;
}

.vid_block {
	border:1px solid #CCC;
	padding: 5px;
	margin-bottom:5px;
}

.vid_block a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
