@charset "utf-8";
* 
body  
	{
	background-image:url(../images/site/bg.jpg);
	background-repeat:repeat-x;
	background-color:#A28E0B;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color:#1F2E4B;
	text-align:justify;
	font-size: 15px;
	}
#container
	{
	width:810px;
	margin:auto auto;
	}
#header
	{
	width:806px;
	height:200px;
	background-image:url(../images/site/header.png);
	background-repeat:no-repeat;
	margin:auto auto;
	}
#links
	{
	padding-top:177px;
	padding-left:230px;
	color:#40461A;
	font-family: sans-serif;
	}
#links a:link
	{
	color:#40461A;
	}
#links a:hover
	{
	color:#40461A;
	text-decoration:none;
	}
#links a:visited
	{
	color:#40461A;
	}
#Home_images{
	height:auto;
	width:170px;
	float:right;
	}
img.home-images
{
	padding:2px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-bottom:10px;
	margin-right:15px;
	background-color:#D5DA1B;
}
#text
	{
	width:800px;
	height:auto;
	margin:auto auto;
	background-color:#F8F8F8;
	border:1px solid #4F4F4F;
	}
p
	{
	padding-left:15px;
	padding-right:190px;
	color:#000000;
	}
h1
	{
	font-size:16px;
	color:#A7AB13;
	padding-top:10px;
	padding-left:15px;
	margin-top:0px;
	}
.style1
	{
	color:#A7AB13;
	}
li
	{
	color:#000000;
	}
ul.circle
	{
	font-size:14px;
	}
a:link
	{
	color:#FFFFFF;
	text-decoration:none;
	}
a:visited
	{
	color:#FFFFFF;
	text-decoration:none;
	}
a:hover
	{
	color:#FFFFFF;
	text-decoration:underline;
	}
#bottomText
{
	margin-left:auto;
	margin-right:auto;
	width:auto;
	display:block;
	font-size:11px;
	height:10px;
	color:#FFFFFF;
	text-align:center;
	margin-top:10px;
}
#bottomText a
{
	color:#4F4F4F;
	text-decoration:none;
	font-weight: bold;
}
#bottomText a:hover
{
	color:#4F4F4F;
	text-decoration:underline;
	font-weight: bold;
}
#map
{
	padding: 4px;
	display:block;
	border:1px solid #404519;
	margin-bottom:20px;
	margin-left:10px;
	width: 555px;
	height: 300px;
	color:#000000;
	margin:auto auto;
}
#map a:link
	{
	color:#000000;
	}
a.contact:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: blue;
	text-decoration: underline;
}
a.contact:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	text-decoration: underline;
}

