@charset "utf-8";
/* CSS Document Copyright (c) 2008 Max Hunter, for www.ukenglishcourses.co.uk */

body
{
	padding: 0;
	margin: 0;
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #cceeff;
	font-size: 80%;
}

#container
{
	background: #ffffff;
	margin: 0 auto 0 auto;
	width: 950px;
}

h1
{
  	background: transparent url(images/header.png) no-repeat top left;
  	text-indent: -9999em;
  	height: 100px;
	margin: 0 0 0 0;
}

p
{
	text-align: justify;
}


#navbar
{
	background: #1e2ea7 url(images/blue-gradient.gif) repeat-x;
	padding: 5px 10px 5px 10px;
	margin: 0 0 13px 0;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}

#navbar a, #footer a, h3 a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#navbar a:hover, #footer a:hover, h3 a:hover
{
	color: #cceeff;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #1e2ea7;
}

a:hover
{
	text-decoration: underline;
}

.section h3
{
	display: block;
	padding: 3px 7px 3px 7px;
	margin: 0;
	color: white;
	font-size: 1.1em;
	background:  url(images/h3-back-corner.gif) no-repeat top right;
}

.inheader
{
	margin: 2px 0 6px 0;
}

.section h4
{
	display: block;
	font-size: 110%;
	padding: 0;
	margin: 10px 10px 0px 10px;
	border-bottom: 1px solid #1e2ea7;
}

p
{
	padding: 0 10px 0 10px;
	margin: 10px 0 5px 0;
}

#footer
{
	background: #1e2ea7;
	color: #FFFFFF;
	font-size: 85%;
	padding: 3px 10px 2px 10px;
	clear: both;
	text-align: center;
}

#maintext
{
	margin: 0 7px 7px 7px;
	width: 650px;
	float: left;
}

table
{
	margin: 10px auto 10px auto;
	border: 1px solid #1e2a7;
}

th
{
	padding: 3px;
	background: #1e2ea7 url(images/blue-gradient.gif) repeat-x;
	color: white;
}

td
{
	padding: 2px;
}

#fulltext
{
	margin: 0 7px 7px 7px;
	width: auto;
}

.section
{
	background: #F4FCFF url(images/h3-back.gif) repeat-x;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

#images-right
{
	width: 270px;
	float: right;
	padding: 0;
	margin: 0 7px 0 7px;
}

#images-right img
{
	margin-bottom: 7px;
}
