#jobContent{
  border:2px solid #004e6e;
  background:url(../pictures/background.png);
  display:block;
  margin:auto;
  width:90%;
}

#jobContent table{
  border:0;
  margin:0;
  width:100%;
}

#jobTopMenuBar{
  background:url(../pictures/job_menu_top.png) no-repeat;
  color:orange;
  cursor:pointer;
  font-family:Arial;
  font-size:18px;
  font-weight:bolder;
  height:45px;
  margin: 0;
  padding: 5px 0px 0px 10px;
  width:195px;
}

#jobMenuBar {
  background:url(../pictures/job_menu.png) repeat-x;
  height:370px;
  padding-top:5px;
  vertical-align:top;
  width:200px;
}

#jobPreview {
  border:0px solid blue;
  background-color:#e1ddd9;
  color:blue;
  display:none;
  font-size:11px;
  font-weight:bold;
  height:400px;
  margin:auto;
  margin-top:10px;
  margin-bottom:10px;
  text-align:center;
  width:640px;
  -o-border-radius: 3px;
	-moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#internshipPreview {
  border:0px solid blue;
  background-color:#e1ddd9;
  color:blue;
  display:block;
  font-size:11px;
  font-weight:bold;
  height:380px;
  margin:auto;
  margin-top:10px;
  margin-bottom:10px;
  padding:10px;
  text-align:center;
  width:620px;
  -o-border-radius: 3px;
	-moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#internshipPreview a{
  color:blue;
  font-weight:bold;
  text-decoration:none;
}

#internshipPreview a:hover{
  color:#999999;
}