/* main css for Scientific Careers */

BODY {
	background-color: #000000;
	color: #5A5A5A;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	margin:0px;
	margin-top: 5px;
}

IMG {
	border: 0px;
}

H1 {
	font-size: 18px;
	font-weight: bold;
	color: #5E5E5E;
}

H2 {
	color: #535353;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.bodybox {
	border: 0px solid white;
	width: 730px;
}

#banner {
	background-image: url(images/mainbanner.gif);
	width: 730px;
	height: 104px;
}

#menutop {
	background-image: url(images/menu_top.gif);
	height: 14px;
	width: 730px;
}

#menu {
	background-color: #ffffff;
	width:730px;
	height: 16px;
	text-align: center;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

menu li a {
/*	font-size: 0.9em; */
	text-decoration:none;
}

#menubottom {
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 730px;
	margin: 0px;
}

#contentwrapper {
	width: 730px;
	margin:0px;
	background: url(images/body_background.gif) repeat-y;
	padding: 0px;
	display:block;
	border: 1px solid transparent;
}

#contentbody {
	margin: 5px;
	text-align: left;
}

#contentbody P {
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentbody H1 {
	margin-left: 5px;
}
#contentbody H2 {
	margin-left: 5px;
}

#pictures {
	float: right;
	padding: 5px;
	padding-top: 0px;
}

