body {
	background-color: #bad7d1;
	margin:0px;
	padding:0px;
	font-size: 13pt;
	font-family: Georgia Tahoma;
	color: #666666;
}
h1
{
	
}
h2{
	padding:5px 0 5px 0;
	margin:0px;
	color:#707070;
	font-weight: normal !important;
	border-bottom: solid 2px #a9a9a9;
	margin-bottom: 15px;

}
h3{
	padding:5px 0 5px 0;
	margin:0px;
	color:#707070;
	font-weight: normal !important;
	margin-bottom: 15px;
	font-size: 1.3em;
}
h4{

}
p{

	padding:2px 0 2px 0;
	margin:0px;
	line-height:1.3em;
	color: #666666;
	font-weight: normal !important;
	margin-bottom: 20px;
}

p.clear{
	clear:both;
	padding:10px 0 0 0;
}

#main_container{
	width:837px;
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
}
#header{
	width:837px;
	height:156px;
	margin:auto;
	background-image: url('template/top.gif');
	background-repeat: no-repeat;
}
#logo{
	padding:15px 0 0 30px;
	float:left;
}
/*----------------------menu-------------------------*/
#menu{
	width:837px;
	height:65px;
	padding:0px;
	clear:both;
	background-image: url('template/menu-bg.gif');
}
#menu ul{
	list-style:none; padding:0 0 0 140px;margin: auto;display:block;
}
#menu ul li{
	list-style:none;
	display:inline;
	float:left;
	width:auto;
	height:34px;
	padding:0px;
	line-height:34px; 
}

#menu ul li a
{
	height:34px;
	line-height:34px; 
	display: block;
}

#menu li.home  a{
	background-image: url('template/menu-home.gif'); width: 102px;
}
#menu li.home  a:hover{
	background-image: url('template/menu-home-over.gif'); width: 102px;	
}

#menu li.about  a{
	background-image: url('template/menu-about.gif'); width: 101px;
}
#menu li.about  a:hover{
	background-image: url('template/menu-about-over.gif'); width: 101px;	
}

#menu li.services  a{
	background-image: url('template/menu-services.gif'); width: 147px;
}
#menu li.services  a:hover{
	background-image: url('template/menu-services-over.gif'); width: 147px;	
}

#menu li.policies  a{
	background-image: url('template/menu-policies.gif'); width: 101px;
}
#menu li.policies  a:hover{
	background-image: url('template/menu-policies-over.gif'); width: 101px;	
}

#menu li.contact  a{
	background-image: url('template/menu-contact.gif'); width: 101px;
}
#menu li.contact  a:hover{
	background-image: url('template/menu-contact-over.gif'); width: 101px;	
}


/*--------------------------main_content-------------------*/
#main_content{
	width:auto;
	height:auto;
	clear:both;
	background-image: url('template/page-bg.gif');
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-right: 50px;
	
}
#left_content{
	width:380px;
	height:auto;
	margin-top: 0px;
	float:left;
	background:url(images/left_content_bg.gif) repeat-x top;
	padding-bottom: 30px;
}

#left_content.about{
	width:280px;
}

#left_content.homepage
{
	text-align: center;
	width:800px !important;
	height:auto;
	background:url(images/left_content_bg.gif) repeat-x top;
	padding-bottom: 30px;
	display: none;
}

#left_content.homepage .content
{


	
}

#right_content{
	width:328px;
	height:auto;
	margin: 0px 0 0 20px;
	float:left;
	padding-bottom: 30px;
	color: #949494;
	text-align: center;
}

#right_content.about{
	width:428px;
}


.homepage ul
{
	list-style: none;
	display: inline;
	font-size: 1.0em;
	
}
.homepage ul li
{
	padding-left: 0px;
	margin-left: 0px;
	display:inline;
	float:left;
	padding-right: 22px;
}
.homepage ul li a, .homepage ul li a:visited
{
	text-decoration: none;
	color: #666666;
}
.homepage ul li a:hover
{
	text-decoration: underline;
}



/*-----------------------------footer------------------*/
#footer{
	clear:both;
	width: auto;
	height:50px;
	color: #fff;
	background-image: url('template/bottom.gif');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #BAD7D1;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
}
.author
{
	float:left;
	padding-left:10px;
	padding-top:30px;
	font-size: 12px;
}
.author, .author a,.author a:hover, .author a:visited{
	text-decoration: none;
	color: #666;
}
.copyright{
	float:right;
	padding-right:15px;
	padding-top:28px;
	color: #666;
	font-size: 12px;
}


#subfooter
{
	background-image:url('template/hr.gif');
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	text-align: center;
	width: auto;
	color: #969595;
}
#subfooter span
{
	display: block;
	font-size: 1.1em;
}

.money
{
	text-align: right;
}