@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #404040;
	font: 76% Verdana, Tahoma, sans-serif;
	background: #fafafa url(background.gif) top left repeat-y;
}

a {
	color: #2a5a9a;
	text-decoration: none;
}

a:hover {
	color: #303030;
	text-decoration: underline;
}

#left {
	width: 220px;
	float: left;
}

#left h1 {
	margin: 20px 18px 0 5px;
	color: #2a5a9a;
	font-size: 1.7em;
	letter-spacing: -2px;
	text-align: right;
}

#left h4 {
	margin: 0 0 4px 18px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
}

#right {
	width: 540px;
	margin: 0 0 0 220px;
	padding: 10px;
}

#right h1 {
	margin: 0;
	color: #2a5a9a;
	font-size: 2.6em;
	letter-spacing: -3px;
	text-align: center;
}

#right h2 {
	margin: 0;
	color: #808080;
	font-weight: bold;
	font-size: 1.8em;
	letter-spacing: -2px;
	text-align: center;
}

#right h3 {
	margin: 20px 0 8px 0;
	color: #2a5a9a;
	font-weight: bold;
	font-size: 1.6em;
	letter-spacing: -2px;
}

#right h4 {
	margin: -4px 0 16px 10px;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -1px;
}

#right p {
	margin: 0 0 16px 20px;
	line-height: 1.2em;
}
