/* Stop Junk Mail - Layout */

body {
	padding: 0px;
	margin: 0px;
	}

div#top {
	position: absolute;
	width: 800px;
	height : 190px;
	background-image : url(images/top.gif);
	background-repeat : no-repeat;
	}

div#navigation {
	position: absolute;
	left: 0px;
	top: 190px;
	width: 800px;
	height: 30px;
	background-color: #ffffff;
	}

div#body {
	position: absolute;
	left: 0px;
	top: 220px;
	width: 800px;
	background-image : url(images/topper.gif);
	background-repeat : no-repeat;
	background-color: #D7FFAE;
	}

div#left {
	postition: absolute;
	float: left;
	width: 300px;
	height: 100%;
	}

div#right {
	postition: absolute;
	float: left;
	width: 500px;
	height: 100%;
	}

div#footer {
	position: relative;
	clear: both;
	width: 800px;
	height: 50px;
	background-image: url(images/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

div#sidebarTop {
	position: relative;
	width: 240px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/sidebar_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

div#sidebar {
	position: relative;
	width: 240px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/sidebar_middle.gif);
	background-repeat: repeat-y;
	}

div#sidebarBottom {
	position: relative;
	width: 240px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/sidebar_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	}