﻿/*CSS for Master About Us Page*/


#AboutUs_Content
{
	position:absolute;
	width:510px;
	height:600px;
	left:410px;
	top:30px;
	
}

#AboutUs_Information h4
{
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
	color: #5c5c5c;
}

#AboutUs_Image h4
{
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
	color: #5c5c5c;
}


#AboutUs_Heading
{
	position:absolute;
	width:auto;
	height:auto;
	
	top:0px;
	text-align:left;
}

#AboutUs_Image

{
	position:absolute;
	width:auto;
	height:auto;
	top:79px;
	text-align:justify;
    left: 2px;
}

#AboutUs_Information
{
	position:absolute;
	width:auto;
	height:auto;
	top:290px;
	text-align:justify;
    left: 7px;
}

