.container {
   position: relative;
}

.left-element {
	position: relative;
	left: 0;
	width: 480px;
	height: auto;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a2a2a;
}

.right-element {
   position: absolute;
   right: 30;
   width: 172px;
   top: 0px;
   height: 100%;
} 
b {
	color: #CC3399;
}

.sidebar a:link, .sidebar a:visited {
	color: #555555;
	text-decoration: none;
}

.sidebar a:hover {
	border-bottom: 1px solid #CC3399;
}
.left-element a:link, .left-element a:visited {
	font-size: 12px;
	background-image:url(images/link.gif);
	color: #ffffff;
	text-decoration: none;
	background-color: #E8D0E9;
	padding: 2px;
}
.left-element a:hover {
	background-image:url();
	background-color: #FFE9FA;
	color: #D572BD;
}