body {
	padding: 10px 10px;
}
a, a:visited, a:active {
	color: #000;
}

#content {
	width: 690px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
}

#left {
	float:left;
	width:250px;
}

#right {
	float:right;
	width:324px;
}

#left h1 {
	font-size: 13px;
	font-weight: bold;
}

#right, #right h1 {
	padding-right: 20px;
	font-size: 17px;
}

#right-inside {
	font-size:12px;
}

#description {
	padding-top: 45px;
}

#choices, #more {
	height: 127px;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 19px;
	background: url(images/greenback.png) left top;
	background-repeat: no-repeat;
}

#more {
	height: 80px;
	background: url(images/blueback.png) left top;
	background-repeat: no-repeat;
}

#choices ul, #more ul {
	margin:0;
	padding:0;
	list-style:none;
}

#choices li, #more li {
	padding-bottom: 10px;
}

#navigation li {
	display:inline;
	padding-right: 10px;
}
.bold-highlight {
	font-weight: bold;
	background-color: #FFFFCC;
}

