@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background: #FFF url(../images/BG.gif) top center no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;

}

img,a{border:none; text-decoration:none; color:#e08a24;}

#wrapper{
	width:960px;
	height:autopx;
	margin:auto;
}

#header{
	height:137px;
	width:960px;
	background:url(../images/headerbg.gif) repeat-x;
}

#header .logoplace{
	float:left;
	width:358px;
	height:137px;
}

#header .menuplace{
	float:right;
	width:400px;
	height:137px;
	padding-right:35px;
}

#slider{
	width:960px;
	height:295px;
	background:#e18518 url(../images/sliderbg.gif) no-repeat;
}

#slider .slideloop{
	width:432px;
	float:right;
	padding-top:39px;
	}

#aboutdiv{
	width:960px;
	height:314px;
	background:#fff url(../images/aboutus.jpg) no-repeat;
	}

#aboutdiv h1,h2,h3,h4{
	color:#da8622;
	padding:0;
	margin:0;
	font-size:24px;
	font-weight:normal;
}
	
#aboutdiv p{
	color:#333;
	padding:0;
	margin:0;
	padding-top:10px;
	text-align:justify;

}

#aboutdiv .abouttext{
	padding:30px 20px 20px 40px;
	font-size:12px;
	width:420px;
	height:auto;
}

#membersdiv{
	height:600px;
	width:960px;
	background:#FFF url(../images/membersbg.gif) repeat-y;
	}
	
#membersdiv .left{
	float:left;
	width:480px;
	height:100%;
}

#membersdiv .right{
	float:right;
	width:480px;
	height:auto;
}

#membersdiv h1,h2,h3,h4{
	color:#da8622;
	padding:0;
	margin:0;
	font-size:24px;
	font-weight:normal;
}

#membersdiv .memberstext{
	padding:30px 20px 20px 40px;
	font-size:12px;
	width:420px;
	height:auto;
	color:#535353;
}

#membersdiv .memberstextb{
	padding:30px 20px 20px 20px;
	font-size:12px;
	width:420px;
	height:auto;
	color:#535353;
}

#membersdiv .memberitem{
	padding-top:20px;
	padding-bottom:20px;
	min-height:90px;
	height:auto;
	clear:left;
}

#membersdiv .memberitemtext{
	height:auto;
	width:320px;
	float:right;
	padding-top:5px;
}

#membersdiv .memberitemthumb{
	width:80px;
	height:80px;
	float:left;
}

#contactsdiv{
	width:960px;
	height:370px;
	background:#727272 url(../images/contactsbg.gif) no-repeat;
}


#contactsdiv .contactheading{
	color:#e08a24;
	padding:0;
	margin:0;
	font-size:24px;
	font-weight:normal;
}

#contactsdiv p{color:#d4d4d4;}


#contactsdiv .contactext{
	padding:37px 20px 18px 40px;
	font-size:12px;
	width:440px;
	height:auto;
	}


#footer{
	height:215px;
	width:960px;
	background:#FFF url(../images/footerbg.gif) no-repeat;
	color:#FFF;
	font-size:12px;
}
	