*
{
	margin		: 0px;
	padding		: 0px;
}

html
{
	height		: 100%;
}

body
{
	width		: 100%;
	height		: 100%;
	color		: #9f0002;
	font-size	: 12px;
	font-family	: Verdana, Arial;
}

a
{
	color		: #920002;
}

p
{
	text-align	: left;
}

img
{
	display		: block;
	margin-bottom	: 20px;
	border		: none;
}

#main
{
	height			: 100%;
}

#content
{
	width			: 767px;
	height			: 100%;
	padding			: 0px 25px 0px 25px;
	border-left		: 1px solid #9f0002;
	border-right	: 1px solid #9f0002;
	background-color	: white;
	margin			: 0px auto;
}

#content p
{
	padding-right	: 200px;
	margin-bottom	: 15px;
	color			: #404040;
}

#content p.highlight
{
	color			: #9f0002;
}

.small
{
	margin-bottom	: 10px;
	font-size	: 8px;
	text-align	: left;
}

