html{
  height: 100%;
  min-height: 100%;
}

#main {
width: 1050px;
margin: 0 auto;
background-color: #ffffff;
min-height: 100%;
min-height: 100vh;
}
#wrapper {
width: 100%;
min-height: 100%;
min-height: 100vh;
background-image: url(images/school_time_bkg_colour.jpg);
background-size: 85%;
background-position: -15% 0px;
background-repeat: no-repeat;
padding: 30px 0;
}

#wrapper-other {
width: 100%;
min-height: 100%;
min-height: 100vh;
background-image: url(images/school_time_bkg_peach.jpg);
background-size: 85%;
background-position: -15% 0px;
background-repeat: no-repeat;
padding: 30px 0;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff2f2;
	background-repeat: no-repeat;
	min-height: 100%;
}
table {
	
	table-layout: fixed;
	width: 100%; 
	display: table;
}
body,td,th {
	color: #003366;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
}
a {
	text-decoration: none;	
}

a:link {
	color: #0099ff;
	
}
a:visited {
	color: #0099ff;
}
a:hover {
	color: #0099ff;
}
a:active {
	color: #0099ff;
}
.smaller {
	font-size: 11pt;
}

.bold {	font-weight: bold;
}
.register {
	font-weight: bold;
	font-size: 15pt;
}
.itlaic {
	font-style: italic;
}
.italic {
	font-style: italic;
}
.bold1 {	font-weight: bold;
	color: #ff6666;
}

.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:200px;
    list-style-type: none;
}

.menu_simple ul li  {
	margin-top: 20.5px;
	margin-bottom: 20.5px;	
}
.menu_simple ul li a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #ff6666; 
    /* padding: 10.5px 11px; */
   padding: 3px;
    display:block;
	font-size: 13px;
	font-weight: 700;
}
 
.menu_simple ul li a:visited {
    color: #ff6666
}

.menu_simple ul li a:active {
    color: #ff6666
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: #ff6666;
    background-color: #ffcccc;
	
}