body {
	background-position: 55% -60px;
	background-image: url('../imgs/bg.png');
	background-repeat: no-repeat;
	background-color: #EFEFEF;
}

h1
{
	color: #000000;
}

a
{
	color: #53799B; 
	text-decoration: none;
}

a:hover
{
	color: #C76E0F;
}

/* form elements */
form p {
	border-bottom: 1px solid #E6E6E6;
	color: #7BA857;
}
label {
	font-weight: normal;
	color: #434343;
	background-color: #FFF;
}
input, select, textarea {
	color: #474646;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 13px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #000;
	background: #F3F3F3;
	border: 1px solid #9CBF47;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 

	color: #fff;
	background: #9CCF5F;

	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
}

form fieldset
{
	color: #2F2F2F;
	font-weight: bold;
	background-color: #E7EFE0;

	border: 0;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

#menu
{
	background-image: url('../imgs/menubg.png');
}

#logo, #menu a, #menu span.cleft, span.cright,  b.bt, b.bt b, b.bb, b.bb b
{
	background-image: url('../imgs/content.png');
}

b.bbg
{
	background-repeat: repeat-x;
	background-image: url(../imgs/contentbbg.png);
}

#wrapper
{
	background-image: url(../imgs/contentbg.png);
	background-repeat: repeat-y;
}

#content
{
	color: #2F2F2F;
}

.title
{
	border-bottom: 2px solid #9CBF47;
}

.intro
{
	background-color: #EBEBEB;
}

.news_post
{
	background-color: #E7EFE0;
}

.news_post ol
{
	background-color: #E7EFE0;
}

.contact_res
{
	background-color: #EFEFEF;
}

.err
{
	color: #BB2F2F; 
}

.succ
{
	color: #768F11; 
}

#footer
{
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
	background-color: #E7E7E7;
}

#footer p
{
	color: #7F7F7F;
}
