body{
	margin: 0;
	padding: 0;
	background-image: url(../design/bg.png);
	background-repeat: repeat-x;
	background-color: #808080;
}
#language{
	position: absolute;
	right: 1%;
	top: 0;
	background: url(../design/lang.png) no-repeat;
	padding: 2px;
	width: 314px;
	height: 44px;
	text-align: center;
	font-size: 10pt;
	font-weight: bolder;
	font-family: Verdana;
}
#language a{
	color: #5d5d5d;
	text-decoration: none;
}
#language a.active{
	color: #5d5d5d;
	text-decoration: underline;	
}
#language a:hover{
	color: #5d5d5d;
	text-decoration: underline;	
}
h1{
	width:500px;
	margin: 0;
	padding: 0;
	color: #5d5d5d;
	font-family: Verdana;
	font-size: 32pt;
	font-weight: normal;
	margin-left: 45px;
	margin-top: 35px;
	margin-bottom: 0px;
}

#menu{
	width: 750px;
	height: 70px;
	padding-left: 0px;
	padding-right: 35px;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 11pt;
	background: url(../design/menuBG.png) no-repeat;
	background-position: right;
	float: left;
}
#menu a{
	float: left;
	text-align: center;
	margin-top: 24px;
	margin-right: 20px;
	line-height: 22px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	width: 130px;
	height: 22px;
}
#menu a:hover{
	color: #5d5d5d;
	background-image: url(../design/linkBG.png);
	background-repeat: no-repeat;
}
#menu a.active{
	color: #5d5d5d;
	background-image: url(../design/linkBG.png);
	background-repeat: no-repeat;
}
#menu a.back{
	float: left;
	text-align: center;
	margin-top: 24px;
	margin-right: 20px;
	line-height: 22px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	width: 50px;
	height: 22px;
}
#menu a.back:hover{
	color: #5d5d5d;
	background-image: url(../design/linkBGsm.png);
	background-repeat: no-repeat;
}
#menuContainer{
	height: 70px;
}
#contentContainer{
	width: 900px;
	margin-top: 10px;
}
#contentContainer #contentTop{
	background: url(../design/contentTop.png) no-repeat;
	background-position: right;
	height: 36px;
	width: 900px;
}
#contentContainer #content{
	width: 900px;
	background: url(../design/content.png) repeat-y;
	background-position: right;
	clear: both;
	color: #ffffff;
	font-size: 12pt;
	font-weight: normal ;
	font-family: Georgia;
	line-height: 18pt;

}
#contentContainer #contentBottom{
	background: url(../design/contentBottom.png) no-repeat;
	background-position: right;
	height: 41px;
	width: 900px;
}
#content p{
	padding-left: 50px;
	padding-right: 50px;
	margin: 0;
	padding-top: 18pt;
	padding-bottom: 18pt;
	text-align: justified;
}
#content h2{
	padding-left: 50px;
	padding-right: 50px;
	margin: 0;
	padding-top: 10pt;
	padding-bottom: 10pt;
	font-family: Verdana;
	font-weight: 100;
}
#content div{
	margin: 0;
}
#content img{
	border: 1px #5d5d5d solid;
	margin-top: 18pt;
	margin-bottom: 18pt;
}
#content img:hover{
	border: 1px #dadada solid;
}
#content table{
	width: 850px;
	text-align: center;
}
#content table td{
}

#content img.photo{
	margin-left: 30px;
	margin-right: 50px;
	float: right;
	border: 1px #dadada solid;
}
#content img.photo:hover{
	border: 1px #dadada solid;
}
#content a{
	color: #dadada;
	text-decoration: underline;
}
#content a:hover{
	color: #999afb;
	text-decoration: none;
}
#content a:visited{
	color: #999afb;
}