@charset "utf-8";
/* CSS Document */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }

body{
	background-color: #ffffff;
	background-image: url(images/headerTile.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
}

#header{
	width: 900px;
	height: 81px;
	float: left;
	background-image: url(images/businessEnglishLogo.gif);
	background-repeat: no-repeat;
	background-position: right;
}

h2 {
	padding-top: 5px;
	font-size: 250%;
}

h4 {
	font-size: 120%;
	font-weight: normal;
}

#main {
	width: 910px;
	margin: 0 auto;
}

#bodytxt {
	width: 100%;
	background-color: #ffffff;
	border: solid #86c8ee 2px;
	float: left;
	margin: 0px;
}

#title{
	height: 70px;
	background: #86c8ee url(images/header-bg.jpg) no-repeat bottom;
	text-align: center;
}

.imageft {
	width: 266.6px;
	height: 240px;
	float: left;
}

.imageft h4 {
	padding-top: 3px;
}

.imageft p {
	padding: 0px;
	margin: 0px;
}

img{
	border: none;
}

#bodyPad{
	margin: 0 auto;
	padding-top: 20px;
	width: 800px;
	text-align: center;
}

#footer{
	float: left;
	margin: 0 auto;
	width: 910px;
	height: 20px;
	padding-bottom: 20px;
	background-color: #FFffff;
}

#col1{
	float: left;
	width: 270px;
	position: relative;
	left: 40px;
	top: 20px;
	padding-top: 15px;
	padding-bottom: 60px;
}

#col1 ul{
	padding-top: 20px;
}

#single-cover{
	padding-left: 30px;
}

#col2{
	float: left;
	width: 560px;
	position: relative;
	left: 40px;
	top: 10px;
	padding-top: 10px;
	padding-bottom: 60px;
}

#col2 p{
	line-height: 18px;
}

#col2 li{
	line-height: 18px;
}

#oxford-med {
	float: right;
}

.pad{
	padding-left: 25px;
}

.center{
	width: 350px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

#button{
	margin-top: 20px;
	width: 183px;
	height: 35px;
	background-image: url(images/button.gif);
	text-align: center;
	padding-top: 9px;
}

#button a{
	color: #FFFFFF;
}

.center img{
	padding: 5px;
	text-align: center;
}

#shadow {
	width: 100%;
	height: 10px;
	background: url(images/shadow.jpg) repeat-x;
}