/********************
 *  framework css
 * 
 ********************/
 
 #container{
	width: 730px;
	background: white;
	margin:  0 auto 0 auto;
	padding:  0;
}

/* Header */

 #header{
	width: 730px;
	margin:  0; padding:  0 0 50px 0;
	position:  relative;
}

 #header h1{
	margin:  0; padding:  0;
}

 #header h1 a:link, #header h1 a:active, #header h1 a:visited, #header h1 a:hover{
	display: block;
	width: 155px;
	height: 31px;
	background: url(http://www.backupmarketing.ie/images/interface/backup_logo.gif) no-repeat;
	text-indent:-9999px;
}

/* Main Content */

 #body_content{
	width: 730px;
	min-height:  344px;
	height: auto !important;
	height: 344px;
	margin:  0; padding:  0 0 1.5em 0;
}

.wrapper{
	padding-left: 30px;
}

/* Footer */

#footer{
	width: 730px;
	margin:  0; padding:  0 0 20px 0;
	background: white url(http://www.backupmarketing.ie/images/interface/hr_main.gif) top left no-repeat;
}

#footer .wrapper{
	padding-left: 30px;
}

#footer p{
	color:  #999999;	
}

#footer .left_col{
	width:  492px;
	float:  left;
	margin:  0; padding:  0;
}

#footer .right_col{
	width:  164px;
	float:  left;
	margin:  0; padding:  0;
}