body
{
	margin: 0px;
	padding: 0px;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #C8C8C8;
}

#container
{
	display: block;
	width: 100%;
	height: 99%;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#content
{
	width: 900px;
	height: 550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0px;
	margin-top: -275px;
	margin-left: -450px;
	padding: 0px;
}

#menu
{
	width: 100%;
	height: 40px;
	background: url("../images/background.png");
	background-repeat: repeat;
	display: block;
	float: left;
	position: absolute;
	padding: 0px;
	bottom: 0px;
}

.menu1
{
	width: 94%;
	height: 20px;
	padding: 0px;
	margin-left: 6%;
	margin-bottom: 0px;
	margin-top: 10px;
	float: left;
	margin-right: 0px;
}

.menu2
{
	width: 235px;
	float: right;
	clear: left;
	clear: right;
	margin-right: 30px;
	margin-bottom: 0px;
}

.tableMenu1
{
	width: 60%;
	height: 18px;
	padding: 0px;
	margin-left: 6%;
	margin-top: 0px;
	float: left;
}

.tableMenu2
{
	width: 235px;
	height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	float: right;
	clear: left;
	clear: right;
}
.menu1 li
{
	list-style: none;
	float: left;
	/*width: 16%;*/
	margin: 0px;
	padding: 0px;
	margin-left: 0%;
}

.menu2 li
{
	list-style: none;
	text-align: right;
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	margin-left: 0%;
}

#menu li a
{
	text-decoration: none;
	color: #000000;
	font-style: italic;
	border-bottom: 1px dashed black;
}

#menu li a:hover
{
	border-bottom: 1px solid black;
}

.subMenu
{
	width: 80%;
	display: block;
	float: left;
	padding-left: 0%;
	height: 60px;	
	font-style: italic;
}

.subMenu2
{
	width: 100%;
	display: block;
	float: right;
	text-align: right;
	padding-left: 0%;
	height: 60px;	
	font-style: italic;
}

#right
{
	width: 400px;
	height: 400px;
	top: 50px;
	position: absolute;
	display: block;
	right: 0px;
}

.left
{
	width: 100%;
	height: 490px;
	font-style: italic;;
	position: absolute;
	display: block;
	padding: 0px;
}

.background
{
	background: url("../images/background.png");
	background-repeat: repeat;
	height: 490px;
	display: table-cell;
	clear: both;
	padding: 0px;
	margin: 0px;
}

.backgroundRight
{
	height: 100%;
	width: 100%;
}

.leftContent
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	display: block;
	width: 150px;
	height: 100%;
}

#left br
{
	height: 5px;
}

#contentRight
{
	background: url("../images/background.png");
	display: block; 
	height: 490px; 
	widht: 100%;
}

a
{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed black;
}

a:hover
{
	color: #000000;
	border-bottom: 1px solid black;
}

.big
{
	font-size: 72px;
	width: 100%;
}

.elementRight
{
	width: 100%;
}

.headContent
{
	border-bottom: 1px solid black;
	display: block;
	height: 25px;
	width: 100%;
}

.titleRight
{
	padding: 0px;
	padding-left: 15px;
	padding-top: 3px;
	margin: 0px;
	float: left;
	clear: right;
	display: block;
}

.closeRight
{
	float: right;
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
	display: block;
	width: 15px;
	height: 15px;
}

.bodyContent
{
	padding-left: 15px;
	padding-top: 15px;
}

#manifesto
{
	margin-top: 10px;
	height: 350px;
	overflow: hidden;
}

.smallSentence
{
	font-size: 36px;
	padding: 0px;
	margin: 0px;
}

.smallSentenceManifesto
{
	font-size: 36px;
	width: 500px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.linkManifesto
{
	cursor: pointer;
}

#newsFuture
{
	margin: 0px;
	padding: 0px;
	height: 350px;
	overflow: hidden;
}

#arrowUP
{
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}

#arrowUP img
{
	background: none;
	color: #FFFFFF;
}

#arrowDOWN
{
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}

