﻿body 
{
	background: #f7b2c0 url(images/contactBg2.gif) no-repeat top left;
	font-family: Arial, Sans-Serif;
	color:#ffffff;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding:0;
}
#container
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
#content
{
	position:absolute;
	top: 165px;
	left:429px;
	font-size:28pt;
	font-weight: bold;
}
.name
{
	width:175px;
}
.number
{ 
	padding-left:25px;
}
#footer
{
	position:absolute;
	bottom:10px;
	left:250px;
}
a
{
	text-decoration:none;
	color:#ffffff;
}
a:hover
{
	color:#4e6b45;
}
#home
{
	position:absolute;
	bottom:10px;
	right:10px;
}
#home img
{
	border:0;
}
#home a
{
	text-decoration:none;
	border:0;
}

/* Menu items */
#menu
{
	width:750px;
	text-align:center;
	border-bottom:solid 1px #ffffff;
	margin-left:auto;
	margin-right:auto;
}
#menu ul
{
	margin:0;
	padding:0;
}
#menu li
{
	display:inline;
	margin-left:10px;
	margin-right:10px;
}
