body {
	text-align: center;
	background: #6D6D83 url(images/bg.jpg) repeat-y 50% 0%;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	}

#container {
/* change the width as needbe */
	width: 704px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	}
	
#header {
	position: absolute;
	left: 0px;
	width: 704px;
	height: 176px;
	background: url(images/header.jpg) no-repeat top left;
	
}

#header h1 {
	display: none;
	
}

#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 300px;
	top: 148px;
	left: 320px;
	font-size: 11px;
	text-transform: uppercase;
}

#nav li {
	display: block;
	float: left;
	padding: 2px;
}

#nav li a {
	color: black;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	text-decoration: underline;
}

#leftSide {
	position: absolute;
	width: 196px;
	height: 365px;
	left: 0px;
	top: 176px;
	background: url(images/leftSide.jpg) no-repeat top left;
}

#rightSide {
	position: absolute;
	width: 72px;
	height: 365px;
	right: 0px;
	top: 176px;
	background: url(images/rightSide.jpg) no-repeat top left;
}

#bookButton {
	position: absolute;
	width: 136px;
	height: 185px;
	top: 176px;
	left: 196px;
	background: url(images/book.jpg) no-repeat top left;
	text-align: right;
}

#speakingButton {
	position: absolute;
	width: 300px;
	height: 185px;
	top: 176px;
	left: 332px;
	background: url(images/speaking.jpg) no-repeat top left;
}

#bookButton a, #speakingButton a {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	text-decoration: none;
	font-size: 11px;
	text-transform: lowercase;
}

#bookButton a:hover, #bookButton a:active, #speakingButton a:hover, #speakingButton a:active {
	text-decoration: underline;
}

#bookButton a span, #speakingButton a span {
	position: absolute;
	right: 10px;
	bottom: 0;
}

#mainContent {
	position: absolute;
	top: 352px;
	left: 196px;
	width: 416px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
}

#mainContent h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

#e3logo {
	position: absolute;
	top: 0;
	left: -135px;
	width: 135px;
	height: 216px;
	background: url(images/e3logo.jpg) no-repeat top left;
}

form label {
  display: block;
  float: left;
  width: 100px;
  vertical-align: top;
  font: 12px verdana;
}
form fieldset {
	font: 12px verdana;
	font-weight: bold;
	border: 1px dotted;
	background: white;
	}

form fieldset legend {
	background: white;
	padding: 3px;
	font: black 14px verdana;
	font-weight: bold;
}
	
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

form input.textInput, form textarea {
	width: 250px;
}

.submitButton {
	text-align: center;
	margin-bottom: 7px;
	}
	
table {
	border: 1px dotted black;
}

table tr {
}

table td {
	vertical-align: top;
	padding: 10px;
}

table ul, table ol {
	padding-left: 10px;
	margin-top: 0px;
}

table p {
	margin-top: 0px;
	}
