/* Koncepts SIA */
/* Nov 2006 */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/17px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #3A5766;
	color: #666;
}	
#container {
	background: #fff url(../img/bgnd-column.gif) repeat-y left top;
	margin: 30px auto 50px auto;
	width: 765px;
	text-align: left;
	position: relative;
}
#content {
	background: url(../img/bgnd-top.gif) no-repeat left top;
}
#header {
	top: 16px;
	left: 0;
	width: 765px;
	height: 212px;
	position: absolute; 
	z-index: 1;
}
#lang {
	width: 120px;
	left: 600px;
	top: 170px;
	position: absolute;
	height: 16px;
	color: white;
	text-align: right;
	z-index: 2;
}
#lang a {
	margin-right: 3px;
	margin-left: 3px;
	font-size: 0.85em;
	color: white;
}
#navbox {
	width: 351px;
	height: 35px;
	left: 300px;
	top: 228px;
	position: absolute;
	z-index: 100;
}
#contact {
	width: 200px;
	height: 148px;
	top: 300px;
	left: 70px;
	position: absolute;
	z-index: 100;
}
#text {
	float: right;
	width: 460px;
	margin: 300px 0 30px 0;
}
#text p, h2, h3 {
	padding-left: 0;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-top: 0;
}
#text ul {
	padding-left: 20px;
}
#text img {
	margin-right: 10px;
}





#footer {
	clear: both;
	width: 765px;
	height: 30px;
	background: url(../img/bgnd-footer.gif) no-repeat 0 0;
	text-align: left;
	font-size: 10px;
}
#footer p {
	padding: 3px 30px 0 25px;
}
#footer a:link, #footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #000;
	text-decoration: none;
	background-color: white;
}




li {
	padding-bottom: 5px;
	padding-right: 30px;
}
h1 {
	font-style: normal;
	font-weight: normal;
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 0;
	font-size: 22px;
	color: #ad9750	;
}
h2 {
	font-size: 1em;
	color: #333;
	font-weight: bold;
	margin-bottom: 3px;
}
h3 {
	font-size: 1em;
	color: #555;
	font-weight: bold;
	padding-bottom: 8px;
}
h4 {
	font-size: 1em;
	color: #B80000;
	font-weight: bold;
	padding-bottom: 8px;
}
.divider {
	width: 360px;
	height: 13px;
	background: url(../img/line.gif) repeat-x left top;
	margin-bottom: 10px;
}
.subhead {
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
	font-size: 16px;
}

/*profile page*/

#profilepg p, #profilepg h3 {
	padding-left: 140px;
}
.profilepic {
	width: 130px;
	float: left;
}	

/*profile page end*/

img {
	border-width: 0;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:active, a:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}
table {
	margin: 0 0 5px -2px;
	padding: 0;
}

#contact table td {
	padding: 0 5px 0 0;
	margin: 0;
}

