html {
	background-image: url(../images/background_interactive.gif);
	background-repeat: no-repeat;
}

body {
	padding: 0;
	margin: 0;
	font-family: trebuchet, helvetica, sans-serif;
	font-size: 0.8em;
}

a img {
	border: 0;
}

a {
	color: #f06;
	text-decoration: none;
}

a:hover {
	background-color: #f5f5f5;
}

h1 {
	margin: 5px 0 0 30px;
	color: white;
	font-size: 1.4em;
}

h2 {
	color: #609;
	font-size: 1.3em;
	margin: 2em 0 0;
}

div#header {
	height: 110px;
	margin-bottom: 15px;
}

div#header a:hover {
	background-color: transparent !important;
}

div#content {
	margin: 0px 30px;
	width: 750px;
}

div#content p {
	width: 90%;
}

div.column {
	float: left;
	width: 30%;
	height: 600px;
	padding-left: 20px;
}

dl {
	width: 90%;
}

dt {
	padding-bottom: 0.2em;
	margin: 1em 0 0.3em;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
}

dt a {
	background-image: url(../images/icon_star_up.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	position: relative;
	left: -18px;
	padding-left: 18px;
}

dt a:hover {
	background-image: url(../images/icon_star_hover.gif);
	background-color: transparent;
}

dd {
	color: #666;
	margin: 0;
	font-size: 0.8em;
}

ul {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

li {
	list-style-type: none;
}