@charset "UTF-8";
/* CSS Document */
#main_container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}


.ambixious_logo{
	width: 305px;
	margin-left: auto;
	margin-right: auto;
	background-color: #22995B;
}
.photoarea{
}
.textarea{
	width: 340px;
	float: right;
}

.maparea{
	margin-left: 100px;
}

.textarea_bottom{
	padding-left: 305px;
	}
.text_head{
	font-size: 13px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
.footer_area{
	background-color: #FFFFFF;
	margin-top: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	clear: both;
}
.copyright{
	font-size: 10px;
	text-align: right;
	}
