body {
	background: url("logo.png") no-repeat 0px 0px;
}

body p {
	color: #000;
	padding: 5px;
	margin: 10px 0px;
}

body a {
	color: #000;
	text-decoration: none;
}

body a:visited {
	color: #000;
	text-decoration: none;
}

body a:hover {
	color: #fff;
	text-decoration: none;
}

div#language {
	background: url("hr_lang.jpg") no-repeat;
	padding: 3px 30px 0px;
	height: 100%;
	position: absolute;
	top: 0px;
	margin-left: 64.75%;
}

div#language img {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px
}

#language a {
	margin: 0px 20px;
	font: bold 11px/1.5em Verdana, sans-serif;
}

table#partners p{
	margin: 0px;
	font: 12px/1.5em;
}

div#web {
	margin: 56px 0px 45px 150px;
	padding: 20px 0px;
	max-width: 807px;
}

div#contents {
	background: #e5e5e5;
	margin: -4px 0px 0px 0px;
	padding: 20px 20px 10px 35px;
	width: 807px;
}

div#contents ul {
	list-style-type: circle;
}

div#contents a {
	text-decoration: underline;
	color: #000;
}

div#contents a:hover {
	text-decoration: underline;
	color: #ad0000;
}

div#list {
	width: 90%;
}

p.contact {
	font-size: 11px;
	margin: 20px 0px 15px 50px;
	border-top: 1px solid #000;
	width: 160px;
}

p.contact span {
	font-style: italic;
	margin: 0px 20px;
}

.hr {	
	background: url("hr.jpg") repeat-x;
	margin: 0px 0px 0px 0px;
	width: 807px;
	height: 25px;
}

img#right {
	margin: 0px 0px 0px 737px;
}

/*-----------------------Active Links----------------------------*/

body#home li#home a,
body#about_us li#aboutus a,
body#services li#services a,
body#resources li#resources a,
body#contact_us li#contactus a,
body#partners li#partners a {
	background: url("link_h.jpg") no-repeat top left;
}

body#home li#home span,
body#about_us li#aboutus span,
body#services li#services span,
body#resources li#resources span,
body#contact_us li#contactus span,
body#partners li#partners a span {
	background: url("link_s_h.jpg") no-repeat top right;
}


/*-------------------------------Links----------------------------*/

#links {
	float: left;
	line-height: normal;
	position: relative;
	left: 50px;
	width: 650px;
}

#links ul {
	margin: 0;
	padding: 10px 10px 0px 20px;
	list-style: none;
}

#links li {
	display: inline;
	margin: 0;
	padding: 0;
}

#links a {
	float: left;
	background: url("link.jpg") no-repeat top left;
	padding: 0px 1px 0px 2px;
	text-decoration: none;
}

#links a span {
	float: left;
	display: block;
	background: url("link_s.jpg") no-repeat top right;
	padding: 10px 19px;
	font: bold 11px/1.5em Verdana, sans-serif;
	color: #000;
}

#links a:hover {
	background: url("link_h.jpg") no-repeat top left;
}

#links a:hover span {
	background: url("link_s_h.jpg") no-repeat top right;
}