/* ---------------------------------
Created: Thursday, July 28, 2011
Modified: Monday, August 01, 2011
--------------------------------- */


/* ------------------------------
Placement of Text
------------------------------ */
#contact {
	position: absolute;
	top: 114px;
	left: 10px;
	width: 286px;
	text-align: justify;
	font-family: arial; san-serif;
	font-size: 14px;
}


/* ------------------------------
Placement of Main Panel
------------------------------ */
#contactMiddle {
	position: absolute;
	top: 137px;
	left: 540px;
	width: 420px;
	font-size: 15px; 
	color: #000000;
	padding-top: 7px;
	font-family: verdana, arial, sans-serif;
}



/* ------------------------------
Placement of Mini Panels
------------------------------ */
#contactMe {
	position: absolute;
	top: 0px;
	left: 0px;
}

#contactForm {
	position: absolute;
	top: 26px;
	left: 0px;
}

#contactLeft {
	position: absolute;
	top: 6px;
	left: 0px;
}

#contactRight {
	position: absolute;
	top: 6px;
	left: 200px;
}



/* ------------------------------
Placement of 
------------------------------ */
#contactImage {
	position: absolute;
	top: 95px;
	left: 316px;
}
