﻿body
{
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}

img
{
	border:0px;
}

#center_area
{
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

#home
{
	position: relative;
	left: -25px;
	top: -10px;
}

#quote
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #ffffff;
	text-align: center;
}
#pleaseline
{
	text-align: center;
	color: #ffffff;
}
#phonefax
{
	font-size: large;
	color: Orange;
	text-align: center;
}

#contact_table
{
	margin-left: auto;
	margin-right: auto;
}
#contact_table td
{
	padding: 5px;
}
#contact
{
	position: relative;
	border: 2px solid white;
	width:300px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	background-color: gray;
}
#contact p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-align: center;
}
#contact p.header
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: orange;
}
#contact a
{
	color: silver;
	text-decoration: none;
}
#contact a:hover
{
	color: yellow;
}

#application
{
	position: relative;
	width: 350px;
	left: 400px;
	/* top: 50px;  */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: silver;
}
#application a
{
	color: silver;
	text-decoration: none;
}
#application a:hover
{
	color: yellow;
}

#businesscard
{
	position: relative;
	width:506px;
	margin-left: auto;
	margin-right: auto;
	left: -140px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
#businesscard p
{
	position: relative;
	top: -15px;
}
#businesscard a
{
	color: maroon;
	text-decoration: none;
}
#businesscard a:hover
{
	color: gray;
}