/* CSS Document */

body {
	background-image: url(../images/home_background_01.gif);
	background-repeat: repeat-x;
	background-color: #D1E6E6;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#home_inner {
	background-image: url(../images/home_pawns_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 780px;
	margin: 0px auto;
}

#home_inner h1 {
	font-size: 1em;
	line-height: 1.2em;
	font-variant: small-caps;
	color: #47A559;
	margin: 0px 0px 2px 0px;
}
#home_inner h1 a			{text-decoration: none; color: #47A559; font-weight: bold;}
#home_inner h1 a:link		{text-decoration: none; color: #47A559; font-weight: bold;}
#home_inner h1 a:visited	{text-decoration: none; color: #47A559; font-weight: bold;}
#home_inner h1 a:active	{text-decoration: none; color: #47A559; font-weight: bold;}
#home_inner h1 a:hover 	{text-decoration: underline; color: #47A559; font-weight: bold;}

#home_inner p {
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0px;
}
#home_inner a			{text-decoration: none; color: #000000; font-weight: bold;}
#home_inner a:link		{text-decoration: none; color: #000000; font-weight: bold;}
#home_inner a:visited	{text-decoration: none; color: #000000; font-weight: bold;}
#home_inner a:active	{text-decoration: none; color: #000000; font-weight: bold;}
#home_inner a:hover 	{text-decoration: underline; color: #000000; font-weight: bold;}

#row_1 {
	padding-top: 20px;
	height: 95px;
	text-align: center;
}
#row_1_inner {
	width: 200px;
	margin: 0px auto;
}
#row_2 {
	height: 135px;
}
#row_2_inner {
	text-align: center;
	padding: 52px 205px 0px 205px;
}
#row_2_inner_l {
	width: 200px;
	float: left;
	text-align: left;
}
#row_2_inner_r {
	width: 200px;
	float: right;
	text-align: right;
}
#row_3 {
	height: 100px;
}
#row_3_inner_l {
	width: 300px;
	float: left;
	text-align: left;
}
#row_3_inner_r {
	width: 300px;
	float: right;
	text-align: right;
}
#row_4 {
	height: 90px;
}
#row_4_inner {
	height: 90px;
	width: 240px;
	margin: 0px auto;
}
.button {
	margin-top: 4px !important;
}