body { 
	margin: 0px; 
	padding-left: 0px; 
	background-color: #FFFFFF; 
	background-image: url(../../image_files/bg.gif); 
	background-repeat: repeat-x; 
	background-position: top left;
}
.header {
	width:668px;
	height:92px;
}
.main {
	padding-left:48px;
	padding-right:40px;
	padding-top:48px;
	width:668px;
	background-image: url(../../image_files/bg_main.jpg); 
	background-repeat: no-repeat; 
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	font-size:12px; 
	line-height:1.5em; 
	color:#333333; 
	text-decoration:none; 
}
.footer { 
	padding-top:30px;
	padding-bottom:70px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	font-size:12px; 
	line-height:1.5em; 
	color:#333333; 
	text-decoration:none; 
}
.footer a { 
	color:#AB0809; 
	text-decoration:underline; 
}
.footer a:hover { 
	color:#AB0809; 
	text-decoration:none; 
}

