/* The Death of Google Adwords - CSS Style Sheet */

html, body {
	background-color: #000000;
}


/* Div Definitions */

div#wrapper {
	margin: 0px auto;
	width: 891px;
	background-color: #000000;
	font-size: 1.0em;
}

div#header {
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	width: 891px;
	height: 250px;
}

div#footerimage {
	background-image: url('/images/footer.gif');
	background-repeat: no-repeat;
	width: 891px;
	height: 76px;
}

div#footer {
	color: #ffffff;
	width: 891px;
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 20px;
}


/* Center Table Cell Definitions */

td#leftchunk {
	background-image: url('/images/left-chunk.jpg');
	background-repeat: no-repeat;
	width: 108px;
	height: 558px;
}

td#maincontent {
	width: 640px;
	color: #222222;
	background-color: #ffffff;
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.9em;
}

td#rightchunk {
	background-image: url('/images/rightchunk.jpg');
	background-repeat: no-repeat;
	width: 144px;
	height: 558px;
}

td#side1 {
	background-image: url('/layout/leftcont.jpg');
	background-repeat: repeat-y;
	width: 108px;
}

td#side2 {
	background-image: url('/layout/rightcont.jpg');
	background-repeat: repeat-y;
	width: 144px;
}