#wrapper 
{ width:720px; 
  margin-top:30px;
  margin-left:auto;
  margin-right:auto;
	
}

#banner
{	background-image: url(../images/logo.gif);
	background-repeat:no-repeat;
	height:82px;
}

#title
{ float:right;
	width:346px;
	margin-top:62px;
}

#title2
{ float:right;
	width:468px;
	margin-top:62px;
}

#dots
{	height:2px;
	width:720px;
	padding-left:20px;
	font:10px/10px arial;
}

#content
{	width:700px;
	padding-left:20px;
	height:375px;
}	

#menu{
	width:192px;
	border-right:0px solid red;
	float:left;
	margin:20px 0 0 0;
}

#menu_list li{
	font:10px/18px arial;
}

#menu_list li a{
	font:10px/18px arial;
	color:#000;
	text-decoration:none;
}

#menu_list li a:hover {
	color:#999;
}

#helix {
	margin:20px 0 0 0;
	font:10px/10px arial;
	height:200px;
	
}

#text
{ width:450px;
  padding:0px 20px 0 20px;
  border:0px solid green;
  float:right;
  margin-top:20px;
}



#footer
{	height:60px;
	width:700px;
	padding-left:20px;
	font:10px/16px arial;
	color:#999;
	background-image: url(../images/vinci_logo.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	border:0px solid red;
}

#footer a{
	text-decoration:none;
	font:10px/16px arial;
	color:#999;
}

#footer a:hover{
	text-decoration:none;
	color:#F7A334;
}

#enquiry_form{
	float:right; width:270px;
}