/***************************************/
/* contact.html Page Specific Styling */
/***************************************/

#conLeftTextBox{
	text-align:         left;
    position:           absolute;
    top:                160px;
    left:               240px;
    background-color:   #f0f0f0;
    color:              #000000;
    height:             319px;
    width:              392px;
/*	border:				dotted; */
}

#conLeftText{
	position:			absolute;
	top:				20px;
	left:				20px;
	height:				250px;
	width:				370px;
/*	border:				dotted;*/
}

#conRightTextBox{	
	text-align: 		left;
	position:			absolute;
	top:				160px;
	left:				632px;
	background-color: 	#f0f0f0;
	color:				#000000;
	height:				319px;
	width:				392px;
/*	border:				dotted; */
}

#conRightText{
	position:			absolute;
	top:				20px;
	left:				20px;
	height:				250px;
	width:				370px;
/*	border:				dotted; */
}

#conImageBox{
	text-align:         left;
    position:           absolute;
    top:                479px;
    left:               240px;
    background-color:   #f0f0f0;
    color:              #000000;
    height:             225px;
    width:              784px;
/*	border:				dotted; */
}

#conlongSpacer{
	position:			absolute;
	top:				285px;
	left:				0px;
	width:				200px;	
	height: 			419px;
	border-top: 		1px solid #ffffff;	
	border-bottom: 		#d8d7d7 1px solid;
	background-color: 	#e0e0e0;
	/*border:				dotted;*/
}