body {
	height: 100%;
	width: 100%;
	background-image: url(../../img/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 460px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F5F5F5;
}

#tbl {
	width: 680px;
}
#top {
	height: 64px;
	background-image: url(../../img/logo.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}
#top #lang {
	margin-top: 36px;
	text-align: right;
}
#lang .im {margin-left: 6px;}

#navig {
	height: 33px;
	background-image: url(../../img/bg-line.gif);
	background-repeat: repeat-x;
}
.menu {
	background-image: url(../../img/bg-menu.gif);
	background-repeat: repeat-x;
	margin: 7px 0px 0px;
	padding: 0px;
	height: 21px;
	width: 460px;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.menu li {
	height: 21px;
	width: 114px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: none;
	white-space: nowrap;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#end {
	width: 115px;
	border-right-style: none;
	border-right-width: 0px;
}
.menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 21px;
	font-weight: normal;
	text-decoration: none;
	color: #6995AC;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
.menu li a:hover {color: #FF6600;}

#content {
	width: 460px;
	padding-top: 15px;
	vertical-align: top;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #444444;
	text-align: justify;
	width: 460px;
}
#content img {
	margin: 0px;
	padding: 0px;
}
iframe {
	margin: 2px 0px 0px;
	padding: 0px;
}

#sidebar {
	width: 250px;
	vertical-align: top;
	padding-top: 15px;
}
#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 1.5em;
	padding: 0px;
	margin-left: 22px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#sidebar a {
	color: #6995AC;
	text-decoration: underline;
}
#sidebar a:hover {color: #FF6600;}
.side-p {
	height: 98px;
	width: 198px;
	display: block;
}
.simg {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
	padding: 0px;
}
.photo {
	/*height: 156px;*/
	width: 204px;
	margin: 0px 0px 8px 20px;
	padding: 0px;
}
.photo a {
	height: 50px;
	width: 65px;
	float: left;
	margin: 0px 2px 2px 0px;
	padding: 0px;
}
.photo a img {
	height: 50px;
	width: 65px;
	border: none;
	margin: 0px;
	padding: 0px;
}

#footer {
	height: 60px;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 60px;
	color: #444444;
	text-decoration: none;
}
#footer a:hover {color: #FF6600;}

