/*		Common	*/

html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	font-size:62.5%;
	font-family: "Lucida Grande", Trebuchet, Arial, Verdana, sans-serif;
	color: #666666;
	background: #a2a2a2 url('../pics/bg_main.jpg') repeat-x top left;
}

a {
	color: #666666;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

/* Layout */

.whitewrap {
	margin: 0;
	padding: 30px 0 100px 0;
	background: #fff url('../pics/bg_decoration.gif') no-repeat top left;
}

h1 {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 165px;
	background: transparent url('../pics/gfx_header.jpg') no-repeat top left;
}

	h1 span {
		display: none;
	}

.container {
	position: relative;
	margin: auto;
	padding: 0;
	width: 700px;
}

dl {
	margin: 0;
	padding: 0;
	width: 430px;
	font-size: 1.2em;
}

	dt {
		margin: 0;
		padding: 0;
		width: 430px;
		height: 62px;
		background: transparent url('../pics/gfx_have_your_say.gif') no-repeat top left;
	}

		dt span {
			display: none;
		}
		
	dd {
		margin: 0;
		padding: 20px 15px 20px 15px;
		width: 400px;
		background: transparent url('../pics/bg_have_your_say.gif') no-repeat bottom left;
	}

#about {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	margin: 0;
	padding: 0 0 0 7px;
	border-left: 1px solid #f3f3f3;
	line-height: 1.6em;
}

	#about a {
	display: block;
	width: 71px;
	height: 29px;
	margin: 0 0 15px 0;
	padding: 0;
	background: transparent url('../pics/gfx_idean.gif') no-repeat top left;
}

		#about a span {
			display: none;
		}


#n95 {
	float: right;
	margin-right: 35px;
}

#footer {
	margin: 0;
	padding: 65px 0 15px 0;
	color: #c6c6c6;
	background: #a2a2a2 url('../pics/bg_footer.gif') repeat-x top left;
}

	#footer a#ideanLinksLogo {
		display: block;
		float: left;
		width: 75px;
		height: 31px;
		margin: 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #bababa;
		background: transparent url('../pics/gfx_idean_links.gif') no-repeat top left;
	}

		#footer a#ideanLinksLogo:hover {
			background: transparent url('../pics/gfx_idean_links.gif') no-repeat 0px -32px;
		}
	
		#footer a#ideanLinksLogo span {
			display: none;
		}
		
	#footer p#ideanLinks {
		float: left;
		margin: 2px 0 0 10px;
		padding: 0;
	}
	
		#footer p#ideanLinks a {
			font-size: 1.1em;
			font-weight: bold;
			color: #bababa;
			background: transparent;
			text-decoration: none;
		}

			#footer p#ideanLinks a:hover {
				color: #c6c6c6;
				background: transparent;
				text-decoration: underline;
			}