

body {
	margin: 0px;
/*	line-height: 180%; */
	font-family: Times New Roman, serif;
	font-size: small;
	color: rgb(76,76,76);
	letter-spacing: 0px;
	line-height: 1.3em;
	word-spacing: 0px;
	background-color: #47628D;
	background: url("interface/background.jpg");
}

a {
	text-decoration: underline;
	color: #F7624F;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	background-color: #ECFF73;
	color: rgb(76,76,76);
}
a.nav:hover {
	background: none;
	position: relative;
}

img.menuItem:hover {
	border: solid #F7624F 2px;
	margin-left:-2px;
	margin-top:-2px;
	margin-right:-2px;
	margin-bottom:0px;
}

#container {
	position:relative;
	left:30px;
	top:66px;
	width:722px;
	background-color: #ECFF73;
	border-width: 0px;
	border-color: #4C4C4C;
	border-top-style: solid;
	border-top-width: 8px;
	padding-bottom:16px;
}

#container2 {
	position:relative;
	width: 701px;
	left:8px;
	top:8px;
	border: solid;
	border-width: 1px;
	border-color: white;
	background-color: #ACB57E;
	padding:1px;
}
h2 {
	font-size:medium;
	display:inline;
	background-color: #ECFF73;
}
.block {
	width:701px;
	background-color: #FFFFF2;
/*	margin-bottom: 20px;*/
	padding-bottom: 30px;
	background-image: url('interface/gradient1.jpg');
	background-repeat: repeat-x;
}
.projectHead {
	position:relative;
/*	left:-2px;*/
	width:705px;
	margin-left: -2px;
	margin-right: -2px;
	margin-top: -18px;
	height:42px;
	z-index:20;
}
#philippHead {
	position:relative;
/*	left:-2px;*/
	width:200px;
	margin-left: -2px;
	margin-right: -2px;
	margin-top: -25px;
	margin-bottom: -10px;
	height:64px;
	z-index:20;
}

#topBlock {
}


#statement {
	position:relative;
	width: 280px;
	margin-right:25px;
}

#contactInfo {
}

#projectList {
}

.menuItem {
	width:313px;
	height:66px;
	border:0px;
	margin-bottom: 2px;
}

p.text {
	position:relative;
	left:0px;
	width: 313px;
	margin-right:0px;
}

td {
	border: none; /*solid 1px /**/
}