body {
	background-color: #B2B2B2;
	background-image: url(images/background.jpg);
	}

div.container {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	text-align: left; /* Stupid hack for IE messed up my whole page layout */
	width: 764px;
	height: 100%;
	}

#header {
	position: relative;
	background: url(images/header.gif) right no-repeat;
	top: 5px;
	height: 108px;
	width: 764px;	
	}

#icons {
	position: relative;
	width: 200px;
	left: 635px;
	top: 75px;
	}

#menubar {
	position: relative;
	background: url(images/menubar.gif) right no-repeat;
	height: 30px;
	width: 764px;
	}
	
#menulinks {
	position: relative;	
	width: 200px;
	left: 580px;
	top: 3px;
	}

/*** Image Links ***/

.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

/*** Image Links DONE ***/


/*** Image Links Items ***/

.opacityit2 img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit2:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}

/*** Image Links Items DONE ***/


/*** Links ***/

a:link.menu { 
	text-decoration:none;
	font-family: ariel;	
	color: #ffffff;
}

a:visited.menu { 
	text-decoration:none; 
	font-family: ariel;
	color: #ffffff;
}

a:hover.menu { 
	text-decoration:none; 
	font-family: ariel;
	color: #000000; /*FFE300; */
	}


/*** Links DONE ***/

#content {
	position: relative;
	background: url(images/contentbg.gif) repeat-y;
	width: 764px;
	padding: 20px;
	font-family: arial, sans-serif
	}


#contenttables {
	position: relative;
	width: 700px;
	font-family: arial, sans-serif
	}


/*** TABLE COLOURS ***/

.over { background-color:#D9F7D9; }
.out  { background-color:#ffffff; }

/*** TABLE COLOURS DONE ***/

#footer {
	position: relative;
	background: url(images/footer.gif) no-repeat;
	height: 52px;
	width: 764px;
	padding: 10px;
	font-family: arial, sans-serif;
	color: #808080;
	font-size: 10px;
	}


