*{
	margin:0;
	padding:0;
}	
body{
	background:#e7e7e7 url(../images/whitebackground.jpg) repeat-y center top;
	font-family:Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#636363;
}	

#container{
	width:960px;
	height:892px;
	background:url(../images/gradient_background.jpg) repeat-x;	
	margin:0 auto;
	position:relative;
}
#header{
	height:150px;
	background:#fff;
	position:relative;
}
#header h1{
	width:304px;
	height:75px;
	background:url(../images/HeadingLLC.jpg) no-repeat;
	text-indent:-999999px;
	margin:60px 0 0 120px;
}
#header h3{
	text-indent:-99999px;
}
#nav{
	position:absolute;
	list-style:none;	
	top:120px;
	right:115px;
}
#nav li{
 	float:left;
 	padding: 0 10px;
}
#nav li a{
	text-decoration:none;
}

a:link, a:visited{
	color:#636363;
	text-decoration:none;
}
a:hover{
	color:#003663;
}
a img{
	border:none;
}
#new{
	position:absolute;
	margin:30px 40px 0 0;
	font-size:18px;
	color:#003663;
	line-height:24px;
	left:200px;
	top:400px;
	text-align:right;
	
}
#new a:hover{
	text-decoration:underline;
}

#miniature{
	position:absolute;
	left:375px;
	top:200px;
}
/* formatting for tooltip */
.tooltip:hover{
	text-decoration:none;
	}
.tooltip span{
	display:none;
	padding:2px 8px;
	margin-left:8px;
	width:200px;
}
.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#ffffff;
	color:#636363;
	font-size:12px;
	top:100px;
	right:50px;
	
}
/* end tooltip */

#twilight{
	position:absolute;
	left:125px;
	top:235px;
}
#PortlandME{
	position:absolute;
	left:360px;
	top:235px;
}
#cedartree{
	position:absolute;
	left:645px;
	top:235px;
}
#Ljubliana{
	position:absolute;
	left:360px;
	top:453px;
}
#Blueridge{
	position:absolute;
	left:665px;
	top:453px;
}
#contactinfo{
	position:absolute;
	left:700px;
	top:810px;
}
#contactinfo a:link{
	text-decoration:none;
}
#contactinfo a:hover{
	text-decoration:underline;
}
#footer{
	position:absolute;
	left:350px;
	bottom:10px;
}


