@charset "utf-8";

/* CSS Document */
body {
	background-image: url(../images/bg_pattern.jpg);
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

/* Container CSS */
#layoutTable {
	width: 800px;
	border: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#headerContainer {
	background-attachment: inherit;
	background-image: url(../images/gmg_web_headerbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 71px;
	width: 800px;
}

#headerNavigationContainer {
	background-attachment: inherit;
	background-image: url(../images/gmg_web_menubg.jpg);
	background-position: center;	
	background-repeat: no-repeat;
	height: 21px;
	width: 800px;
	text-align: right;
	vertical-align: middle;
}

#footerContainer {
	background-attachment: inherit;
	background-image: url(../images/gmg_web_footerbg.jpg);
	background-position: center;	
	background-repeat: no-repeat;
	height: 36px;
	width: 800px;
	text-align: center;
	vertical-align: middle;	
}

#spacerContainer {
	width: 800px;
	height: 12px;
	margin: 0px;
	background-color: #FFFFFF;
}

#contentContainer {
	width: 800px;
	height: 436px;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
}

#contentHeaderImageContainer {
	width: 170px;
	float: left;
	text-align: center;
	vertical-align: top;	
}

#contentTextContainer {
	width: 590px;
	float: left;
	vertical-align: top;
}

/* Header Menu CSS */
#headerNavigationMenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	padding-left: 20px;	
	padding-right: 20px;
}

#headerNavigationMenu a:link { 
	color: #FFFFFF;
	text-decoration: none;
}

#headerNavigationMenu a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

#headerNavigationMenu a:active { 
	color: #FF9900;
	text-decoration: none;
}

#headerNavigationMenu a:hover { 
	color: #FFCC00;
	text-decoration: underline; 
}

/* Footer Data CSS */
#footerData {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	padding-left: 20px;	
	padding-right: 20px;
}

#footerData a:link { 
	color: #FFFFFF;
	text-decoration: none;
}

#footerData a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

#footerData a:active { 
	color: #FF9900;
	text-decoration: none;
}

#footerData a:hover { 
	color: #FFCC00;
	text-decoration: underline; 
}
