/* CSS Document: David Ware Interactive: Home Page 03-31-09 */


/* IMPORTED STYLE SHEETS
*---------------------------------------------------------------------------*/
@import url(base.css);
@import url(mastHead.css);
@import url(nav.css);
@import url(footer.css);


/* CONTACT PAGE CONTENT
*---------------------------------------------------------------------------*/ 
#column1 {
	float: left;
	width: 200px;
}
#column1 p {
	margin: 4px 0px 0px;
	padding: 0px;
}
#column2 {
	padding-top: 20px;
	float: right;
	width: 715px;
	height: 427px;
	text-align: left;
	padding-right: 20px;
}
#column2 table {
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
	width: 415px;
	}
#column2 tr {}
#column2 th {
	text-align: right;
	width: 80px;
	font-weight: normal;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#column2 td {
	padding-top: 3px;
	padding-bottom: 3px;
}
#column2 td input {}

