#page 
{
	width: 840px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
}


body 
{
margin: 0;
padding: 0;
background: #FFFFFF url(images/img01.jpg) repeat-x left top;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #8A8A8A;
}



h1,h2, h3 
{
margin: 0;
font-weight: normal;
color: #618C04;
}

h1 { font-size: 48px; }

h2 { font-size: 18px; font-weight:bold; }

h3 { }

p, ul, ol 
{
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #77B003; text-decoration: none; font-weight:bold; }

a:hover { color: #000000;}

a img {
	border: none;
}


img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

#menu {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	padding: 12px 30px 0px 30px;
	background: url(images/img02.gif) no-repeat left top;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


#menu a:hover 
{ 
	color:#000000;
}

#logo a:hover 
{ 
	color:#77B003;
}


#logo 
{
	width: 800px;
	height: 90px;
	margin: 0 auto;
}



#logo h1
{
	text-align: left;
	color: #8f8f8f;
	font-size: 34px;
	text-decoration: none;
}



#footer 
{
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: #E1E1E1;
}

#footer p 
{
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 8px;
}
