/* -----------------------------------
	Webdesign by Fathima Cader
	http://www.likethewind.ca
	In perpetual pursuit of beautiful CSS.
	Updated July 13, 2005
   ----------------------------------- */


/* Shared styles saved elsewhere   
_____________________________________________________________________*/
@import url("base.css");


/* Overalls
_____________________________________________________________________*/
body {
	background: #BBB url(../img/whitecol.gif) scroll repeat-y 198px 0;
	}	
h1 {
	height: 125px;
	background-image: url(../img/h/h1large.gif);
	}
h2 {
	padding: 0.6em 0 0.6em 20px;
	}


/* Short bit, central
_____________________________________________________________________*/
#short {
	background: #FFF url(../img/central/rotate.php) no-repeat top left;
	padding-left: 504px;
	height: 150px;
	font-size: 0.9em;
	color: #5B5B5B;
	letter-spacing: 0;
	border-bottom: 2px solid #FFF;
	overflow: auto;
	}
#short p {
	padding: 20px 40px 0 18px;
	width: 200px;
	}
	

/* Update
_____________________________________________________________________*/
#update {
	padding-left: 200px;
	background: #999 url(../img/whitecol.gif) scroll repeat-y 700px 0;
	}
#update h2 {
	width: 480px;
	background-color: #777;
	}
#update div {
	width: 494px;
	border: 3px solid #777;
	background-color: #F0F0F0;
	padding: 10px 0;
	}
#update ul {
	padding: 0.2em 5em 1em;
	}
	
	
/* about EOSET
_____________________________________________________________________*/
#intro {
	margin-left: 200px;
	border-top: 2px solid #FFF;
	background: #DDD url(../img/whitecol.gif) scroll repeat-y 500px 0;
	}
#intro h2 {
	width: 480px;
	background-color: #85DF15;
	}
#intro div {
	border: 7px solid #85DF15;
	border-top: 0;
	width: 486px;
	padding: 1em 0;
	background-color: #CBF48C;
	}
#intro span {
	display: block;
	width: 170px;
	height: 150px;
	position: absolute;
	left: 576px;
	top: 55em;
	z-index: 10;
	background: url(../img/eoset2.gif) no-repeat 0 0;
	}
#intro p {
	width: 300px;
	padding: 0.2em 0 0.7em 20px;
	}


/* Left Sidebar Lists: Group Unis & Past Conferences
_____________________________________________________________________*/
.sideList {
	position: absolute;
	width: 200px;
	background: url(../img/whitecol.gif) scroll repeat-y top right;
	padding-top: 3.5em;
	font-size: 0.9em;
	}
.sideList h2 {
	margin-left: 30px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0;
	padding: 0.5em 7px;
	background: url(../img/h/h2past.gif) no-repeat center left;
	color: #999;
	}
.sideList ul {
	list-style: none;
	padding-left: 50px;
	}
.sideList li {
	margin-right: 2px;
	border-bottom: 1px solid #CCC;
	}
.sideList li a {
	text-align: right;
	display: block;
	padding: 0.6em 20px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	background: url(../img/lisw.gif) no-repeat 135px center;
	font-weight: bold;
	}
.sideList li a:hover {
	border-color: #777;
	}

#group {
	top: 282px;
	padding-bottom: 15em;
	background-color: #AAA;
	}
#group li {
	border-color: #AAA;
	}
#past {
	border-top: 2px solid white;
	top: 600px;
	background-color: #BBB;
	}
#past  li {
	border-color: #BBB;
	}
	
	
/* Minor Edits of base.css
_____________________________________________________________________*/
#footer ul {
	margin-left: 198px;
	}
