#content {
	background: #3e5780 url(../images/home_main_bg.jpg) no-repeat;
	padding: 16px 50px 0 520px;
	width: 228px;
	height: 420px;
	color: white;
	font-size: 1.2em;
}

#content h2 {
	display: block;
	font-size: 1.8em;
/*	font-variant: small-caps;	*/
	margin: 0 0 .5em;
	font-weight: normal;
}

#content h2 .smallcaps {
	font-size: .8em;
}

#content h3 {
	font-size: 1.3em;
}

#content p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: .5em 0;
	list-style-image: url(../images/bullet_arrow.gif);
	text-align: justify;
}

#content ul {
	margin: 0 0 2em 2em;
	list-style-image: url(../images/bullet_arrow.gif);
}

#content li {
	font-size: 1em;
	margin: 1.8em 0;
	list-style-image: url(../images/bullet_arrow.gif);
}

#content li a {
	color: white;
}

#content a:hover {
	text-decoration: underline;
}

em {
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

a#contact {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	color: rgb(106,255,80);
	margin: 1em 0 0 0;
}