/*
-----------------------------------------------------
School:   John Sherbrooke	
Designer: Eleanor Beer     
Date:     October 2005
------------------------------------------------------ */

html,body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
background-color: #08088C;
}

#container {
background-image: url(images/bg.gif);
background-repeat: repeat-y;
width: 743px;
margin: 0px auto;
position: relative;
top: 0px;
}

#icontainer {
width: 710px;
margin: 0px auto;
position: relative;
top:10px;
}

#header {
 height: 83px;
 background-image: url(images/template_header.gif);
 background-repeat: no-repeat;
 }
 
 #iheader {
 height: 68px;
 background-image: url(images/index_header.gif);
 background-repeat: no-repeat;
 }
 
#left-col {
 position: absolute;
 top: 83px;
 left: 0px;
 width: 153px;
 margin: 0px;
 padding: 0px;
 } 


#right-col{  /* For Mozilla etc */

 margin: 0px 0px 0px 153px;
 padding-right: 15px;
 position: relative;
 min-height: 500px; /* IE doesn't understand min-height, but other browsers do */
 background-image: url(images/contentbg.gif);
 background-repeat: no-repeat;
 }

* html #right-col{   /* IE ignores the * html so sees this as #right-col */

 margin: 0px 0px 0px 153px;
 padding-right: 15px;
 position: relative;
 height: 500px;  /* IE thinks height means min-height */
 background-image: url(images/contentbg.gif);
 background-repeat: no-repeat;
 }
 
#clearer {
clear:both;
}

#footer {
height: 50px;
padding-left: 150px;
text-align:center;
clear:both;
}

a {color: #2870BA; font-weight: bold; text-decoration: none;}
a:hover {text-decoration: underline; color: #F8B005;}
h1 {margin: 0px; color: #FFFFFF; font-size: 10px; text-transform:}
h1 a {color: #ffffff;}

/* -- index -- */

#inavigation {width: 710px; height:91px; background-image: url(images/inavbg.gif); background-repeat: repeat-x;}
#ifooter {width: 718px;}
#hitcounter{min-width: 70px; _width: 70px;}
