body {
	font:12px arial;
	background:#4d71b0;
	color:#FFF;
}
#colLeft,#colRight {
	float:left;
}
#colLeft {
	width:400px;
}
#colRight {
	width:390px;
	margin-left:30px;
}
#colLeft img,#colRight img {
	border:0;
	margin:5px;
}
#colLeft p,#colRight table {
	min-height:66px;
}
#colRight p {
	margin:8px 0;
}
#colRight p a{
	border:1px dotted #EEE;
	padding:5px;
	background:#444;
}
