#header	{ background-image: url('../img/header05.jpg'); }

.imageright
{
	float: right;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	margin-left: 15px;
	margin-bottom: 15px;
}

.imageright img {
	border: solid 1px #000;
}


.imageleft
{
	float: left;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 8px;
	
}

.imageleft img {
	border: solid 1px #000;
}



#left
{
	line-height: 150%;
	float: left;
	width: 460px;
}

#right
{
	float: right;
	width: 260px;
	padding-top: 10px;
}


#right div
{
	border: dotted 2px #ccc;
	padding: 10px;
	padding-top: 20px;
	font-size: .9em;
}


#right b
{
	display: inline;
	background-image: url(../img/checkmark.gif);
	background-repeat: no-repeat;
	background-position: 0 35%;
	padding: 3px 0 3px 24px;
	margin: .5em 0;
}

#right ul
{
	margin-top: 10px;
}
