body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#header {
	background: url(header.png) repeat-x bottom #CCCCCC;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #BBBBBB;
}

#limny {
	background: url(limny.png) no-repeat bottom left;
	width: 120px;
	height: 100px;
}

#limny h1 {
	margin: 0;
	padding-left: 130px;
	padding-top: 20px;
	font-family: Times new roman;
	font-size: 30px;
	color: #444444;
}

#limny a {
	color: #444444;
}

#limny a:hover {
	text-decoration: none;
}

#limny h6 {
	margin: 0;
	padding-left: 132px;
	color: #555555;
	font-family: Verdana;
	font-size: 10px;
	font-style:italic;
}

#sidebar {
	background: #F5F5F5;
	float: left;
	width: 200px;
	height: auto;
	padding: 10px;
	min-height: 500px;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#content {
	float: left;
	padding: 10px 20px;
	width: 70%;
	min-height: 500px;
}

#footer {
	text-align:center;
	font-size: 9px;
}

a {
	color: #005896;
	text-decoration: none;
}

a:hover {
	color: #DD0000;
	text-decoration: underline;
}

a img {
	border: 0px;
}

.block {
	margin-bottom: 30px;
}

.block .title {
	font-weight: bold;
}

.message {
	background: #FEFFCA;
	border: 1px solid #FFCA63;
	padding: 10px;
}

.message ul {
	padding: 0;
	margin: 0;
}

.message ul li {
	list-style-type: none;
	background: url(images/menu.gif) no-repeat scroll 10px;
	padding-left: 22px;
	padding-bottom: 5px;
	padding-top: 3px;
}

hr {
	color: #CCCCCC;
}

input, textarea, button {
	font-size: 12px;
}