*, html {
    margin: 0;
    padding: 0;
}

body {
	text-align: center;
	font-size: 90%;
	font-family: Helvetica, Arial, Sans-Serif;
	background: url(../images/background.png) top left repeat-x #DCECEF;
}

h2, h3, h4, p, li, table {
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
    background: url(../images/logo.jpg) 10px 10px no-repeat;
    width: 310px;
    height: 128px;
    text-indent: -2000px;
}
ul,ol {margin-bottom: 10px;}

ol li {text-indent:15px;}

li {
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 0px;
}

#bank li, #fees li {text-indent:25px;
list-style-type:none;}

#wrapper {
	text-align: left;
	width: 800px;
	margin: auto;
	padding-bottom: 3em;
	border-left: 1px solid #3298AE;
	border-right: 1px solid #3298AE;
	border-bottom: 1px solid #3298AE;
	background: #fff;
}

.lifeimage {
	margin-bottom: 1em;
}

.gallery_image {
	margin-bottom: 1em;
	border: 5px solid #d1d1d1;
	margin-left: 10px;
}

ul#menu {
	width: 800px;
	list-style: none;
	background: #3298AE;
	margin-bottom: 0px;
	/*margin-bottom: 1em;*/
}

ul#menu li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0;
}

ul#menu li a {
	display: block;
	background: #3298AE;
	color: #fff;
	text-decoration: none;
	padding: 4px 20px 4px 20px;
	font-size: 0.9em;
	font-weight: bold;
}

#training {margin-left: 20px;}

ul#menu li a:hover {
	background: #A9E8F9;
	color: #3298AE;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */