/* CSS Document for http://www.salesacademy.ie | Version 1
   Author - Protocol | Hosting Ireland | 
   http://www.hostingireland.ie | June 2010 */

/* =body declarations for body | ###IEB[]XHACK### 
	Body aligned to centered for browsers then 
countered to left for IE with #center division
==================================================*/



/* =body| body declaration
==================================================*/
body{
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 16px;
	background-repeat: repeat-x;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 60px;
	background-image: url(../images/sa-bg.jpg);
}
	


/* =center| center container
==================================================*/	
#center{
	width: 700px;
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 400px;
}


/* =validateleft| center container
==================================================*/	
#validateleft{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 20px;
	color: #CCCCCC;
	float: left;
	width: 350px;
}

/* =validateright| center container
==================================================*/	
#validateright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 20px;
	color: #E5E5E5;
	float: right;
	width: 350px;
	text-align: right;
}


/* =Footer Link Style| Footer Links
==================================================*/
a.footer:link {
	color: #E5E5E5;
	text-decoration: none;
	font-size: 10px;
}
a.footer:visited {
	color: #E5E5E5;
	text-decoration: none;
	font-size: 10px;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}
a.footer:active{
	color: #E5E5E5;
	text-decoration: none;
	font-size: 10px;
}
