	* {
		padding:0;
		margin:0;
	}	
body	{
	background-color:#ffffff;
}
#shell	{
	width: 765px;
	background-color: #ffffff;
	padding:0 5px;
	margin:0 auto;
	}	

#header {
	background-image: url(/img/sky3.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
	padding:0 5px;	
	position: relative;
	width: 755px;
	top: 0px;
	left: 0px;
	height: 300px;
	}	
	
#header h1	{
	text-indent: -1000px;
	}
#attp	{
	position:absolute; 
	left:45px; 
	top:150px; 
	width:688px; 
	z-index:2; 
}
#topper	{
	background-image: url(/img/topper.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
	padding:0 5px;	
	position: relative;
	width: 755px;
	top: 0px;
	left: 0px;
	height: 75px;

}
#topper h1	{
	text-indent: -1000px;
	}
#topper2	{
	background-image: url(/img/topper2.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
	padding:0 5px;	
	position: relative;
	width: 755px;
	top: 0px;
	left: 0px;
	height: 150px;

}
#topper2 h1	{
	text-indent: -1000px;
	}
	
#part2	{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	position: relative;
	width:700px;	
	top: 15px;
	padding: 0px 30px;	
	height:264px;
	z-index:2;
	}	
#part2 a	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 230%;
	font-weight:bold;
	text-decoration:none;
	position:relative;
	top: 0px;
	left: 185px;
	z-index:3;
}
#part2 a:link {
	color: #4C75B7;
}
#part2 a:hover {
	color: #0099FF;
}
#part2 a:active {
	color: #FFCC66;
}
#part2 a:visited {
	color: #4C75B7;
}
#footer	{
	position:relative; 
	left:549px; 
	top:50px; 
	width:216px; 
	height:72px; 
	z-index:4;
}
#attp2	{
	position:absolute; 
	left:45px; 
	top:20px; 
	width:688px; 
	z-index:2; 
}
	
#message	{
	background-color:#FFFFFF;
	background-image: url(/img/denia_heart2.gif);
	background-position:center center;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;	
	position: relative;
	width:755px;
	top: 15px;
/*	left: 20px;	*/
	padding: 0px 5px;	
	height:auto;
	z-index:2;
	}
#message p	{
	font-size: 95%;
	line-height: 20px;
	font-weight:normal;
	color:#666666;
}	
#message .emphasis	{
	font-size: 175%;
	line-height: 30px;
	font-weight: normal;
	color: #666666;
}
#message h1	{
	color: #4C75B7;
	font-size: 130%;
	font-weight:bold;
	line-height: 50px;
}	

#message h2	{
	font-family: Arial, Helvetica, sans-serif;
	color: #4C75B7;
	font-size: 120%;
	font-weight:bold;
	line-height: 50px;
}
#message h3	{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	font-weight:bold;
	line-height: 50px;
}

#message ul	{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 95%;		
	line-height: 20px;
	font-weight:normal;
	color:#666666;
	padding: 0px 25px;	
}
.phone	{
	color:#000;
	font-weight: bold;
	}
.phone2	{
	color:#666;
	font-weight: bold;
	}
.phone3	{
	color: #4C75B7;
	font-weight:bold;
}	
#contactform	{
	line-height: 50px;
	font-size: 95%;
	font-weight: normal;
	color:#333333;
	padding: 5px;
}	
label	{
	padding: 5px;
	}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight:bold;
	text-decoration:none;
}
#message a:link {
	color: #4C75B7;
}
#message a:visited {
	color: #4C75B7;
}
#message a:hover {
	color: #FFCC66;
}
#message a:active {
	color: #FF0000;
}
#message h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4C75B7;
	font-size: 110%;
	font-weight:normal;
	line-height: normal;
}
 #nav {
  padding:0px;
  margin:0px;
  float:left;
  position:relative;
  top:0px;
  left:0px;
  width:760px;
  z-index:3;
 }
 
 #topLeft {
  float:left;
  width:760px;
  background:url(/img/topLeftBG.gif) top left repeat-y transparent;
 }
 
 #nav ul {
  width:755px;
  margin:0;
  padding:1px 5px;
  background:url(/img/navButtonsBG2.gif) bottom center no-repeat	
transparent; 
  text-transform:uppercase;
  list-style:none;
  float:left;
  font-size:55%;
 }
 
  #nav ul li {
   float:left;
  }
  
  #nav ul li a:link, #nav ul li a:visited {
   display:block;
   color:#081D58;
   text-decoration:none;
   padding:0.2em 1.8em;
   border-right:1px solid #ccc;
  }
  
  #nav ul li a:hover, #nav ul li a:active {
   color:#0066cc;
  }
  
  #nav ul li.lastItem a:link, #nav ul li.lastItem a:visited  {
   border:none;
  }
  
  #active_menu {
   color:#0066cc !important;
   font-weight:bolder;
  }
 #breadcrumbs {
  clear:left;
  width:760px;
  background:url(/img/navBGBottom.gif) left bottom no-repeat
transparent;
  padding:10px 10px;
  height:1em;
 }
 
  #breadcrumbs a:link, a:visited {
   color:#0066cc;
  }
  
  #breadcrumbs a:hover, a:active {
   text-decoration:underline;
   color:#081D58;
  }
 


