﻿body
{
	background-color: #f2f0e2;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}
.SiteHolder
{
	text-align: left;
	margin: auto;
	width: 988px;
	height: 699px;
	background-image: url(/Resources/Images/BackGround.jpg);
	position: relative;
	padding: 2px 8px 8px 8px;
}
.Banner
{
	background-image: url(/Resources/Images/People.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 200px;
}
.Logo
{
	margin: 151px 0px 0px 113px;
}
.Content
{
	margin: 75px 0px 0px 113px;
	width: 460px;
}
h1
{
	color: #0096d6;
	font-family: Georgia, Serif;
	font-size: 20px;
	font-weight: normal;
}
h2
{
	color: #003a65;
	font-size: 8px;
	font-weight: bold;
	padding: 4px;
	border: solid 1px #bbe2f4;
}
.Portfolio
{
	width: 346px;
	position: absolute;
	left: 120px;
	top: 468px;
	font-size: 11px;
}
.Contact
{
	width: 198px;
	position: absolute;
	left: 479px;
	top: 468px;
	font-size: 11px;
}
.Personnel
{
	width: 198px;
	position: absolute;
	left: 670px;
	top: 277px;
	font-size: 11px;
}
.Portfolio a, .Personnel a
{
	text-decoration: none;
	color: #000000;
}
.Portfolio a:hover, .Portfolio a:hover .Angle, .Personnel a:hover
{
	text-decoration: none;
	color: #0397d6;
}
.Angle
{
	color: #8faa28;
}
a img
{
	border:0px;
}