@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/paper_background.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 974px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 177px;
	background-image: url(../images/pandaeutoplogo.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-bottom: -33px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/background_centre.png);
	background-repeat: repeat-y;
	background-position: center;
	min-height:700px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: -6px;
}
#intro {
	width: 290px;
	height: 800px;
	background-color: #4e4e4e;
	color: #fdf2e4;
	padding: 20px;
	font-size: 16px;
	float: left;
	line-height: 19px;
	-moz-border-radius-topleft:5px;
	-khtml-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-khtml-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px;
	-khtml-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-khtml-border-ottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-top-bottom-radius:5px;
	margin-right: 8px;
	margin-bottom:12px;
}
#intro a {
color: #fdf2e4;
}
.title_intro {
	font-size: 20px;
	padding: 0;
	margin: 0 0 20px 0;
	color: white;
	font-weight: bold;
}
div.buzz_quote {
	font: 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

div.buzz_quote_author {
	font-style: italic;
	font-size: 12px;
}
#webjobs {
	background-color: #9966CC;
}
#webjobs_quote {
	background-color: #9966CC;
}
#webnetwork {
	margin-left: 160px;
}
#webjobs {
	padding: 20px;
	color: #FFFFFF;
	-moz-border-radius-topleft:5px;
	-khtml-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-khtml-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topright:5px;
	-khtml-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-khtml-border-ottom-right-radius:10px;
	-webkit-border-bottom-right-radius:5px;
	border-top-bottzom-radius:5px;
}

.description {
	width: 500px;
	float: left;
	margin-left: 10px;
}
.description h1 {
	font-size: 16px;
	color: #2a2a2a;
	margin: 0 0 10px;
}

.description h1 a, h2 a {
	color: #2a2a2a;
	text-decoration: underline;
}
h3 a {
	text-decoration: none;
	color: #000;
}
img#webnetwork {
	background: white;
	padding: 0 10px 0 0;
	margin-left: 22px;
	float: left;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/background_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 100px;
	margin-top: -20px;
}
#navbartop {
padding-top: 8px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
