*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #789;
	font: 13px Arial, sans-serif;
	color: #000000;
}

#container
{
	width: 700px;
	margin: 0 auto;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	border-left: 2px solid #345;
	border-right: 2px solid #345;
	border-bottom: 2px solid #345;
}

#header
{
	border-bottom: 5px solid #345;
	height: 150px;
}

#header h1
{
	color: #000;
	width: 700px;
	height: 120px;
	position: relative;
	letter-spacing: 1px;
}

#header h1 span
{
	width: 700px;
	height: 120px;
	background: url(../phil-header.jpg) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

#header2
{
	border-bottom: 5px solid #345;
	height: 250px;
}

#header2 h1
{
	color: #000;
	width: 700px;
	height: 220px;
	position: relative;
	letter-spacing: 1px;
}

#header2 h1 span
{
	width: 700px;
	height: 220px;
	background: url(../phil-header2.jpg) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

#main ul
{
	list-style-type: none;
  padding: 0 0 0 30px;
}

#main li
{
	display: inline;
	list-style: none;
}

#main a,
#main a:visited 
{
  text-decoration: none;
  font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
	margin: 0 10px 4px 10px;
}

#main a.active,
#main a:hover
{
  color: #333;
	border-bottom: 4px dotted #345;
	padding-bottom: 2px;
}

#homepage .home
{
	height: 600px;
	width: 200px;
	margin: 10px 10px 10px 15px;
	border: 2px solid #000;
}

#content h2
{
	padding: 20px 0;
}

#content p
{
	padding: 10px 20px 0 20px;
}

#work
{
	margin: 10px 0px 10px 5px;
}

.gallery-spacing 
{
	width: 680px;
	height: 220px;
}

#work img
{
	height: 200px;
	width: 300px;
	float: left;;
	clear: both;
	border: 3px solid #456;
	margin: 0 10px 15px 10px
}

.gallery-spacing p
{
	padding-left: 10px;
}

h2
{
	padding: 10px 0px 10px 10px;
}

#art img
{
	border: 3px solid #456;
	margin: 0 0px 10px 12px;
	height: 220px;
	width: 150px;
	color: #FFFFFF;
}	

#art a
{
	color: #7F7F7F;
}

#invite p
{
	padding: 0px 20px 0px 320px;
}

#invite img
{
	border: none;
	margin: 10px;
	float: left;
	clear: both;
}

#footer
{
	color: #000;
	padding: 30px 0px 0px 20px;
	width: 800px;
	clear: both;
}

a,
a.visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#external a {
	color: #345;
	padding-right: 15px;
	background: url(../external.jpg) no-repeat center right;
}