@charset "UTF-8";

/*
Screen Import CSS
*/
@import url("/css/general/normalisation.css");
@import url("/css/general/type.css");
@import url("/css/general/layout.css");
@import url("/css/general/menu.css");
@import url("/css/general/forms.css");
@import url("/css/general/tables.css");

div#main {
 background:#e4e1d9 url("/img/ui/main-top-left-light.gif") 0 0 no-repeat;
}
#main p {
	color:#231f20;
}
h2 {
	padding:3em 0 0 1.4em;
}
div#inner-main {
 background:url("/img/ui/main-btm-left-light.gif") bottom left no-repeat;
}
div#inner-top-right{
 background:url("/img/ui/main-top-right-light.gif") top right no-repeat;
}
div#inner-btm-right {
	padding-top:0;
	background:url("/img/ui/main-btm-right-light.gif") bottom right no-repeat;
	min-height:525px;
}
img.symbol {
	position:absolute;
	bottom:20px;
	right:2em;
}
img.sig {
	position:absolute;
	right:2em;
	bottom:240px;
}
#main #main-txt {
	padding-left:230px;
	padding-top:0;
	background:url("/img/content/international-school.jpg") 30px  0 no-repeat;
	height:525px;
} 
