
div#ghLeft { clear: both; width: 120px; }

div#ghLang { width: 120px; text-align: center; padding: 4px 0; }
div#ghLang a { padding: 0 7px; font-family: verdana, arial, sans-serif; font-weight: bold; font-size: 10px; color: #9CAC70; text-decoration: none; }
div#ghLang a:hover { color: #536F07; } 

div#ghMenu { height: 20px; width: 481px; background: #879A51; }

div#ghTop { 
	float: left;  
	width: 481px;
	height: 145px;
	background-image: url(../images/top/topimage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
div#ghTopLeft { 
	float: left;  
	width: 120px;
	height: 145px;
	}
div#ghTopRight { 
	float: left;  
	width: 102px;
	height: 145px;
	}
td.bgRight { 
	background-image: url(../images/layout/bgRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

td.bgLeft { 
	background-image: url(../images/layout/bgLeft.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
body {
	font-family: verdana, arial, sans-serif;
}
	
* {
	margin: 0;
	padding: 0;
}
