#middle {
}

#content {
	margin-right: 200px;
}

#right {
	float: right;
	width: 199px;
	padding-top: 1.4em;
}

#right p,
#right ul,
#right q {
    margin-bottom: .75em;
}

#right .section {
    background: url(/images/right_content_box.png) no-repeat;
    padding-top: 8px;
}

#right .section h2 {
    margin: 0 8px;
	background-color: #eee;
	padding: 3px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
}

#right .section .sec-content {
    background: url(/images/right_content_box.png) bottom no-repeat;
	padding: 10px;
}

#right .section dt, #right .section dd {
	padding-left: 12px;
}

#right .section dd {
	margin-bottom: 6px;
}

#right .section dt {
	font-weight: bold;
	background: url(/images/down_arrow.gif) no-repeat 0 4px;
	text-transform: uppercase;
}

#right .section dt a {
	color: red;
}

#right ul {
	padding-left: 0;
}

#right ul li {
    background: none;
	list-style: none;
	padding-left: 0;

}