body{
	background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
   font-family: "Trebuchet MS", "Arial";
	font-size: 14px;
	margin:0px;
}

.top{
	font-family: "Trebuchet MS", "Arial";
	font-size: 14px;
	height: 87px;
	padding-left:25px;
	font-weight: bold;
	font-size:28px;
}
.name{
	padding-top: 0px;
	float: left;
}
.portfolio{
	position: relative;
	float: left;
	margin-top:25px;
	margin-left: -40px;
	width:200px;
	font-size: 21px;
	font-style: italic;
	color: #f2ae2c;
}

.menu{
   font-family: "Trebuchet MS", "Arial";
	font-size: 14px;
	padding-left: 25px;
	height: 41px;
	background-image: url(images/bar-bg.gif);
}

.menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 650px;
}
.menu ul li{
	float:left;
	width: 130px;
	text-align: left;
}
.menu a{
	text-decoration: none;
	color: #000;
}
.menu a:hover{
	text-decoration:underline;
}
#navigation{
	border: 1px solid #DEDEDE;
	height: 28px;
	width:95%;
	margin: 20px;
	padding:0px;
}
.leaf{
	font-family: "Trebuchet MS", "Arial";
	font-size: 12px;
	color: #907790;
	padding-left: 10px;
}
.crumb{
   font-family: "Trebuchet MS", "Arial";
	font-size: 12px;
   background: transparent url(images/nav.gif) no-repeat scroll right center;
	text-align: right;
   padding-right: 15px;
}
.crumb a{
	text-decoration: none;
	color: #907790;
}
.crumb a:hover{
	text-decoration:underline;
}
h1, h2{
	font-family: "Trebuchet MS", "Arial";
	font-size: 26px;
	color: #907790;
}
h2{
	font-size: 20px;
}
.footer{
	font-family: "Trebuchet MS", "Arial";
	font-size: 12px;
	color:#fff;
	background-color: #819298;
	width: 100%;
	margin-top: 15px;
	height:65px;
	padding: 10px;
}
.footer a{
	color: #FFF;
}