/* CSS Document */

body{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	background-color: #FFFFFF;}

#wrap{	width:980px; 
	margin:0 auto; 
	height:650px; 
	background-color:#FFFFFF;
	border: 1px solid #888888;
	z-index:1;  }

#header{width:980px;
	height: 190px;
	background:url(images/header.gif) no-repeat;
	text-align:right; 
	/*border: 1px solid #888888;*/}

#vinci{width:198px;	height:190px; float:left}
#buttons{width:700px;	height:90px; float:right}


/*#menu{  width:978px;
	height: 78px;
	background:url(images/menu.gif) no-repeat;
	border: 1px solid #888888;}*/

#side{ 	width:160px;
	height: 380px;
	float:left; 
	background:url(images/side.gif) no-repeat;
	/*border: 1px solid #888888;*/}

#main{
	width: 810px;
	height: 380px;
	float:left;
	padding-right: 10px;
	background:url(images/main.gif) no-repeat;
	/*border: 1px solid #888888;*/}
#main strong{
	color:#2A568F;
	font-size:large;}
	
#image{
	width:200px;
	height:380px;
	float:left}

#image2{
	width:500px;
	height:80px;
	float:left;
	padding-bottom:10px;}

#image3{
	width:350px;
	height:80px;
	padding-bottom:10px;}

#content{
	width: 580px;
	height: 290px;
	float: left;
	padding-left: 20px;}

div#content h4{
	font-size:smaller;
	font-weight:lighter;}
	
div#content a{
  text-decoration:  none;
  font-weight:      bold;}

#title{
	width:340px;
	height:20px;
	float:left;
	padding-bottom:20px;}

#navigation{
	width:230px;
	height:20px;
	float:right;
	text-align:right;
	padding-bottom:20px;}

#map{
	width:300px;
	height:400px;
	padding:20px;
	float:left;}

	
#footer{width:980px;
	height:80px;
	float:right; 
	background:url(images/footer.gif) no-repeat;
	/*border: 1px solid #888888;*/}
