html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;  
	font-family:Tahoma,Geneva,Helvetica,sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:115px;
	bottom:57px; 
	width:700px; 
	margin-left:-351px; 
	left:50%; 
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	background: #FFFFFF;
	
	padding: 10px 0 10px 0;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:700px;
	border-top:75px solid #fff; 
	border-bottom:56px solid #fff;
	}

#head {
	position:absolute; 
	margin-left:-351px; 
	left:50%; 
	top:0; 
	width:700px; 
	min-width:700px; 
	height:115px;
	background:#FFFFFF; 
	z-index:5; 
	border-bottom:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	}

#head img
{
	margin-left: 2px;
}

* html #head {
	top:0px; width:700px; height:73px;
	}
	
#foot {
	text-align:center;
	position:absolute; 
	margin-left:-351px; 
	left:50%; 
	bottom:0; 
	width:700px; 
	min-width:700px; 
	height:56px; 
	background-image: url("../img/gmg/footerbg.gif");
	background-repeat: no-repeat;
	z-index:5; 
	border-top:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	color:#000;
	
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	color:#666666;
}

* html #foot
{
	bottom:0px; width:700px; height:56px;
}
	


/********************* Style *******************/
h1, h2 {
	margin:0.25em 0;
	font-size: 13px;
	text-align:center;
	letter-spacing:1px;
}
p {margin:1em 0;}
.info {
	position:relative;
	padding:0.5em;
	border:2px solid #999;
	background:#fff;
}
a:link,
a:visited {
	border-bottom:1px dotted;
	color:#AE4F0C;
	font-weight:bold;
	text-decoration:none;
}
a:focus,
a:hover {
	border-bottom-style:solid;
	color:#D03900;
}