@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/Metal4.jpg) 0 0 fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}

.main #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #69000F;
	margin: 0 auto;
	text-align: justify;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #FFF
	border-bottom-color: #FFF;
	border-right-color: #666;
	border-left-color: #666;
} 

.main #header { 
	padding: 0 0 15px 0;
} 

.main #logo {
	height: 160px;
}

.main #hk_training_banner {
	height: 160px;
	width: 980px;
}

.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 15px 20px; /* padding keeps the content of the div away from the edges */
	display: inline;
}

.main #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px 0 0;
	text-align: right;
	display: inline;
}

.main #sidebar1b {
	float: left;
	width: 16px;
	height: 475px;
	display: inline;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0;
}

.main #sidebar2b {
	float: right;
	width: 16px;
	height: 475px;
	padding: 0 0 15px 20px;
	display: inline;
}

.main #mainContent {
	margin-top: 0;
	margin-right: 136px;
	margin-bottom: 0;
	margin-left: 216px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	zoom: 1;
}

.main #mainContent2 {
	margin-top: -10px;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	zoom: 1;
}

.main p {
	font-size: 12px;
	text-align: justify;
	line-height: 1.5;
	margin-bottom: 16px;
}

.main p em {
	font-style: italic;
}

.main h1 {
	font-size: 18px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.main h2 {
	font-size: 14px;
	text-align: left;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-indent: 15px;
}

.main h3 {
	font-size: 14px;
	text-align: left;
	font-style: normal;
	font-weight: bolder;
	margin-bottom: -6px;
	letter-spacing: 1px;
}

.main h4 {
	font-size: 12px;
	text-align: left;
	font-style: normal;
	font-weight: bolder;
	margin-bottom: -8px;
	letter-spacing: 1px;
}

.main a:link {
	color: #FC0;
	text-decoration: none;
}

.main a:active {
	color: #FC0;
	text-decoration: none;
}

.main a:visited {
	color: #FC0;
	text-decoration: none;
}

.main a:hover {
	color: #FFF;
	text-decoration: none;
}

.main #rulebot {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.main #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #999;
	text-align: center;
}

.main #container #textmenu {
	font-size: 10px;
	text-align: center;
	padding: 8px;
}

.main #container #picbanner {
	text-align: center;
}

.main #container #bottombanner {
	padding: 8px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

