html, body
{
 	background-color:#bdfa9f;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

img
{
	border-style: solid;
	border-color: #ffffff;
}

a:link
{
	color: #1da1b7;
	text-decoration: underline;
}

a:visited
{
	color: #003366;
	text-decoration: underline;
}

a:hover
{
	color: #003366;
	text-decoration: underline;
}

a:active 
{
	color: #1da1b7;
	text-decoration: underline;
}


#container
{
   min-height: 100%;
   position: relative;
   position: 100%;
}

/*----------------------------------------------*/
/*----------------HEADER CONTENT----------------*/
/*----------------------------------------------*/
#header
{

}

#header_container
{
	width: 800px;
	height: 241px;
	background-color: #ffffff;
	background-image: url('../images/contentbg.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;		/* CENTRES the DIV */
}

#headleft
{
	width: 181px;
	height: 241px;
	float: left;
}

#headright
{
	width: 619px;
	height: 241px;
	float: right;
}

#headfacebook
{
	width: 619px;
	height: 74px;
	text-align: right;
}

#headtitle
{
	width: 619px;
	height: 135px;
}

#headlinks
{
	width: 619px;
	height: 32px;
	text-align: left;
}

/*----------------------------------------------*/
/*--------------END HEADER CONTENT--------------*/
/*----------------------------------------------*/


#body
{
	padding: 10px;
	padding-bottom: 65px;	 /* Height of the footer */
}

#content
{
	width: 780px;
	text-align: justify;
	height: 100%;
	background-color: #ffffff;
	margin: 0 auto;		/* CENTRES the DIV */
}


#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;  	/* Height of the footer */
}

#footer_content
{
	width:800px;
	height: 65px;
	text-align: center;
	background-color: #00dd33;
	background-image: url('../images/footerbg.jpg');
	background-repeat: no-repeat;
	font-size: 12px;
	color: #fff;
	line-height: 10px;
	margin: 0 auto;		/* CENTRES the DIV */
}

#cust_real
{
	display: none;
}