body
{
	background: #fff url(bg_body.jpg) repeat-x;
	color: #444;
	font-size: 12px;
	text-align: center;
}

a
{
	color: #1C2753;
	text-decoration: none;
	border-bottom: 1px dashed #1C2753;
}

a:hover
{
	background-color: #EFF1FA;
	border-bottom: 1px solid #1C2753;
}

#wrapper
{
	margin: 0 auto;
	width: 760px;
	text-align: left;
}

#header
{
	height: 250px;
	background: url(header.jpg) bottom no-repeat;
}

#content
{
	width: 470px;
	float: left;
	padding-top: 2em;
}

#content h1, #right h2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #1C2753;
	padding: 1em 0;
}

#content h1
{
	font-size: 1.4em;
}

#content p, #content ul, #right ul
{
	font-family: "Courier New", Courier, Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 1em;
}

#content ul, l, #right ul
{
	list-style-type: square;
	margin-left: 15px;
}

#right
{
	padding-top: 2em;
	width: 270px;
	margin-left: 20px;
	float: left;
}

#right h2
{
	font-size: 1.2em;	
}