* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #140503;
	color: #faebd7;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #e6b478;
}

a:hover {
	color: #fff;
}

a img {
	border: none;
}

/* Page */

#page {
	margin: 0 auto 0 auto;
	width: 750px;
	background-color: #5a1e0a;
	text-align: left;
}

/* Header */

#header {
	height: 125px;
	background-image: url(../images/header-bkgd.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	float: left;
	margin-top: 30px;
	padding-left: 65px;
	/*width: 175px;*/
}

#header p {
	float: left;
	margin-top: 80px;
	margin-left: 200px;
	padding-left: 20px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#header p a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

/* Content */

#content {
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 75px;
	background-image: url(../images/content-bkgd.jpg);
	background-repeat: no-repeat;
}

/* Project */

div.project {
	position: relative;
	width: 600px;
	height: 222px;
	margin-bottom: 25px;
	background-color: #410f00;
	background-image: url(../images/project-bkgd.jpg);
	background-repeat: no-repeat;
}

/* Project -> Title */

div.project div.title {
	margin-left: 230px;
	margin-bottom: 20px;
	padding-top: 30px;
}

div.project div.title h2 {
	font-size: 16px;
	/*font-weight: normal;*/
}

/* Project -> Description */

div.project div.description {
	margin-left: 230px;
	width: 330px;
}

div.project div.description p {
	margin-bottom: 10px;
	line-height: 14px;
}

/* Project -> Image */

div.image  {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
}

/* Project -> Links */

div.links  {
	position: absolute;
	top: 160px;
	left: 10px;
	width: 200px;
	height: 52px;
	background-image: url(../images/links-bkgd.jpg);
	background-repeat: no-repeat;
}

div.links ul {
	list-style-type: none;
	padding-left: 10px;
	padding-top: 10px;
}

div.links li {
	margin-bottom: 2px;
	padding-left: 20px;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

div.links li a {
	text-decoration: none;
}

/* Footer */

#footer {
	padding-left: 75px;
	padding-right: 75px;
	height: 60px;
}

#footer p {
	color: #844b2b;
	font-size: 10px;
}

#footer p.mcdonalds {
	float: left;
}

#footer p.mcdonalds img {
	margin-right: 10px;
}

#footer p.bernsteinrein {
	float: right;
}
