html, body {
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-top: 0px;
}
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#ae956b;
	text-decoration: none;
}
a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

	#wrapper {
	margin:0 auto;
	width: 800px;
	height: 600px;
	position: relative;
	z-index: 1;
	background-image: url(images/andy_saunders_detail.jpg);
	background-repeat: no-repeat;
	}
	#wrapper_profile {
	margin:0 auto;
	width: 800px;
	height: 600px;
	position: relative;
	z-index: 1;
	background-image: url(images/andy_saunders_home.jpg);
	background-repeat: no-repeat;
	}
	#wrapper_kars {
	margin:0 auto;
	width: 800px;
	height: 600px;
	position: relative;
	z-index: 1;
	background-image: url(images/andy_saunders_kars.jpg);
	background-repeat: no-repeat;
	}
	#top {
	height: 60px;
	width: 790px;
	float: left;
	position: relative;
	z-index: 1;
	}
	#menu {
	height: 45px;
	width: 790px;
	float: left;
	position: relative;
	z-index: 1;
	}


	#left {
	height: 255px;
	width: 330px;
	float: left;
	z-index: 1;
	}
	#right {
	height: 255px;
	width: 430px;
	float: left;
	z-index: 3;
	}
	#right_index {
	height: 255px;
	width: 470px;
	float: left;
	z-index: 3;
	}
	#left_kars {
	height: 450px;
	width: 240px;
	float: left;
	z-index: 1;
	margin-right: 10px;
	margin-left: 30px;
	}
/* Hack for IE */
* html #left_kars 
	{width: 240px;
	margin-left: 15px;}
/* End IE Hack */
	
	#right_kars {
	height: 450px;
	width: 520px;
	float: left;
	z-index: 3;
	}
	#right_shading {
	height: 255px;
	width: 480px;
	float: left;
	z-index: 1;
	left: 330px;
	top: 125px;
	position: absolute;
	}

	#positive_thoughts {
	width: 175px;
	height: 130px;
	z-index: 2;
	position: absolute;
	left: 265px;
	top: 65px;
	}
	#positive_picture {
	width: 204px;
	height: 137px;
	z-index: 2;
	position: absolute;
	left: 235px;
	top: 300px;
	}

	#bottom {
	margin:0 auto;
	width: 898px;
	height: 20px;
	position: relative;
	z-index: 1;
	background-color: #BFD5F7;
	border-color: #BFD5F7;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding-top: 3px;
	margin-top: 8px;
	}
