@import url('zero.css');
@import url('common.css');
@import url('buttons.css');

body { background: url(../images/schools/background.jpg) no-repeat top center }

a { color: #21276C; }
h1, h2, h3 { color: #21276C; }

#container { width: 890px; margin: 0 auto; height: 250px; position: relative; }
  #header { height: 409px; position: relative; }
    #header h1 { position: absolute; top: 0; left: 0; width: 358px; height: 351px; background: url(../images/schools/logo.gif); text-indent: -5000px; }
			#header h1 a { display: block; width: 358px; height: 351px; }
		#header #home-link { width: 191px; height: 246px; position: absolute; right: 24px; top: 10px; display: block; text-indent: -5000px; }
	
		#nav { float: left; width: 150px; padding-top: 10px; }
    #nav ul { margin: 0; padding: 0; }
    #nav li { margin: 0 0 5px 0; padding: 0; display: block; list-style: none; }
    #nav a { display: block; }
      * html #nav li,
      * html #nav a { height: 1%; }
    #nav img { display: block; }
  #content { float: left; margin-left: 35px; width: 420px; }
  
  #button-wrapper { position: absolute; left: 630px; top: 430px; height: 500px; }
    #login { background: url(../images/sidebar-buttons/login-schools.png); left: 35px; }
    #login .submit { background: url(../images/sidebar-buttons/btn-login-schools.png); width: 53px; }