.wrapper {
	width: 730px;
}
#columnRight {
	float: right;
	width: 200px;
	margin-right: 5px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #993333;
	font-weight: lighter;
	margin-bottom: 0px;
}
p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #003399;
}

a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #666666;
}
