* {
	margin:				0px;
	padding:			0px;
}

body {
	background-image:	url("../img/bg.gif");
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			101%;
	margin-left:		auto;
	margin-right:		auto;
	text-align:			center;
}

/* prevents IE from reading the body width to center the page correctly */
body, [dummy] {
	width:				980px;
}

img {
	border:				0px;
}

#page {
	margin-top:			20px;
 	text-align:			left;
	width:				980px;
}

#page_header {
	background-color:	#FFD000;
	background-image:	url("../img/header.gif");
	height:				100px;
	width:				980px;
}

#page_header_link {
}

#page_header_link a {
	display:			block;
	float:				left;
	height:				100px;
	width:				530px;
}

#page_header_link a h1 {
	display:			none;
}

#page_header form {
	float:				right;
	height:				80px;
	padding-top:		20px;
	width:				430px;
}

#page_body {
	background-color:	#FFD000;
	clear:				both;
}

#page_footer {
	font-size:			10px;
	margin-bottom:		20px;
	text-align:			center;
}

#page_footer li {
	display:			inline;
}

#content {
	background-color:	#FFFFFF;
/*	background-color:	#8B99B0;*/
	margin-left:		150px;
	min-height:			620px;
	padding-left:		170px;
}

/* helps IE to set the minimum height correctly */
* html #content {
	height:				620px;
}

#left_ad {
	position:			absolute;
	margin-left:		-170px;
	padding:			20px 0px 0px 5px;
}
