body {
	margin :  0px;
	padding:  0px;
	background: #F0F0F0;
}
a img {
	border: 0px;
}
.clear {
	clear: both;
}

#menu {
	position: absolute;
	top   :  0px;
	left  :  0px;
	width : 220px;
	height: 585px;
	background: url(../images/bgMenu.gif);
}
#menu #foto {
	position: absolute;
	top   :  15px;
	left  :  11px;
}
#menu #name {
	position: absolute;
	top   : 290px;
	left  :  11px;
}
#menu ul {
	position: absolute;
	top   : 375px;
	left  :  10px;
	width : 200px;
	margin :  0px;
	padding:  0px;
	list-style: none;
}
#menu ul li {
	margin :  0px;
	padding:  0px;
	color: #404040;
	font-family: Verdana;
	font-size  : 12px;
	font-weight: bold;
	text-align : center;
	line-height: 150%;
}
#menu ul li a {
	color: #666666;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #333333;
	text-decoration: none;
}

#langs {
	position: absolute;
	bottom: 10px;
	left  :  0px;
	width : 220px;
	color: #808080;
	font-family: Verdana;
	font-size  : 11px;
	text-align : center;
}
#langs a {
	color: #808080;
}


#main {
	position: relative;
	width : 902px;
	margin:  0px auto;
/*	border: 1px solid black; */
}


#cont {
	position: relative;
	width : 662px;
	margin-left  : 240px;
	margin-bottom:  15px;
	padding-top:  50px;
}
#cont #box {
	position: relative;
	margin :   0px;
	padding:  10px;
	background: #FFFFFF;
}
#cont #box h1 {
	position: relative;
	margin : -30px   0px   0px -10px;
}
#cont #box h2 {
	position: relative;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 15px;
	line-height: 150%;
	color: #333333;
}
#cont #box p {
	position: relative;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
	line-height: 150%;
	color: #404040;
}
#cont #box table {
	position: relative;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
	line-height: 150%;
	color: #404040;
}
#cont #box ul {
	position: relative;
	margin :  0px  0px  0px 15px;
	padding:  0px;
	list-style : dot;
}
#cont #box ul li {
	position: relative;
	margin :  0px;
	padding:  0px;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
	line-height: 150%;
	color: #404040;
}
#cont #box a {
	color : #666666;
}
#cont #box a:hover {
	color : #000000;
}
#cont img.fr {
	float: right;
}
#cont img.fl {
	float: left;
}
#cont img.tr {
	float: right;
	margin-right: -10px;
}
#cont img.bc {
	display: block;
	margin:  0px auto;
}

#cont #quote {
	position: relative;
	padding:  5px  0px 5px 30px;
	font-family: 'Trebuchet MS', 'Arial';
	font-size  : 13px;
	color: #404040;
	background: url(../images/icoQuote.gif) no-repeat;
}

.video320 {
	position: relative;
	width : 320px;
	margin:  0px auto;
}
.video400 {
	position: relative;
	width : 400px;
	margin:  0px auto;
}
