
body {
	margin:0 auto;
	background-image:url(../images/bg_pattern.jpg);
	color:#444444;
	
}

img, div, input { behavior: url("includes/iepngfix.htc") }

a{}
a:link{}
a:visited{}
a:active{}
a:hover{}

#grugleearthcontainer {
	margin:0;
	width:100%;
	height:939px;
	background-image:url(../images/bg_vignette.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
}

#titlebar {
	height:100px;
	width:100%;
	overflow:visible;
}

#maincontent {
	width:1024px;
	float:left;
}

#leftsidebar {
	width:183px;
	height:551px;
	float:left;
}

#contentfloat {
	float:left;
	margin:0;
}

#mapFrame {
	width:724px;
	height:549px;
	clear:left;
	float:left;
	background-image:url(../images/ge_frame.png);
}

#mapHolder {
	margin-top:24px;
	margin-left:25px;
	overflow:hidden;
}

#map3d {
	height:500px;
	width:675px;
	margin:0px;
	position:relative;
}

#rightsidebar {
	float:left;
	margin-left:4px;
}

#trailer {
	width:107;
	height:111;
}

#placemark_legend {
	/*float:left;*/
	padding-bottom: 5px;
}

.frame {
	float:left;
	margin:0;
}

/*
ballon style
*/
#userName {
	color:#FFA800;
	font-size: 16px;
	width:100%;
	text-align: center;
}

#userImage {
	margin:0 auto;
}

#userDesc {
	color:#666666;
	font-size: 12px;
}

