/*****************************************************/
/* (c) 2010 Belira Web Hosting                       */
/*****************************************************/


/********************* Main Body *********************/

html 
{
	width: 100%;
	height: 100%;
}

body 
{
	padding: 0px;
	margin: 0px auto;
	background-image: url('images/bodyBG.gif');
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	background-color: #1A4775;
	font-family: calibri, arial, helvetica;
	font-size: 12pt;
	color: #464646;
}

#wrapper 	
{
	margin: 0 auto;
	padding: 0px;
}

.clearBoth 
{
	clear: both;
}

.show 
{
	display: block;
}

a
{
	text-decoration: none;
	color: #0d31ca;
}

a:hover
{
	text-decoration: underline;
	color: #0d31ca;
}

a:focus
{
	outline: 0;
}

a img
{
	border: none;
}

h1
{
	font-size: 22pt;
	font-weight: bold;
	margin: 10px;
	color: #111731;
}

h2
{
	font-size: 14pt;
	font-weight: normal;
	margin: 10px;
	color: #111731;
}

h3
{
	font-size: 10pt;
	font-weight: bold;
	margin: 10px;
	color: #111731;
}

#mainHeader 
{
	display: none;

}

#logo
{
	display: none;
}

#headerMenu
{
	display: none;
}

#master
{
	background-image: url("images/content_bg.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
}

#contentHeader
{
	display: none;
}

#page_content
{
	padding: 10px 10px 10px 10px;
	background-color: transparent;
}

.articleTxt
{
	padding-bottom: 15px;
}

#ggl_offers
{
	display: none;
}

#footer
{
	display: none;
}

#footerReg, #footerHelpline, #footerMore
{
	display: none;
}

#footerHelpline
{
	display: none;
}

#footerMore
{
	display: none;
}

#footer h2
{
	display: none;
}

#footer h3
{
	display: none;
}

#footer a
{
	display: none;
}

#footer a:hover
{
	display: none;
}

#baselinks
{
	display: none;
}

#baselinks .left
{
	display: none;
}

#baselinks .right
{
	display: none;
}

#baselinks a
{
	display: none;
}



/******************* Special Offer *******************/
#special_offer 
{
		display: none;
}

