* {
	margin: 0;
	padding: 0;
}
body {
	background: url('images/background.jpg') no-repeat scroll;
	font-family: Arial, Verdana, Serif;
	font-size: 12px;
}
#wrapper {
	position: absolute;
	top: 150px;
	right: 100px;
	text-align: right;
}
#logo {
	background: url('images/logo.png') no-repeat scroll;
	color: transparent;
	width: 631px;
	height: 262px;
}
#menu {
	margin-right: 60px;
	color: #80817d;
}
a {
	color: #80817d;
	text-decoration: none;
}
a:hover {
	background: #80817d;
	color: #ffffff;
}
#wrapper-box {

}
#box {
	background: none;
}
#header {
	background: url('images/background.jpg') no-repeat 0 -200px scroll;
	height: 190px;
	overflow: hidden;
}
#header #logo {
	width: 100%;
	position: relative;
	margin-top: -40px;
	background-position: right;
}
#body {
	border-top: 1px solid #83847f;
	width: 100%;
}
#body h1 {
	background: #bfbfbd;
	color: #ffffff;
	font-size: 24px;
	padding: 8px;
	width: 200px;
	margin: 24px 0;
	font-family: Arial, Verdana, Serif;
	line-height: 24px;
}
#container {
	width: 960px;
	margin: 0 auto;
	font-size: 14px;
	font-family: georgia, 'times new roman', helvetica, sans-serif;
	line-height: 20px;
}
.name {
	float: left;
	width: 210px;
	font-style: italic;
}
.desc {
	float: left;
	width: 750px;
}
.desc p {
	margin-bottom: 8px;
}
#container .clear {
	clear: both;
}
#container .hr {
	border-bottom: 1px solid #c0c0c0;
	margin: 8px 0;
	padding: 8px 0;
}
.portfolio-item a {
	float: left;
	background: #c0c0c0;
	width: 300px;
	height: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}