/* page divisions */
.pageWrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 600px;
	overflow: hidden;
	box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#header {
	width: 100%;
	overflow: auto;
	float: left;
	min-height: 130px;
}
#header .logo {
	width: 100%;
	min-height: 120px;
	background:url(../images/heade_bg.jpg) repeat-x;
}
#content {
	width: 100%;
	overflow: hidden;
	min-height: 500px;
}
#navwrapper {
	width: 100%;
	min-height: 36px;
	margin-right: 10px;
}
#content .column1 {
	width: 715px;
	min-height: 278px;
	float: left;
	margin-left:8px;
}
.columna {
	float: left;
	width: 715px;
	min-height: 100px;
	margin-top: 10px;
}
.columnb {
	float: left;
	width: 715px;
	min-height: 250px;
}
#content .column2 {
	width: 200px;
	float: right;
	min-height: 518px;
	margin-right: 40px;
}
#footer {
	width: 100%;
	height: 35px;
	background-color: #CBCBCB;
	padding-top: 15px;
	line-height: 15px;
}
#footer a {
	color:#646464;
	font-weight:normal;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p { color:#646464;}
/************other layout classes(contact us) ******/

.row1 {
	width: 100%;
	min-height: 250px;
	float: left;
}
.bainer {
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.row2 {
	width: 690px;
	min-height: 270px;
	float: right;
}
.row3 {
	width: 240px;
	min-height: 200px;
	float: left;
	text-align: center;
	margin-left: 20px;
}
/*****************abouts us*****************/
#about {
	width: 100%;
	min-height: 270px;
	overflow: hidden;
}
#about .about1 {
	width: 300;
	min-height: 270px;
	float: right;
	margin: 5px 30px 10px 0;
}
#about .about2 {
	width: 600px;
	min-height: 270px;
	overflow: hidden;
	float: left;
	margin: 5px 40px 0 0;
}
