@import 'cssreset.css';

body
{
	font-family: Arial;
	font-size: 13px;
}

img 
{
	float: left;
	margin: 7px;
}

p
{
	margin: 5px 10px 16px 10px;
    line-height:16px;
}

strong
{
    font-weight:bold;
}

#header
{
	height: 100px;
	border-bottom: 2px solid black;
	background-color: #750039;
	margin-bottom: 16px;
}

#header img
{
	position: relative;
	left: 20px;
	float: none;
}

#header h2
{
	float: right;
	color: White;
	font-size: 13px;
	margin: 80px 14px 0px 0px;
}

h1
{
	color: #750039;
	font-size: 19px;
	font-weight: bold;
	margin: 12px;
}

h2
{
	color:#750039;
	font-size:14px;
	font-weight:bold;
	margin:0 10px 10px 10px;
}

#source, #copyright
{
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

hr
{
	border: 1px solid #cccccc;
}

#intro
{
	/*background-color: #EFEBD8;
	border: 1px solid #E0D9B7;*/
	font-size: 14px;
	margin: 30px;
	font-style: italic;
}

#intro p
{
	margin: 7px 7px 16px 7px;
}

a
{
	color: #C28253;
}

#compare
{
	margin:0 10px 14px 10px;
}
