#leftCol {
	float: left;
	width: 430px;
	margin-right: 10px;
	position: relative;
	left: 0px;
	top: 0px;
}
#rightCol {
	float: left;
	width: 340px;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.emph {
	font-size: 15px;
	font-style: normal;
}
.bgbr {
	background-image: url(sidebar/side_bar_03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
a {
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}

.red{
	color: #990000;
}

