/* CSS Document */
A:link {text-decoration: underline; color: #EFB6BD} 
A:hover {text-decoration: blink}
A:visited {font-weight: bold; color: white}
a.footer:link {font-weight: bold; color: white} 
a.footer:hover {text-decoration: underline}
a.footer:visited {color: white}

body {
font-family: "Baskerville Old Face, Times New Roman";
font-weight: 100;
color: white;
background-color: black;
border-style: none;
margin-left: 5em;
margin-top: 0em;
}

#leftimage{
	position: absolute;
	left: 25px;
	top: 0px;
	width: 207px;
	*height: 515px;
	/* z-index: 0;*/
	}

#text{


	padding: 20px;
	position: absolute;
	top: 125px;
	left: 415px;
	width: 401px;
	bottom: 10px;
	/* z-index: 1; */
	vertical-align: middle;
	height: 3.604in;
	}
	
	


.heading{font-size: 18px; color: #EFB6BD; font-weight: bold; font: "Baskerville Old Face, Times New Roman"}
.heading2{font-size: 16px; color: #EFB6BD; font-weight: bold; font: "Baskerville Old Face, Times New Roman"}
.body{font-size: 15px; color: white; font: "Baskerville Old Face, Times New Roman"}
.copyright{font-size: 10px; color: #EFB6BD; font: "Baskerville Old Face, Times New Roman"}
.contactus{font-size: 14px; color: #EFB6BD; font: "Baskerville Old Face, Times New Roman"}
