﻿/* CSS layout */


img#header_contact_me_text {
	position: absolute;
	top: 10px;
	right: 15px;
}
div#contact_grid {
	position: relative;
	height: 335px;
	width: 680px;
	border-right-color: #660033;
	border-left-color: #660033;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
}

/* styles for contact div */ 
div#contact_frame {
	position: absolute;
	width: 420px;
	height: 335px;
	top: 0px;
	right: 0px;
	text-align: left;
}
div#contact_data {
	position: absolute;
	left: 35px;
	top: 75px;
	width: 370px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
}
p.contact_text {
	font-size: 18px;
	line-height: 100%;
	text-align: left;
}
/* end contact div styles */

img#voni_with_lily {
	position: absolute;
	top: 0px;
	margin: 0px;
	left: 0px;
}
