* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #111;
	color: #444;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 20px;
}

img {
	border: none;
}

a {
	color: #173D7F;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#content {
	width: 760px;
	margin: 20px auto;
	padding: 10px;
	background: #fff;
}

#header {
	float: left;
	background: #000;
	height: 140px;
}

#lang {
	background: #000;
	text-align: right;
	height: 140px;
	padding: 2px 5px;
}

#rss {
	float: bottom;
	bottom: 0px
}

#navigation {
	background: #111 url(images/menu.gif) repeat-x;
	float: left;
	width: 760px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#navigation li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #444;
}

#navigation li a {
	display: block;
	padding: 0 60px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}

#navigation li a:hover {
	background: #333 url(images/menuover.gif) repeat-x;
	color: #fff;
	text-decoration: none;
}

.left {
	float: left;
	width: 220px;
	padding: 10px;
	line-height: 18px;
}

.left h2 {
	margin-top: 10px;
	font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
	padding: 5px 0 0px 5px;
}

.left ul {
	color: #111;
	text-align: left;
	margin: 3px 0 8px 0;
	padding-left: 20px;
	text-decoration: none;
	list-style-type: square;
}

.left h2 a {
	color: #333;
}

.left h2 a:hover {
	color: #df6c29;
}

.left ul li {
	padding: 2px 0 2px 0px;
	margin: 0 2px;
}

.left ul a {
	font-weight: 600;
	color: #df6c29;
}

.left ul a:hover {
	color: #333;
}

.right {
	float: right;
	width: 470px;
	padding: 10px;
	margin-right: 20px;
}

.right h2 {
	padding: 2px 0 5px 0px;
	font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
	color: #111111;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
	margin-top: 10px;
}

.right li { /* IE 5.x hack */
	padding-left: 5px;
}

.center {
	float: left;
	padding: 0px 0px 0px 30px;
	margin-right: 20px;
}

.center h2 {
	padding: 2px 0 5px 0px;
	font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
	color: #111111;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
	margin-top: 10px;
}

.center li { /* IE 5.x hack */
	padding-left: 15px;
}

#footer {
	background: #222;
	color: #eee;
	margin-top: 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

#footer a {
	color: #aaa;
	text-decoration: none;
}

#footer  a:hover {
	color: #777;
}

table.sample {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: rgb(255, 245, 238);
}

table.sample th {
	border-width: 1px;
	padding: 3px;
	border-color: gray;
	background-color: rgb(204, 204, 204);
	-moz-border-radius: ;
}

table.sample td {
	border-width: 1px;
	padding: 3px;
	border-color: gray;
	background-color: rgb(204, 204, 204);
	-moz-border-radius: ;
}
