body {
	background-image: url(images/bg-body.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #cccccc;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


a:link,
a:active,
a:visited {
	color: #044785;
	text-decoration: none;
}
a:hover {
	color: #044785;
	text-decoration: underline;
}

#Header {
	background-image: url(images/bg-header.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #808080;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	height: 100px;
	width: 960px;
}

#koncar_group {
	position: absolute;
	top: 32px;
	left: 800px;
	width: 110px;
	height: 35px;
	text-align: center;
	padding: 10px 10px 0px 10px;
	font-size: 12px;
}
#koncar_group a {
	color: #808080;
}

#Menu {
	background-image: url(images/bg-menu.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #004483;
	padding: 0px;
	margin: 0px auto 5px auto;
	height: 44px;
	text-align: left;
	width: 960px;
}

#Menu a {
	text-decoration: none;
	display: block;
	padding: 10px 16px 0px 16px;
	margin: 0px 2px 0px 2px;
	height: 29px;
	float: left;
	font-size: 13px;
}
#Menu a:link,
#Menu a:active,
#Menu a:visited {
	color: #004483;
	border-top: 4px solid transparent;
}
#Menu a:hover {
	color: #004483;
	border-top: 4px solid #006bca;
	background-image: url(images/bg-a-hover.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#Menu a.selected {
	color: #ffffff;
	border-top: 4px solid #0069c8;
	background-image: url(images/bg-a-selected.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#Container {
	padding: 0px;
	margin: 0px auto;
	width: 960px;
}

#SubMenu {
	background-color: #ffffff;
	color: #333333;
	padding: 10px;
	margin: 0px 5px 0px 0px;
	min-height: 400px;
	text-align: left;
	width: 200px;
	float: left;
}
#SubMenu a {
	text-decoration: none;
	display: block;
	padding: 8px 10px 8px 10px;
	margin: 0px 0px 2px 2px;
	font-size: 13px;
	border-bottom: 1px solid #e5e5e5;
}
#SubMenu a:link,
#SubMenu a:active,
#SubMenu a:visited {
	color: #004483;
}
#SubMenu a:hover {
	color: #004483;
	background-image: url(images/bg-a-hover.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#SubMenu a.selected {
	color: #ffffff;
	background-color: #0067c3;
	background-image: url(images/bg-a-selected.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#Content {
	color: #333333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	min-height: 400px;
	text-align: left;
	width: 735px;
	float: left;
}

.Highlight {
	color: #ffffff;
	background-image: url(images/bg-highlight.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 6px solid #ffffff;
	background-color: #004483;
	padding: 40px 40px 40px 40px;
	position: relative;
	font-size: 12px;
}
.Highlight h1 {
	margin: 0 0 30px 0;
	padding: 0;
	color: #ffffff;
	font-size: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
.Highlight h2 {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 15px;
	color: #ffffff;
	text-align: left;
}
.Highlight p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #ffffff;
	text-align: left;
}
.Highlight img {
	float: right;
	margin: 0px 0px 10px 40px;
	position: relative;
	border: 2px solid #FFFFFF;
}
.Highlight a {
	color: #ff9600;
}

#Home1 {
	margin: 0;
	padding: 0 20px 0 0;
	width: 260px;
	float: left;
}
#Home1 img {
	border: 0;
	width: 260px;
	float: none;
	padding: 0;
	margin: 0 0 20px 0;
}
#Home2 {
	margin: 0;
	padding: 0 20px 0 20px;
	width: 278px;
	float: left;
	border-left: 1px solid #6b92b7;
	border-right: 1px solid #00305d;
}
#Home2 h1 {
	color: #0099ff;
}
#Home2 a {
	display: block;
	color: #ffffff;
	padding: 4px;
	margin: 2px 0;
}
#Home2 a.odd {
	background-color: #0064BC;
}
#Home3 {
	margin: 0;
	padding: 0 0px 0 20px;
	width: 260px;
	float: left;
}
#Home3 h2 {
	color: #ffffff;
	background-color: #0058a8;
	padding: 6px;
	margin: 0;
	font-size: 13px;
}
#Home3 p {
	color: #ffffff;
	background-color: #0058a8;
	padding: 6px;
	margin: 0;
	font-size: 12px;
	text-align: right;
}
#Home3 img {
	border: 0;
	width: 260px;
	float: none;
	padding: 0;
	margin: 0;
}

#Footer {
	background-color: #d9d9d9;
	border-bottom: 4px solid #004483;
	clear: both;
	color: #605e5d;
	font-size: 11px;
	padding: 20px 0px;
	margin: 15px auto;
	text-align: center;
	position: relative;
	width: 960px;
}

.spacer {
	clear: both;
	padding: 0px;
	margin: 0px;
}

p {
	text-align: justify;
}

ul {
	list-style-type: square;
}

th {
	font-size: 14px;
}

#photogallery {
	text-align: center;
}

#photogallery img {
	width: 100px;
	height: 75px;
	overflow: hidden;
	margin: 10px 5px 0px 5px;
	padding: 0;
	border: 6px solid #d9d9d9;
	
}
