html, body {
	height: 			100%;
	margin: 			0px;
	padding: 			0px;
	font-family:		Verdana, Arial, sans-serif; 
	font-size: 			11px;
	color: 				#333;
	background-color: 	#fff;
	font-weight: 		normal;
}
img#bg {
	position:			fixed;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				100%;
}
#border {
	position:			relative;
	margin: 			0px auto 0px auto;
	width:				922px;
	border:				5px solid #e6e6e6;
	padding:			0px;
}
#container {
	width:				920px;
	border:				1px solid #ccc;
	background-color:	#fff;
	padding:			0px;
	min-height:			500px;
}
#header {
	position:			relative;
	background:			url(/_global/images/top.gif) no-repeat top left;
	height:				160px;
}
#footer {
	position:			absolute;
	bottom:				0px;
	padding:			30px 10px 10px 10px;
	width:				900px;
	font-size:			9px;
}
#footer a, #footer a:visited {
	color: 				#333;
	text-decoration: 	none;
	background-color: 	inherit;
}
#footer a:hover, #footer a:active {
	color: 				#333;
	text-decoration: 	underline;
	background-color: 	inherit;
}
#menu {
	position:			absolute;
	right:				10px;
	bottom:				20px;
	color:				#fff;
	font-family:		Arial, sans-serif; 
	font-size: 			12px;
	font-weight: 		bold;

}
#menu a, #menu a:visited {
	color: 				#fff;
	text-decoration: 	none;
	background-color: 	inherit;
}
#menu a:hover, #menu a:active {
	color: 				#fff;
	text-decoration: 	underline;
	background-color: 	inherit;
}
#content {
	padding:			10px;
}
h1 {
	font-family: 		Arial, Verdana, sans-serif; 
	font-size: 			18px;
	color: 				#333; 
	font-weight: 		bold;
	background-color: 	inherit;
	line-height: 		18px;
	padding: 			0px 0px 0px 0px;
	margin: 			0px;
}
h2 {
	font-family: 		Arial, Verdana, sans-serif; 
	font-size: 			14px;
	color: 				#333; 
	font-weight: 		bold;
	background-color: 	inherit;
	line-height: 		14px;
	padding: 			0px 0px 0px 0px;
	margin: 			0px;
}

/* Default link settings */
a, a:visited {
	color: 				#3f6d9c;
	font-weight: 		bold;
	text-decoration: 	none;
	background-color: 	inherit;
}
a:hover, a:active {
	color: 				#eb7d24;
	text-decoration: 	underline;
	background-color: 	inherit;
}

