body{
	width: 100%;
	margin:0px;
	background-color: #778899;
}
#head{
	width: 950px;
	height: 160px;
	background: #4285f4;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-top:0px; 

	
}
#header{
	margin-top: 10px;
	display: inline-block;
	color: white;
	font-family: Rockwell;
	font-size:75px;
	text-align: center;
}
#slider{
	margin: -80px;
	width: 950px;
	height: 55px;
}
#para1{
	font-weight: bold;
	color: yellow;
	font-family: arial black;
	font-size: 18px;
}
#menu{
	width: 900px;
	height: 40px;
	margin-top: 100px;
	background-color: black;
	
}
#menu ul{
	list-style: none;
}
#menu ul li a{
	float: left;
	text-decoration: none;
	color: white;
	padding:0px 19px;
	line-height: 40px;
	font-weight: bold;
	font-family: arial black;
	
	


}
#menu ul li a:hover{
	background-color: #ff5252;
}
#update{
	font-size: 17px;
}

.job1{
	width: 310px;
	height: 160px;
	background-color: #9E4624;
	display: inline-block;
	color: #fff;
	margin-top: 8px;
}
.job2{
	width: 310px;
	height: 160px;
	background-color: #004B8D;
	display: inline-block;
	color: #fff;
	margin-top: 8px;
}
.job1 p{
	margin:0px;
	padding:0px;
	font-weight: bold;
	font-size: 20px;
	font-family: font1;
}
.job2 p{
	margin:0px;
	padding:0px;
	font-weight: bold;
	font-size: 20px;
	font-family: font1;
}
.jobdate{
	color: black;
}
.jobpost{
	color: yellow;
}
.button{
	margin-top: 10px;
	width: 200px;
	height: 40px;
	background-color: #4169e1;
	box-shadow: 0px 0px 10px 4px rgba(45, 34, 34, 0.75);
}
.button2{
	margin-top: 10px;
	width: 200px;
	height: 40px;
	background-color: #9E4624;
	box-shadow: 0px 0px 10px 4px rgba(45, 34, 34, 0.75);
}
.joblink{
	margin-top: 0px;
	line-height: 40px;
	text-align: center;
	display: block;
}
.joblink a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.joblink a:hover{
	background-color:#4a76f9;
	font-size: 18px;
}
.joblink2{
	margin-top: 0px;
	line-height: 40px;
	text-align: center;
	display: block;
}
.joblink2 a{
	color: #fff;
	text-decoration: none;
	display: block;
}
.joblink2 a:hover{
	background-color:#aa4f2b;
	font-size: 18px;
}

