* {
	margin: 0;
	padding: 0;
	outline: none;
	border-spacing: 0;
	table-layout: fixed;
	text-decoration: none;
	list-style:none;
}
body {
	background-color: #eceada;
	color: #666;
	font: 13px 'trebuchet ms', verdana, tahoma, arial;
}
a:link,a:visited {
	color: #ba4d4d;
}
a:hover {
	color: #ff6969;
}
p:first-child {
	margin-top: 0;
}
p {
	margin-top: 10px;
}
h1,h2 {
	color: #ba4d4d;
	font: 16px 'trebuchet ms', verdana, tahoma, arial;
	font-style: italic;
}
h2 {
	font-size: 14px;
}
#wrap {
	width: 700px;
	margin: 0 auto;
}
#nav {
	background: url('./images/renginiu-organizavimas.png') no-repeat transparent center center;
	width: 700px;
	height: 35px;
	line-height: 35px;
	text-align: right;
}
#nav1 {
	float: left;
	display: block;
	width: 67px;
	height: 25px;
	margin: 5px 0 0 227px;
}
#nav2 {
	float: left;
	display: block;
	width: 70px;
	height: 25px;
	margin: 5px 0 0 61px;
}
#nav3 {
	float: left;
	display: block;
	width: 54px;
	height: 25px;
	margin: 5px 0 0 61px;
}
#nav4 {
	float: left;
	display: block;
	width: 70px;
	height: 25px;
	margin: 5px 0 0 61px;
}
#header {
	background: url('./images/a.png') no-repeat right center transparent;
	height: 150px;
	margin-top: -5px;
}
#header #logo {
	background: url('./images/rengo-logo.png') no-repeat transparent center center;
	width: 200px;
	height: 150px;
	display: block;
	float: left;
}
#left {
	width: 460px;
	float: left;
	display: block;
	margin: 5px 0 0 10px;
}
#right {
	width: 200px;
	margin: 5px 10px 0 10px;
	float: right;
	display: block;
}
#content {
	line-height: 150%;
}
#content ul {
	margin: 10px 0 0 10px;
}
#content ul * {
	list-style: circle inside;
}
#footer {
	height: 180px;
	margin: 15px 10px 15px 10px;
	text-align: center;
	padding-top: 5px;
	border-top: 1px dashed #bbb;
}
