
* {
	margin: 0;
	padding: 0;
}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

body
{
	background-color:white;
	height:100%;
}

DIV.container
{
	text-align:left;
	height:100%;
	padding:0;
	margin:0;
	border: solid black 0px;
}

div.background
{
	width:100%;
	height:100%;
	background-color:#86a592;
}

div.header_content
{
    top:0;
	height:125;
	background-image:url('img/header_bk.jpg');
	text-align:center;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	border: solid black 0px;
}

img.header_title
{
	margin-top:15px;
	height:100px;
}

a.linky
{
	cursor:pointer;
}

DIV.menubar
{
    top:0;
    height:50px;
	width:1192px;
	margin-right:auto;
	background-color:white;
}

DIV.menuitem
{
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}

.menuitem IMG
{
	border:0px solid white;
	margin:0px;
	padding:0px;
}

div.jointheteam_content
{
	position:relative;
	text-align:left;
	top:50;
	left:50;
	border: 0px solid black;
	color:white;
	line-height: 1.75;
	font-size: 120%;
	font-weight: normal;
	text-align: left;
}

p.jointheteam_title
{
	line-height: 1.2;
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 50px;
}

p.jointheteam_text
{
	line-height: 1.5;
	font-size: 115%;
	font-weight: normal;
	margin-bottom: 50px;
}

div.applyhere_button
{
	display:inline;
	cursor:pointer;
	background-color:#4a392c;
	font-size: 135%;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
}

div.applyhere_button:hover
{
	background-color:#927057;
}

img.rooster
{
	position:absolute;
	bottom:20;
	right:20;
}