﻿@charset "utf-8";
/* CSS Document */



body {
	background: url("/images/back.jpg") repeat-x;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	}


#layout {
	width: 950px;
	height: 469px;
	margin: 0px auto;
	}
	
#header {
	height: 179px;
	background: url("/images/header.jpg") no-repeat;
	cursor: pointer;
	}
	
#content {
	height: 251px;
	}
	
#contentForm {
	height: 211px;
	background: #FFFFFF;
	font-size: 0.7em;
	padding: 20px;
	}

#left {
	float: left;
	width: 396px;
	height: 251px;
	background: url("/images/italiana.jpg") no-repeat;
	}
	
#center {
	float: left;
	width: 148px;
	height: 251px;
	background: url("/images/center.jpg") repeat-y;
	}

.info {
	width: 148px;
	height: 49px;
	background: url("/images/info.jpg") top left no-repeat;
	}
	
.newshead {
	width: 140px;
	background: url("/images/topnews.jpg") top left no-repeat;
	font-size: 10px;
	color: #bcbcbc;
	padding: 10px 0px 15px 8px;
	}
	
.newstitle {
	color: #585858;
	}
	
#right {
	float: left;
	width: 403px;
	height: 251px;
	/*background: url("/images/right.jpg") no-repeat;*/
	}
	
#footer {
	height: 100px;
	background: url("/images/footer.jpg") no-repeat;
	padding: 30px 0px 0px 0px;
	}
	
#box {
	width: 542px;
	height: 71px;
	border-top: 1px solid #4e4a4a;
	border-left: 2px solid #4e4a4a;
	border-right: 2px solid #4e4a4a;
	border-bottom: 12px solid #4e4a4a;
	color: #999999;
	font-size: 12px;
	}
	
#boxLeft {
	float: left;
	width: 203px;
	height: 60px;
	background: url("/images/boxleft.jpg") no-repeat;
	cursor: pointer;
	}
	
#boxCenter {
	float: left;
	width: 168px;
	height: 60px;
	background: url("/images/boxcenter.jpg") no-repeat;
	cursor: pointer;
	}
	
#boxRight {
	float: left;
	width: 171px;
	height: 60px;
	background: url("/images/boxright.jpg") no-repeat;
	cursor: pointer;
	}

.project {
	font-size:10px;
	margin-top:20px;
	text-align:right;
}
