body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	line-height: 1.6em;
	font-weight: lighter;
	color: #be060f;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #be060f;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666;
}

p.intro {
	font-size: 1.5em;
	font-weight: lighter;
	color: #999;
}

a {
	color: #be060f;
}

a:hover {
	color: #666;
}

img {
	border: 0;
}

#wrapper {
	width: 827px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #ccc;
	-moz-border-radius: 20px;
}

#header {
	background-image: url('../images/bg_header.png');
	background-position: top left;
	background-repeat: no-repeat;
	width: 827px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
}

#container {
	width: 827px;
	margin: 10px auto;
	padding: 0;
}

#content {
	width: 635px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 0;
}

#content a {
	color: #be060f;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content a:hover {
	color: #666;
}

#content ul, #content ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #666;
}

#content ul li.pdf {
	list-style-image: url('../images/icon_pdf.png')
}

.jobdetails {
	border: 1px solid #ccc;
	width: 597px;
	margin: 15px 0;
	padding: 20px;
	-moz-border-radius: 20px;
}

.jobtitle {
	font-size: 2em;
	font-weight: bold;
	color: #be060f;
}

#rightmenu {
	float: right;
	width: 150px;
	height: auto;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #ccc;
}

#rightpanel {
	float: right;
	width: 150px;
	margin: 0 5px 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #ccc;
}

#rightpanel img {
	padding: 0;
	margin: 0;
}

#footerwrapper {
	background-image: url('../images/box_sides.png');
	background-position: top left;
	background-repeat: repeat-y;
	width: 827px;
	margin: 0 auto;
	padding: 0;
}

#footer {
	background-image: url('../images/box_bottom.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 747px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
}

#footer p {
	color: #666;
	font-size: 1.1em;
	line-height: 1.4em;
}

#footer a {
	color: #be060f;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

.box {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	padding: 15px;
	margin: 15px 0;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	margin-bottom: 15px;
}

thead {
	background-color: #000;
	color: #fff;
}

tr.altrow {
	background-color: #eee;
}

td, th {
	border: 1px solid #000;
	padding: 4px 8px;
	text-align: center;
	font-weight: normal;
}

th {
	text-align: left;
}

.name {
	color: #000;
	font-weight: bold;
}

.anchor {
	clear: both;
}

.highlight1 {
	color: #be060f;
}

table.customers {
	text-align: center;
	border: 1px solid #ccc;
}

table.customers td {
	border: 0;
	padding: 10px;
}

img.floater {
	float: right;
	border: 3px solid #ddd;
	margin: 0 0 15px 15px;
}

img.border3 {
	border: 3px solid #ddd;
	margin: 0 0 1px 15px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}