/* CSS Document */
body { 
	margin: 0; 
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
#main{
	width: 1081px;
	margin: auto;
	background-image:url(images/main-bg.png);
	background-repeat:repeat-y;
}
/*******************************************************************************************
********************************************************************************************
*****************************************     Header     ***************************************/	
#header {
	height:143;
	width:1081px;
	background-color:#ffffff;
	vertical-align:top;
	}
	#header .logo{
		float:left;
		padding-top:10px;
	}	
	#header .banner{
		float:right;
		padding-top:25px;
	}
		#header .banner .text{
			font-size:12;
			font-weight:bold;
			color:#005245;
		}
		#header .banner .saperator{
			background-color:#005245;
			height:1px;
			width:460px;
			margin-bottom:3px;
		}		
	#header .menu{
		clear:both;
		height:65px;
		margin:0 5 0 5px;
		background-image:url(images/menu-bg.png);
		background-repeat:repeat-x;
	}
	#header .menu .text{
		font-size:12;
		font-weight:bold;
		color:#ffffff;
		padding:20 0 0 15px;
	}
	#header .menu .text a{
		color:#ffffff;
		text-decoration:none;
	}
	#header .menu .text a:hover{
		color:#edc541;
		text-decoration:none;
	}
	#header .menu .text .padding{
		padding-left:30px;
	}
	#header .menu .text .padding2{
		padding-left:30px;
		color:#edc541;
	}
		#header .menu .text .padding2 a{
			color:#edc541;
			text-decoration:none;
		}
		#header .menu .text .padding2 a:hover{
			color:#edc541;
			text-decoration:none;
		}
/*********************************                 End of header            **********************************************
***********************************************************************************************************
***************************************    page   Main  Content   **********************************************/			
#page {
    margin:65 0 0 17px;
    clear:both;
	width:1048px;
	font-family:arial;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	vertical-align:top;
	}
	#page .left {
		/* margin:70 0 0 10px; */
		/* float:left; */
		background-image:url(images/left-bg.png);
		background-repeat:repeat-y;
		width:166px;
	}	
		#page .left  .text{
			font-size:12;
			font-weight:bold;
			color:#ffffff;
			padding:7px;
		}
			#page .left .text a{
				color:#ffffff;
				text-decoration:none;
			}
			#page .left .text a:hover{
				color:#068771;
				text-decoration:none;
			}
		#page .left  .text2{
			font-size:12;
			font-weight:bold;
			color:#ffffff;
		}
			#page .left .text2 a{
				color:#edc541;
				text-decoration:none;
			}
			#page .left .text2 a:hover{
				color:#edc541;
				text-decoration:none;
			}
		#page .left  .text4{
			font-size:12;
			font-weight:bold;
			color:#005245;
			margin-left:22px;
		}
		#page .left  .text3{
			font-size:12;
			font-weight:bold;
			color:#edc541;
		}
			#page .left .text3 a{
				color:#edc541;
				text-decoration:none;
			}
			#page .left .text3 a:hover{
				color:#edc541;
				text-decoration:underline;
			}
		#page .left .special{
			background-image:url(images/siteofday-bg.png);
			background-repeat:repeat;
/* 			background-color:#08c1a4; */
			padding:5px;
		}
		#page .left .saperator{
			background-color:#068771;
			height:1px;
			width:150px;
			margin:5 0 5 0px;
		}		
		#page .left .saperator2{
			background-color:#005245;
			height:1px;
			width:120px;
			margin:0 0 3 10px;
		}		
		#page .left .banner{
			margin:0 10 10 10px;		
		}
	#page .right {
		/* margin-top:65px;  */
		/* float:right; */
		background-image:url(images/right-bg.png);
		background-repeat:repeat-y;
		width:205px;
	}
		#page .right  .text{
			font-size:12;
			font-weight:bold;
			color:#ffffff;
 			padding:5px;
		}
		#page .right .text a{
			color:#edc541;
			text-decoration:none;
		}
		#page .right .text a:hover{
			color:#edc541;
			text-decoration:underline;
		}
		#page .right .special{
			background-image:url(images/siteofday-bg.png);
			background-repeat:repeat;
/* 			background-color:#08c1a4; */
 			padding:5px;
			margin:5 7 5 0px;
		}
		#page .right .banner{
			margin:10 10 10 40px;		
		}
		#page .right .text2{
			font-size:12;
			font-weight:bold;
			color:#005245;
			margin-left:37px;
		}
		#page .right .saperator{
			background-color:#005245;
			height:1px;
			width:120px;
			margin:0 0 -6 40px;
		}		
	#page .center {
		padding:0 10 0 10px;
		font-family:Arial, Helvetica, sans-serif;
		width:668px;
	}
		#page .center .special{
			background-image:url(images/siteofday-bg.png);
			background-repeat:repeat;
/* 			background-color:#08c1a4; */
			border: #055f51 solid 1px;
			padding-top:5px;
			
		}
			#page .center .special .head{
			background-color:#05806d;
			width:668px;
			height:24px;
			font-size:12;
			font-weight:bold;
			color:#edc541;
			padding-left:5px;
			}
				#page .center .special .head a{
					color:#edc541;
					text-decoration:none;
				}
				#page .center .special .head a:hover{
					color:#edc541;
					text-decoration:underline;
				}
		#page .center .text{
			font-size:12;
			font-weight:bold;
			color:#ffffff;
			padding:5px;
			text-align:left;
		}
		#page .center .text a{
			color:#edc541;
			text-decoration:none;
		}
		#page .center .text a:hover{
			color:#edc541;
			text-decoration:underline;
		}
#form-submit {
background: url(http://mgmbingo.com.au/templates/images/send.png) no-repeat;
width:66px;
height:25px;
border:0;
margin-left:-120px;
cursor:pointer;
}

/********************************* End of page  *********************************
*********************************************************************************
***********************************   footer   *********************************/			
#footer {
	width:1057px;
	height:100px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	background-color:#035a4c;
	color:#ffffff;
	margin:7 0 0 13px;
	padding-top:20px;
}
	#footer  a{
		color:#ffffff;
		text-decoration:none;
	}
	#footer  a:hover{
		color:#edc541;
		text-decoration:underline;
	}
 .forfree{
	color:#ffffff;
}
	  .forfree a{
		color:#edc541;
		text-decoration:none;
	}
	  .forfree a:hover{
		color:#edc541;
		text-decoration:underline;
	}
