html,body {
	height:100%;
	margin:0px;
	padding:0px;	
}
body{
	background-image: url(bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}



/************************Container Items************************/

#Container {
	width: 100%;	
	position: relative;
	font-size: x-small;
	color: #000000;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow:visible;
}

#Container #logo {
	float: left;
	height: 132px;
	width: 100%;
	background-image:url(EESlogo.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#Container #menuMain {
	float: left;
	height: 50px;
	width: 6100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	}
	
#Container #menuMain a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	}	
	
#Container #menuMain a:hover {
	color:#FFCC00;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	}

.right_align {
	float: right;
	display: inline;
	text-align:right;
	margin:0px;
	padding-top:4px;
}


/************************Three Column Index Div************************/

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	}
#header {
	background:none;
	padding:10px;
	margin:0;
	text-align:center;
	Width:100%;
	}
#header h1 {
	font-size:200%;
	color:#FFFFFF;
	}
#header h2 {
	font-size:150%;
	color:#FFCC00;
	}
#header a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFFFFF;
	z-index:100;
	}
#leftcol a {
	color:#000000;
	}
#leftcol a:hover {
	text-decoration:underline;
	color:#000000;
	}	
#leftcol h1 {
	font-size:larger;
	color:#FF9900;	
	}
#leftcol h2 {
	font-size:large;
	color:#FF9900;	
	}	
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FFFFFF;
	z-index:99;
	}
#rightcol a {
	color:#000000;
	}
#rightcol a:hover {
	text-decoration:underline;
	color:#000000;
	}	
#rightcol h1 {
	font-size:larger;
	color:#FF9900;	
	}
#rightcol h2 {
	font-size:large;
	color:#FF9900;	
	}
#centercol {
	position:relative;
	padding:0 240px;
	color:#FFFFFF;
	}
#centercol a {
	color:#FFCC00;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#ffcc00;
	}
#footer {
	position:relative;
	top:1px;
	background:#FFFFFF;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#000000;
	}


#float_fix {
clear:both;
}

#moodle {
width: 100%;
height: 500px;
overflow:hidden;
background-color: transparent;
border: 0;
}

/************************Ad Layers************************/
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left:10px;
}
#Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 339px;
}