/* css 070323 */
/* 1. global styles */

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color:#cdcdcd;	
}

a {
	color: #000;
	line-height: 150%;
}

a:hover {
	color: #666;
	text-decoration: none;
}

/* 2. layout */

.main {
	width: 768px;
	text-align: center;
	position: relative;
	margin: 20px auto;
	color: #000;
	text-align: left;
	border: 1px solid #666;
	overflow: hidden;
	background-color : #fff;	
}

.title {
	width: 750px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	border: 1px dotted #cdcdcd;
	padding: 3px;	
}

.title a{
	color: #000;
}

.title a:hover {
	color: #666;
	text-decoration: none;
}

.text{
    width: 750px;
	margin-top: 10px;
	border: 1px dotted #cdcdcd;
	padding: 3px;
	text-align: justify;
}

.header{
	width: 758px;
	height: 100px;
	border: 5px solid #fff;
	background-color: #000;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	color: #fff;
	font-size: 200%;
	letter-spacing: 5px;
	margin: 12px;
}

.content {
    margin: 5px;
}

.category {
    padding-top: 10px;
    padding-bottom: 10px;	
	padding-left: 35px;
	width: 145px;
	float: left;
}

.set {
	text-align:center;
	float:left;
	width:180px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.clearing {
  clear: both;
}

.pages_list {
	margin-top: 15px;
	margin-bottom: 15px;	
	text-align: center; 
}

