/* 

Irish Lifecoach Institute Layout Styles

*/

body /* Internet Explorer */
{
	text-align: center;
	margin:0 auto;
	background-color:#FFFFFF;
}

body /* Mozilla Firefox alignment */
{
	text-align: -moz-center;
	margin:0 auto;
	background-color:#FFFFFF;
}

.header {
	position:relative;
	top:0;
	left:0;
	height:140px;
	width:100%;
 	background-image:url(../images/backgrounds/header_BG.jpg);
 	background-repeat:repeat-x;
	z-index:2;
}

.branding {
	height:110px;
	width:800px;
	background-image:url(../images/branding/ILI_logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	vertical-align:middle;
}

.main_wrapper {
	position:relative;
	top:40px;
	width:100%;
	background-image:url(../images/backgrounds/main_BG.jpg);
 	background-repeat:repeat-x;
	background-color:#EDF2F5;
	z-index:1;
}

.footer {
	position:relative;
	top:0px;
	width:100%;
	height:70px;
	background-color:#FFFFFF;
	z-index:3;
}

.page_heads {
	position:relative;
	top:0px;
	width:570px;
	height:80px;
	border-top:10px solid #003366;
	border-bottom:5px solid #BBCDDF;
	margin-bottom:30px;
}

.line {
	position:relative;
	top:0px;
	width:570px;
	border-bottom:5px solid #BBCDDF;
	margin-bottom:30px;
}

.thin_line {
	position:relative;
	top:0px;
	width:570px;
	border-bottom:1px solid #BBCDDF;
	margin-bottom:30px;
}
