@charset "utf-8";
/* CSS Document */

BODY {
	margin: 0;
	padding: 0;
	background: url("images/bg.jpg") #a0a0a0 repeat-x;
	color: #ccc;
}


h1 {
	font-size: 2em;
	color: #fff;
	letter-spacing: -1px;
	margin-bottom: 5px;
	font-weight: normal;
	line-height: 35px;
}

h2 {
	font-size: 1.14em;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

#wrapper {
	width: 946px;
	padding: 5px;
	margin: 0 auto;
}

#main {
	width: 946px;
	background: url("images/phil.png") repeat-y;
}

#mainpad {
	width: 886px;
	margin: 0 auto;
	
}
#navpics{
	width: 887px;
}

#topnav{
	padding: 0px;
	height:39px;
	width:887px;
}

#top{
	width: 946px;
	height: 20px;
	background: url("images/top.png") no-repeat;
}

#bottom {
	width: 946px;
	height: 20px;
	background: url("images/bottom.png") no-repeat;
}

#content {
	width: 887px;
	margin: 5px auto 0px auto;
}

#content_top {
	width: 887px;
	background: url("images/content_top.jpg") no-repeat;
	height: 9px;
}

#content_phil {
	width: 887px;
	background: url("images/content_phil.jpg") repeat-y;
}

#content_phil .content {
	margin: 0px 30px;	
}

#content_bottom {
	width: 887px;
	height: 10px;
	background: url("images/content_bottom.jpg") no-repeat;	
}

#galleryItem {
	float: left;	
}