body {
	background-color: #e6e6e6;
	font: 80%/1.7 "Tahoma", Verdana, sans-serif;
	color: #292929;
}
	#wrapper {
		margin: 0 auto;
		padding: 0;
		width: 900px;
}
		#header {
			width: 880px;
			height: 200px;
			background: url(images/header.png) no-repeat;
			text-indent: -9999px;
}
    .box {
		 margin: 1em auto;
	     padding: 1em;
	     width: 90%;
 		 background: url(images/bg-box.png) repeat-x;
}
		h1#portfolio {
			width: 120px;
			height: 40px;
			background: url(images/header-portfolio.png) no-repeat;
			text-indent: -9999px;
}		
		h1#skills {
			width: 100px;
			height: 40px;
			background: url(images/header-skills.png) no-repeat;
			text-indent: -9999px;
}
		h1#contact {
			width: 150px;
			height: 40px;
			background: url(images/header-contact.png) no-repeat;
			text-indent: -9999px;
}		
		.list {
			float: left;
			margin: 0 0 0 4em;
}
			ul {
				margin: 0;
				padding: 0 0 0 .5em;
				list-style: none;
}
				li {
					padding: 0 0 0 1.5em;
					background: url(images/tick.gif) no-repeat 0;
}
		#clear {
		    margin: 0 0 1em 0;
			clear: both;
}
	a, a:visited, a:active, a:hover {
		text-decoration: none;
		color: #680831;
}
	.center {
		margin: 0 auto;
		text-align: center;
}
	#footer {
		margin: 0 auto;
		padding: .5em 0 0 0;
		width: 300px;
		text-align: center;
		font-size: 80%;
		border-top: 5px dotted #2f2c66;
}
	abbr {
		cursor: help;
		border-bottom: 1px dotted #a7a7a7;
}
	img {
		border: 0;
}
	.portfolio-item {
		margin: 0;
		padding: 0;
		border: 1px solid #595451;
}