/***********************************************/
/* Overall                                     */
/***********************************************/ 
.mybox { height:135px 
}

a.contact_me:link, a.contact_me:visited {
	width: 100px;
	height: 38px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img/contact_me.jpg);
	clear: right;
	float: right;
	margin-right: 10px;	
}
a.contact_me:hover {
	background-image: url(../img/contact_me_a.jpg);
}

#layout_main_white_global_loc {
	width: 900px;
	height: 420px;
	background-image: url(../img/layout_main_white.png);
	background-repeat: repeat;
	background-position: left top;
}

.column3_gl {
	float: left;
	width: 520px;
	margin-left: 20px;
	margin-right: 10px;
}

.column2_gl ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

.column2_gl li {
	background-image: url(../img/subnav_bg.gif);
	background-repeat: no-repeat;
	height: 21px;
	margin: 2px;
	padding-top: 0px;
}