@charset "UTF-8";
/* CSS Document */
body {
	font: 73% Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .1em;
	line-height: 130%;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #999;
}
#container {
	width: 780px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 780px;
	float: left;
	height: 95px;
	margin: 0;
}
img {
  border-style: none;
}
#navigation {
	float: right;
	margin: 0 0 20px 0;
	width: 780px;
	height: 30px;
	font-weight: 400;
	text-align: right;
	border-bottom: inset #999;
 }
 #navigation li {
	 display: inline;
	 list-style-type: none;
	 padding-left: 10px;
	 padding-right: 10px;
	 letter-spacing: normal;
	 color: #000;
}
a { color: #000;
text-decoration: none;
}
a:hover {
  color: #c3d50c;
  text-decoration: overline;
}
#mainContent {
	background-color: #fff;
	height: 1000px;
}
#portfolio ul {
	list-style: none;
	}
#portfolio ul li {
	float: left;
	height: 180px;
	border: solid 4px #ccc;
	margin: 0px 10px 30px 10px;
		}
#footer {
	padding: 0px 10px;
	background:#000;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 5px 0;
	text-align: right;
}
