body {
	margin: 0px;
	font: 12pt Gill Sans, Arial, Helvetica, sans-serif;
}

a {
	color: #f04b34;
}

a:visited {
	color: #3d2400;
}

a.footerLink {
	color: #fff;
	text-decoration: none;
}

p {
	padding: 3px;
        padding-left:18px;
/*	text-indent: 15px;  */
}

div#page_container {
	width: 677px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	border: 5px solid #3d2400;
}

	div#header {
		width: 677px;
		height: 78px;
		position: relative;
		top: 0px;
		background: no-repeat url(../images/header.png);
	}
	
		div#menu_about {
			width: 75px;
			height: 30px;
			position: absolute;
			bottom: 15px;
			right: 210px;
		}

		div#menu_jobs {
			width: 55px;
			height: 30px;
			position: absolute;
			bottom: 15px;
			right: 145px;
		}

		div#menu_contact {
			width: 85px;
			height: 30px;
			position: absolute;
			bottom: 15px;
			right: 50px;
		}
	
	div#body_content {
		padding: 5px;
		background: no-repeat url(../images/body.png);		
	}
	
	div#footer {
		width: 677px;
		height: 40px;
		position: relative;
		top: 0px;
		padding-top: 5px;
		text-align: center;
		color: #fff;
		font-size: 12px;
		border-top: 4px solid #f39500;
		background-color: #3d2400;
	}
	
		div#copyright {
			width: 200px;
			margin-top: 7px;
			margin-left: auto;
			margin-right: auto;
		}
	




