a {
	text-decoration: none;
	color: #fff10b;
	}
	
a:hover {
	text-decoration: none;
	color: #555555;
	}
	
/* @container */
	
#container {
	width: 745px;
	height: auto;
	position: absolute;
	margin: 45px 0 0 -347px;
	padding: 0 0 40px 0;
	left: 50%;
	}
	
/* @header */
	
#header {
	width: 745px;
	height: 95px;
	}
	
#logo {
	width: 295px;
	height: 95px;
	}
	
#logo_link {
	width: 300px;
	height: 95px;
	background-image: url(../images/home_logo.gif);
	display: block;
	}
	
#logo_link span {
	display: none;
	}
	
#nav {
	width: 320px;
	height: 54px;
	margin: 0 0 0 55px;
	}

#nav span {
	display: none;
	}

#nav_top_row {
	margin: 0;
	}

#nav_middle_row {
	margin: 8px 0 0 0;
	}

#nav_bottom_row {
	margin: 8px 0 0 0;
	}

#link_1 {
	width: 90px;
	height: 12px;
	background-image: url(../images/home_link1.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}

#link_1:hover {
	background-image: url(../images/home_link1_on.gif);
	}

#link_2 {
	width: 83px;
	height: 12px;
	background-image: url(../images/home_link2.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}

#link_2:hover {
	background-image: url(../images/home_link2_on.gif);
	}

#link_3 {
	width: 121px;
	height: 12px;
	background-image: url(../images/home_link3.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}

#link_3:hover {
	background-image: url(../images/home_link3_on.gif);
	}

#link_4 {
	width: 140px;
	height: 12px;
	background-image: url(../images/home_link4.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}

#link_4:hover {
	background-image: url(../images/home_link4_on.gif);
	}

#link_5 {
	width: 145px;
	height: 12px;
	background-image: url(../images/home_link5.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}

#link_5:hover {
	background-image: url(../images/home_link5_on.gif);
	}

#link_6 {
	width: 244px;
	height: 12px;
	background-image: url(../images/home_link6.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}

#link_6:hover {
	background-image: url(../images/home_link6_on.gif);
	}

#link_7 {
	width: 73px;
	height: 12px;
	background-image: url(../images/home_link7.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	}


#link_7:hover {
	background-image: url(../images/home_link7_on.gif);
	}

#home_top_pic {
	width: 145px;
	height: 95px;
	margin: 0 0 0 105px;
	background-image: url(../images/home_top.jpg);
	}

/* @content */

#content {
	height: auto;
	width: auto;
	margin: 5px 0 25px 0px;	
}

#sponsors p {
	float: left;
	margin: 0px;
}

#skillsetLogo {
	background-image: url(../images/home_SkillsetLogo_off.gif);
	}

#skillsetLogo:hover {
	background-image: url(../images/home_SkillsetLogo_on.gif);
	}

#lotteryLogo {
	background-image: url(../images/home_LotteryLogo_off.gif);
	}

#lotteryLogo:hover {
	background-image: url(../images/home_LotteryLogo_on.gif);
	}
	
	
#mandg {
	float: right;
	margin: 3px 0 0 0;
	padding: 0 51px 0 0;
	display: block;
	}
	
#mandg p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #555555;
	}
	
#mandg a {
	color: #555555;
	text-decoration: none;
	}
	
#mandg a:hover {
	color: #ffffff;
	text-decoration: none;
	}