body {
	margin: 10px;
	background-color: #ffffff;
	font-family: GillSans, "Gill Sans MT", Futura, Helvetica, "Helvetica 55", Verdana, Geneva, Arial, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
}

a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #3a3d98;
}

a:hover {
	background-color: #3a3d98;
	color: #ffffff;
}

#menu a:hover {
	background-color: #ffffff;
}

h1, .h1 {font-size: 160%;}
h2, .h2 {font-size: 150%;}
h3, .h3 {font-size: 140%;}
h4, .h4 {font-size: 130%;}
h5, .h5 {font-size: 120%;}
h6, .h6 {font-size: 110%;}
p, .p {font-size: 100%;}

img {border: none;}

table {
	border-collapse: collapse;
	width: 605px;
	vertical-align: top;
}

td {
	padding: 5px;
}

.purple {color: #3a3d98;}
.white {color: #ffffff;}
.red {color: #ff0000;}
.small {font-size: 10px;}
.center {text-align: center;}
.right {text-align: right;}

.active {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 130%;
	color: #3a3d98;
}

#page {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 116px;
}

#menu {
	width: 130px;
	text-align: center;
}

#welcome {
	font-family: Palatino, Garamond, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	float: right;
}

#about {
	width: 600px;
	text-align: left;
	float: right;
}

#about table td {
	vertical-align: top;
}

#aboutphoto {
	width: 160px;
	position: relative;
	float: left;
	margin-right: 10px;
}

#services {
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
}

#services table {
	width: 560px;
}

#services table td {
	text-align: left;
	vertical-align: middle;
}

#services table table td {
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

#photos {
	width: 595px;
	text-align: center;
	float: right;
}

#contact {
	width: 595px;
	text-align: left;
	float: right;
}

#footer {
	font-size: 85%;
	text-align: center;
	padding-top: 5px;
	clear: right;
}
