/* reset */
div.inner {
	width: auto;
}

#header {
	border: none;
}

/* Free */
a,
a:link,
a:active{
	color: #ff0000;
	text-transform: uppercase;
}

body {
	background: #efefef url(images/body-background.jpg) repeat-x;
}

#container {
	border-bottom: 1px solid transparent;
	width: auto;
	max-width: 854px;
}

div.inner {
	margin: 0 2em;
}

#header {
	margin: 0;
	white-space: nowrap;
}

#header div.inner {
	border-bottom-style: none;
}

#header h1 {
	font-size: 20px;
	padding: 25px 0 0 0;
}

#header h1 div {
	display: inline;
	padding-right: 20px;
}

#content {
	background: #fff;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 2em;
	zoom: 1; /* IE7: fix margin rule of #content div.inner */
	border: 1px solid #ccc;
	margin-bottom: 8em;
	-moz-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}

#content h1 {
	font-size: 18px;
}

#footer div.inner {
	border-top: none;
	padding-bottom: .5em;
}

#job-offers table {
	text-transform: lowercase;
}

#job-offers table td {
	padding: 5px 0;
}
