/* CSS Document */

a img {
	border: 0px;
}

.container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.container_arc {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.header_arc {
	width: 800px;
	height: 200px;
	margin-bottom: 20px;
	text-align: center;
}

.header {
	width: 600px;
	height: 200px;
	margin-bottom: 20px;
}

.body {
	width: 600px;
	text-align: center;
}

.comments_txt {
	display: none;
}

.body table {
	margin-left: auto;
	margin-right: auto;
}

.body td {
	width: 110px;
        padding: 9px;
}

.body img {
	border: 7px solid #000000;
}

.comments {
	width: 600px;
}

.menu {
	width: 800px;
	height: 100px;
	margin-top: 20px;
}

.menu_item {
	width: 100px;
	height: 100px;
	float: left;
	display: block;
	padding-left: 25px;
}

.archive_item {
	width: 100px;
	height: 100px;
	float: left;
	display: block;

}


.pages_box {
	width: 384px;
	height: 100px;
	float: left;
	display: block;
        overflow: hidden;
}

.menu_item_page_first {
	width: 75px;
	float: left;
	display: block;
	text-align: center;
	font-size: 50px;
	padding-top: 15px;
	font-weight: 900;
}

.menu_item_page {
	width: 75px;
	float: left;
	display: block;
	text-align: center;
	font-size: 50px;
	padding-top: 15px;
	padding-left: 15px;
	font-weight: 900;
}

.menu_item_page_selected {
	width: 75px;
	float: left;
	display: block;
	text-align: center;
	font-size: 50px;
	padding-top: 15px;
	padding-left: 15px;
	font-weight: 900;
}

.menu_item_page_selected_first {
	width: 75px;
	float: left;
	display: block;
	text-align: center;
	font-size: 50px;
	padding-top: 15px;
	font-weight: 900;
}

.menu_item_page_selected a:link {
	color: #000000;
}
.menu_item_page_selected a:visited {
	color: #000000;
}
.menu_item_page_selected a:hover {
	color: #000000;
}
.menu_item_page_selected a:active {
	color: #000000;
}

.menu_item_page_selected_first a:link {
	color: #000000;
}
.menu_item_page_selected_first a:visited {
	color: #000000;
}
.menu_item_page_selected_first a:hover {
	color: #000000;
}
.menu_item_page_selected_first a:active {
	color: #000000;
}

.menu_item_page a:link {
	text-decoration: none;
	color: #000000;
}
.menu_item_page a:visited {
	text-decoration: none;
	color: #000000;
}
.menu_item_page a:hover {
	text-decoration: underline;
	color: #000000;
}
.menu_item_page a:active {
	text-decoration: none;
	color: #000000;
}
.menu_item_page_first a:link {
	text-decoration: none;
	color: #000000;
}
.menu_item_page_first a:visited {
	text-decoration: none;
	color: #000000;
}
.menu_item_page_first a:hover {
	text-decoration: underline;
	color: #000000;
}
.menu_item_page_first a:active {
	text-decoration: none;
	color: #000000;
}

.archive_item_first {
	width: 100px;
	height: 100px;
	float: left;
	display: block;
}

.menu_item_first {
	width: 100px;
	height: 100px;
	float: left;
	display: block;
}

.menu a img {
	border: 0px;
}

.clearer {
	clear: left;
}