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

body
{
	background-color: #D9C89E;
	background-image: url(../images/home-background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

h1
{
	color: #c2b477; font-size: 42px; margin: 0; padding: 0; font-weight: normal;
}
h2
{
	color: #FFFFFF; font-size: 25px; margin: 0px; padding: 0px; margin-bottom: 10px; font-weight: normal;
}
h2 a
{
	color: #FFFFFF;text-decoration: none;
}
	h2 a:hover
	{
		color: #fff;text-decoration: none;
	}
	h2 a:visited
	{
		color: #FFFFFF;text-decoration: none;
	}
	
span
{
	color: #646668; font-size: 18px; margin: 0px; padding: 0px; font-weight: bold;
}

#container
{
	width: 805px;
	height: 190px;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -374px;
	margin-top: -95px;
}

#left
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #646668;
	width: 489px;
	height: 162px;
	float: left;
	padding-top: 28px;
	padding-left: 26px;
	line-height: 22px;
	background-image: url(../images/home-inline-bg.png);
	background-repeat: repeat;
}

#right
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #646668;
	background: #186883;
	width: 254px;
	height: 162px;
	float: right;
	padding-top: 28px;
	padding-left: 36px;
	line-height: 22px;
}

