* {
	margin: 0;
	padding: 0;
}

.blank {
	clear: both;
}

body {
	font-family: Arial,Helvetica;
	font-size: 14px;
	color: #000;
	padding: 20px;
}

a, .link {
	color: #623e8a;
	text-decoration: none;
	border-bottom: 1px dashed;
}

a:hover, span.link:hover {
	border-bottom: 1px solid;
}

#all {
	margin: 0 auto;
	width: 800px;
}

#logo a {
	display: block;
	width: 760px;
	padding: 20px;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#menu, #footer {
	clear: both;
	background: #ccc;
	text-align: right;
	border: 3px solid #555;
	padding: 8px;	
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	padding: 6px;
	margin: 1px;
	border: none;
}

#menu a:hover {
	background: #555;
	color: #dac4f3;
}

#left {
	float: left;
	margin: 20px 20px 20px 0;
	width: 240px;
	border: 3px solid #555;
}

#left .title {
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	margin: 0;
	border-bottom: 3px solid #555;
	padding: 5px 0;
	margin-bottom: 5px;
}

#left .dbline {
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
	margin-top: 5px;
}

#left .oflink a {
	display: block;
	padding: 0 0 0 10px;
	margin: 5px;
	border: none;
	font-size: 13px;
}

#left .oflink a:hover {
	background: #eee;
}

#left .ilink {
	padding: 10px;
	font-size: 11px;
}

#main {
	float: left;
	width: 530px;
	margin: 20px 0;
	text-align: justify;
}

h2 {
	font-size: 20px;
	padding: 20px 0 10px 0;
	margin-left: 30px;
}

p {
	text-indent: 2em;
	margin-top: 10px;
	line-height: 1.5em;
}

p.to {
	font-style: italic;
	text-align: right;
	margin-bottom: 30px;
}

li {
	margin-left: 30px;
	margin-top: 10px;
	padding-left: 10px;
	line-height: 1.5em;
	border-left: 3px solid #555;
	background: #ddd;
}

li li {
	margin: 2px 0 0 30px;
}

.ofer li {
	background: none;
	border: none;
}

.articles li {
	border: none;
	background: #FFF;	
	padding-left: 0px;
	list-style-position: outside;
}

.articles li .title {
	text-indent: 0;
	font-weight: bold;
	padding: 0 10px;
	line-height: 1em;
}

.articles a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 0;
}

.articles a:hover {
	text-decoration: none;
	border: none;
}

.articles li a:hover .title {
	color: #F00;
}

.articles li .text {
	border-left: 3px solid #555;
	background: #eee;
	padding: 5px 10px;
	text-indent: 0;
	line-height: 1em;
}

#sub {
	float: left;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	width: 800px;
	color: #333;
	background: #FFF;
}

#sub ul {
	width: 800px;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: inline;
	float: left;
	background: #FFF;
}

#sub li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 256px;
	padding: 0 5px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.3em;
	border: 0;
	background: #FFF;
}

#sub li a {
	color: #999;
}

#sub li a:hover {
	background: #ddd;
	border: none;
	color: #000;
}