/*
CSS 
*/
body {
	margin: 0;
	padding:0;
	font-family: "lr SVbN", "Osaka|";
	font-size: 11px;
	line-height: 1.5em;
	color: #fff;
	background:#FFDBE1 url(../images/_header_bg.jpg) repeat-x top left;
}

a:link, a:visited { color: #FF6600; text-decoration: none; } 
a:active, a:hover { color: #FF6600; text-decoration: none }

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #810101;
}

h2 {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #a00801;
	height: 27px;
	background: url(../images/h2.jpg) no-repeat;
}

.h3 {
	margin-left: 30px;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 19px;
}

h3 {
	color: #F62D47;
	letter-spacing: -1px;
}
.img01 {
	margin-left: 15px;

}
/* bartica list */
#space ul {
	margin: 0;
	padding:0;
	list-style:url(../../com_img/li01.gif);
	line-height: normal;
}

#space li {
	float:left;
	margin-left: 24px;
	margin-bottom: 2px;
	padding: 0px 0px 0px 2px;
	
}
