html {
	height: 100%;
}

body {
	background: url(../images/background.jpg) top left no-repeat #2b2525;
	border: 10px solid #c10007;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 30px 0 0 0;
	min-height: 100%;
}

form {
	margin: 0;
	padding: 0;
}

.head img {
	border: none;
}

.subhead {
	font-size: 80%;
	padding-left: 210px;
	font-style: italic;
}

.menu {
	padding-left: 210px;
	background: black;
	clear: both;
	margin-top: 30px;
	margin-bottom: 55px;
	height: 24px;
	font-style: italic;
	font-size: 16px;
}

.menu div {
	float: left;
	padding: 1px 10px 1px 10px;
	margin-right: 10px;
}

.menu div.active {
	background: #c10007;
}

.menu a {
	color: White;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.clearer {
	clear: both !important;
	float: none !important;
}

.leftColumn {
	float: left;
	width: 181px;
	margin-right: 30px;
	font-style: italic;
}

.leftColumn .button {
	background: #c10007;
	padding: 5px 0 5px 20px;
	margin-bottom: 10px;
	position: relative;
}

.leftColumn .button a {
	text-decoration: none;
	color: white;
}

.leftColumn .button a:hover {
	text-decoration: underline;
}

.leftColumn .button div {
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.leftColumn .button input {
	border: 0;
	padding: 2px;
	margin: 5px 0 0 0;
	width: 145px;
	font-size: 11px;
	font-family: "Trebuchet MS";
}

.leftColumn .button .submit {
	width: auto;
	padding: 0;
	float: right;
	position: relative;
	right: 12px;
	top: 5px;
	margin-bottom: 6px;
}

.content {
	float: left;
	width: 600px;
	font-size: 12px;
}

.content a {
	color: Red;
}

.content table input {
	width: 100%;
	border: 0;
}

.content table textarea {
	width: 100%;
	border: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.content table select {
	border: 0;
}

.content table {
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
}

.content td {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 2px;
	margin: 0;
}

.project {
	font-style: italic;
	clear: both;
	padding-bottom: 55px;
}

.title {
	font-size: 26px;
	font-style: italic;
}

.project .link {
	margin-top: 10px;
}

.project a {
	color: red;
	font-size: 13px;
}

.project img {
	float: left;
	border: 4px solid #343233;
	margin-right: 20px;
}

.project .text {
	width: 315px;
	float: left;
}

.mensagem {
	display: inline;
	font-size: 22px;
	padding-left: 22px;
	position: relative;
	bottom: 22px;
}

.mensagemtexto {
	padding-left: 210px;
	font-style: italic;
	margin-top: 30px;
}

.mensagemtexto a {
	color: red;
}

.seoh {
	display:none;
}

.hiring {
	margin-bottom: 25px;
}



.mainTitle {
	display: inline;
	position: relative;
	bottom: 20px;
	left: 25px;
	font-style: italic;
}
