body {
	background: #FFFFFF;
	padding: 0;
	margin: 0;
}

#page {
	position: relative; /* this is also set in the IE tweaks file */
	width: 1024px;
	height: 768px;
	margin: 0px auto 0px auto;
}

#background {
	background: #FFFFFF url(/images/templates/photo_home_A.jpg) no-repeat;
	position: absolute;
	z-index: 10;
	top: 0px;
	width: 1024px;
	height: 768px;
}

#content {
	position: absolute;
	z-index: 30;
	width: 934px;
	height: 768px;
	padding: 0px 40px 0px 50px;
}

#logo {
	float: left;
	margin: 24px 0px 32px 0px;
	border: 0px solid red;
}

#header {
	background: url(/images/templates/bg_header_home_A.png) right repeat-y;
	width: 460px;
	float: right;
	text-align: right;
	margin-right: -40px; /* this compensates for the content padding; this was not present in the original design */
	padding: 7px 8px 7px 0px;
	border: 0px solid green;
}

#account_menu {
	padding-top: 8px;
}

#sidebar_left {
	width: 225px;
	float: left;
}

#callout {
	position: absolute;
	width: 934px;
	bottom: 48px;
	/* border-top: #000066 2px dotted; */
	background: url(/images/templates/bg_divider_horizontal_A.png) top left repeat-x;
	padding-top: 12px;
}

#footer {
	position: absolute;
	width: 934px;
	text-align: right;
	bottom: 0px;
	height: 20px;
}

// #gradient {
	background: url(/images/templates/bg_body_home_A.png) bottom repeat-x;
	position: fixed;
	bottom: 0px; 
	width: 100%; 
	height: 620px;
	z-index: 20;	
}

