#hidden {
	display: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 930px;
	min-height: 100%;
	}


#header {
	position: absolute;
	width: 928px;
	height: 125px;
	margin-left: -1px;
	border: 0;
	padding: 0;
	display: block;
	background: url('../images/header3.gif');
}

#header a {
	position: absolute;
	left: 50px;
	top: 37px;
	display: block;
	width: 200px;
	height: 45px;
}

#navbar {
	position: absolute;
	top: 107px;
	left: -2px;
	width: 928px;
	height: 38px;
	border: 0;
	padding: 0;
	display: block;
	background: url('../images/navbar2.gif');
	background-position: 0 -1px;
	}
	
#content { 
	position: relative;
	top: 150px;
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}

/***** Navbar *****/

#navbar a {
	display: block;
	float: left;
	position: relative;
	height: 24px;
	margin-top: 8px;
}

#nav-1 a {
	width: 60px;
	left: 40px;
}

#nav-1 a:hover {
	background: url('../images/navbar2.gif');
	background-position: -39px -49px;
	}

#nav-2 a {
	width: 115px;
	left: 54px;
}

#nav-2 a:hover {
	background: url('../images/navbar2.gif');
	background-position: -113px -49px;
	}

#nav-3 a {
	width: 45px;
	left: 67px;
}

#nav-3 a:hover {
	background: url('../images/navbar2.gif');
	background-position: -241px -49px;
	}

#nav-4 a {
	width: 140px;
	left: 79px;
}

#nav-4 a:hover {
	background: url('../images/navbar2.gif');
	background-position: -298px -49px;
	}


#nav-5 a {
	width: 100px;
	left: 96px;
}

#nav-5 a:hover {
	background: url('../images/navbar2.gif');
	background-position: -455px -49px;
	}

#nav-6 a {
	width: 63px;
	left: 115px;
}

#nav-6 a:hover {
	background: url('../images/navbar2.gif');
	background-position: -574px -49px;
	}

#nav-7 a {
	width: 50px;
	left: 132px;
}

#nav-7 a:hover {
	background: url('../images/navbar2.gif');
	background-position: -654px -49px;
	}

#nav-8 a {
	width: 90px;
	left: 145px;
}

#nav-8 a:hover {
	background: url('../images/navbar2.gif');
	background-position: -717px -49px;
	}


#nav-9 a {
	width: 75px;
	left: 155px;
}

#nav-9 a:hover {
	background: url('../images/navbar2.gif');
	background-position: -817px -49px;
	}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }