* {
	color				: #666;
	font-family			: Tahoma, Arial, sans-serif;
}

body {
	background			: #dadada url('../img/mindbench-logo_body.gif') no-repeat fixed;
	margin				: 0;
	padding				: 0;
}

* html body {
	background			: #dadada url('../img/mindbench-logo_body-ie.gif') no-repeat fixed;
}


#header {
	background			: #fff url('../img/mindbench-logo_header.gif') no-repeat fixed;
	border-bottom		: 1px dotted #a3a1a2;
	height				: 80px;
}

a img {
	border				: 0;
	margin				: 0;
	padding				: 0;
}

p a {
	background			: #eee;
	text-decoration		: none;
}

a:hover {
	color				: #fc9200;
}

h1 {
	font-size			: 12px;
	padding-top			: 10px;
}

p {
	font-size			: 10px;
	line-height			: 18px;
}

abbr {
	color				: #aaa;
}

#contents {
	float				: left;
	margin-left			: 255px;
	padding-right		: 8px;
	width				: 390px;
}

#banners {
}

ul {
	border				: 1px dotted #a3a1a2;
	margin				: 0;
	padding				: 0;
}

li {
	background			: #eee url('../img/listbullet.gif') no-repeat;
	display				: block;
	font-size			: 10px;
	height				: 15px;
	line-height			: 12px;
	list-style-type		: none;
	margin				: 0;
	margin-bottom		: 1px;
	padding				: 3px 0 0 35px;
}

li:hover {
	background			: #f4f4f4 url('../img/listbullet.gif') no-repeat;
}
