/* =Home page specific styles
----------------------	
---------------------- */
body.home #nav {
	padding: 0 !important;
	margin: 0 !important;
/*
	padding-top: 283px !important;
	margin-top: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 283px;
	margin-bottom: 0; */
}	
	
/* MAIN nav
-------------------- */
#nav-main {
	background-image: url(../images/home/nav-bar.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0; /* This is an ugly but necessary fix for IE, at least for now */	
	height: 43px;
	font-size: 13px;
	
} 

#navHome a {
	height: 283px;
}

/* SEE global.css for rest of nav styles */		
	
/* =Home page specific styles
----------------------
	
---------------------- */
#content {
	font-size: 12px; /* 12px */
	background-image: url('../images/home/bg-body.jpg');
	background-repeat: no-repeat;
	text-align: left; /* undo centering at higher levels */
	width: 1000px;
	min-height: 474px;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

