body
{
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f0;
	cursor: default;
}

#main
{
	position: static;
	background-color: #f0f0f0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #222;
	cursor: default;
}

a:link,
a:visited
{
	text-decoration: underline;
	color: #06c;
	border: none;
}

a:hover,
a:active
{
	text-decoration: underline;
	color: #f70;
	border: none;
}

table
{
	border-collapse: collapse;
}

form,
ul,
ol,
li,
h1,
h2,
h3
{
	margin: 0px;
	padding: 0px;
}

ul,
ol
{
	list-style: none;
}

button
{
	padding: 2px 10px 2px 10px;
}

h1,
h2,
h3,
input,
button
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333;
}

.clear
{
	clear: both;
}

#top
{
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

#notice
{
	margin-bottom: 10px;
	padding: 4px 6px;
	text-align: center;
	background-color: #f99;
	color: #fff;
}

#login
{
	width: 420px;
	margin: auto;
	padding: 240px 30px 60px 30px;
	background: url(../images/ciemos.gif) no-repeat 50px 20px;
	color: #777;
}

#login label
{
	display: block;
	float: left;
	clear: both;
	width: 140px;
	height: 30px;
	margin-bottom: 10px;
	padding-top: 1px;
	font-size: 14pt;
	line-height: 24pt;
}

#login input
{
	display: block;
	width: 270px;
	height: 30px;
	margin-bottom: 10px;
	font-size: 16pt;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #777;
}

#login button
{
	clear: both;
	float: right;
	font-size: 12pt;
}

#login ul
{
	clear: both;
	padding-top: 25px;
	font-size: 10pt;
}

#login li
{
	display: block;
	float: left;
	padding: 0px 10px;
	border-left: 1px solid #999;
}

#login ul > li:first-child
{
	padding-left: 0px;
	border-left: none;
}

#linklist
{
	width: 780px;
	margin: auto;
	padding: 40px 0px;
}

#content .list
{
	float: left;
	width: 190px;
	margin-left: 5px;
	overflow: hidden;
}

#content h2
{
	margin-bottom: 10px;
}

#footer
{
	width: 320px;
	margin: 20px auto 20px auto;
	text-align: center;
	font-size: 10pt;
	color: #777;
}