#wrapper {
	height: 692px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:980px;
	height:200px;
	z-index:1;
	background-repeat: no-repeat;
}
#Main {
	width: 980px;
	background-image: url(../images/Curriculum/background.jpg);
	float: left;
	margin-top: 200px;
}
#wrapper #Main p {
	font-size: 10pt;
}
#wrapper #Main table td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}



#wrapper #Main h1 {
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
}

