body {
	margin: 0;
	padding: 0;
	background-image: url('images/center_gradient_tiled.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e8792a;
	font-family: Arial, sans-serif;
	font-size: 100%;
}

#page {
	width: 900px;
	height: 550px;
	margin: 12px auto 0;
	background-image: url('images/bg/page.png');
	background-repeat: no-repeat;
	padding: 26px 8px 26px 8px;
}

#header {
	height: 116px;
	margin-top: 5px;
	background-image: url('images/bg/header.png');
	background-repeat: repeat-x;
}
h1 {
	background-image: url('images/header.gif');
	width: 940px;
	height: 116px;
	margin: 0 auto;
}
h1 span {
	display: none;
}

#personal, #professional {
	width: 450px;
	height: 337px;
	float: left;
	padding: 370px 8px 0 16px;
	padding: 0;
}

#professional {
	padding: 370px 16px 0 8px;
	padding: 0;
}

.content {
	background-image: url('images/bg/content.gif');
	background-repeat: repeat-x;
	height: 142px;
	border-top: 2px solid #bc7f30;
	padding: 8px;
}

p {
	margin-top: 0px;
	line-height: 140%;
}

a {
	text-decoration: none;
	color: #e28a22;
	font-weight: bold;
}
a:hover {
	color: #f1b369;
}
a img {
	border: 0;
}
img {
	display: block;
}
