@charset "utf-8";

/* ------------------------------------------- global styles ------------------------------------------------- */

html {
	overflow: scroll;
} 

body {
	margin: 0px;
	padding: 0px;
	background-color: #404b56;
	background-image:url(../images/pageBG.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .9em;
	color: #323232;
}

h1 {
	font-size: 1.3em;
}

a { 
	color: #053c6f;
	font-weight: 700;
}

a:hover {
	color: #F60;
}

img.right {
	float: right;
	padding: 3px;
	border: solid 1px #CCC;
	margin: 20px 4px 20px 20px;
}

img.left {
	float: left;
	padding: 3px;
	border: solid 1px #CCC;
	margin: 20px 20px 20px 4px;
}

/* ------------------------------------------- wrapper ------------------------------------------------- */

#wrapper {
	width: 900px;
	margin: 0px auto;
	padding: 150px 0px 0px 0px;
	background-image: url(../images/headerBG.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* ------------------------------------------- navigation ------------------------------------------------- */

#nav {
	background-image:url(../images/navBG.jpg);
	height: 31px;
	width: 860px;
	margin: 0px auto 15px auto;
}

#nav ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 31px;
}

#nav ul li {
	display: inline;
	text-align: center;
	padding: 0px 30px;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
}

#nav ul li a:hover {
	text-decoration: underline;
}

/* ------------------------------------------- content ------------------------------------------------- */

#contentTop {
	width: 904px;
	height: 10px;
	background-image:url(../images/contentTop.jpg);
	background-repeat:no-repeat;
}

#content {
	width: 864px;
	background-image: url(../images/contentBG.jpg);
	padding: 10px 20px;
}

#contentBottom {
	width: 904px;
	height: 10px;
	background-image:url(../images/contentBottom.jpg);
	background-repeat:no-repeat;
}

/* ------------------------------------------- footer ------------------------------------------------- */

/* ------------------------------------------- olympic ------------------------------------------------- */

#olympic {
	width: 884px;
	text-align: right;
	padding: 10px;
	font-size: 10px;
}

#olympic a {
	color: #999;
	text-decoration: none;
}

#olympic a:hover {
	text-decoration: underline;
	
}

/* ------------------------------------------- events page ------------------------------------------------- */

table.events {
	border-collapse: collapse;
	width: 858px;
}

table.events, table.events th, table.events td {
	border: solid 1px #404b56;
}

table.events th {
	background-color: #CCC;
}

table.events td {
	padding: 10px;
}



/* ------------------------------------------- computer lab page ------------------------------------------------- */

.labImage {
	width : 132px;
	float: left;
	text-align: center;
	margin: 30px 70px;
}

.labImage img {
	border: none;
	display:block;
}

/* ------------------------------------------- XXX ------------------------------------------------- */

/* ------------------------------------------- XXX ------------------------------------------------- */



