/* CSS Document */

body {
	top: 0;
	margin: 0;
	background: url(background.jpg);
}

#tot {
	margin-left:auto; /* Auto centers it */
	margin-right:auto; /* Auto centers it */
	width: 988px; /* Size of the frame with white border */
	background-color: #FFFFFF; /* Background image or color */
	border: #FFFFFF solid 1px;  /* Border color and width */
}

#header {
	height: 128px;
}

.title {
	line-height: 44px;
	color: #000000;
	font-family: Calisto;
	font-style: italic;
	font-size: 24px;
	font-weight: none;
}

#button_menu { 
	float: right;
	padding-top: 0px;
	height: 34px;
}

.button_menu {
	width: 125px;
	height: 34px;
	float: left;
	margin-right: 12.5px;
	line-height: 34px;
	color: #D30000;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 13px;
	text-align: center;
	border: red solid 1px;
	border-top: none;
}

.button_menu a{
	background-color: #000000;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.button_menu a:visited{
	color: #FFFFFF;
}

.button_menu a:hover{
	color: red;
	background-color: #FFFFFF;
}

#corp {
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 15px;
	padding-left: 60px;
}

.main-text {
	background: #D8D8D8;
	width: 850px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 300px;
	position: relative;
	border: #000000 solid 1px;
	padding-left: 15px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.main-text-header {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

.main-text p{
	line-height: 130%;
	padding-right: 15px;
}

#menius{ 	
	width: 220px;
	position:absolute;
	top: 100px;
	right: -175px;
	background: #FFFFFF;
	border: red solid 1px;
}

.menu-item {
	height: 30px;
	background: #FFFFFF;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
}

.menu-item a{
	color: #D30000;
	text-decoration:none;
	display: block;
}

.menu-item a:visited{
	color: #D30000;
	text-decoration:none;

}
.menu-item a:hover{
	color: #D30000;
	text-decoration:none;
	background: #CBC6C7;
}

.menu-title {
	height: 30px;
	font-size: 20px;
	background: red;
	line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	text-align:center;
}

.footer {
	height: 35px;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
}

.footer a{
	color: #FFFFFF;
	text-decoration:underline;
}
.button_menu {
	width: 125px;
	height: 34px;
	float: left;
	margin-right: 12.5px;
	line-height: 34px;
	color: #D30000;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size: 13px;
	text-align: center;
	border: red solid 1px;
	border-top: none;
}

.footer a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}

.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.projects-header {
	width: 150px;
	height: 27px;
	position: relative;
		left: -10px;
		top: 20px;
	display: block;
	background-color: red;
}

.projects-header2 {
	width: 705px;
	height: 27px;
	position: absolute;
		left: 150px;
		top: 0px;
	display: block;
	background-color: #000000;
}

.projects-header p {
	position: absolute;
		left: 0px;
		top: -20px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}

