#content {
  height: 65%;
  min-height: 65%;

  text-align: left;
}

#content,
#width {
/* max-width hack for IE since it doesn't understand the valid css property */
width: expression(document.body.clientWidth > 800 ? "800px" : "94%");
max-width: 800px;
margin: 0 auto;
}

#content[id],
#width[id] {
width: 94%;
height: auto;
}



/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 269px;
}

/* Holds the site title and subtitle */
#header #title {
	background-image: url(../css/sax.gif);
	background-position: bottom center;
	background-repeat: no-repeat;  height: 134px;

}

#header h1 {
  margin: 0;
  padding: 0;

  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}




/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 10px;
  left: 5%;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 10px;
  right: 5%;
}




/**************************************************************
   Menu:  menu
 **************************************************************/


 #menulinks {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 0em;
	background-color: #CC0000;
	font-weight: bolder;
	font-size: 8pt;
}

#menulinks a {
	text-decoration: none;

}
#menulinks ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;

}

#menulinks li { display: inline; }

/*1st level elements*/
#menulinks ul
{
	border-top: 0px solid red;
	border-bottom: 0px solid black;
	background-color: #cc0000;
	padding: 0px 0;
	margin-bottom: 0em;

}

#menulinks li {
	margin: 0 4px 0 4px;

}

#menulinks ul a,
#menulinks ul a:link,
#menulinks ul a:visited
{
	background-color: transparent;
	border-top: 0px solid white;
	color: white;
	padding: 0px 8px 0px 8px;
}

#menulinks ul a:hover,
#menulinks ul a:focus
{
	background-color: transparent;
	border-left: 0px solid #fff;
	color: Black;
}

/*current Link*/
#menulinks ul a.t,
#menulinks ul a.t:link,
#menulinks ul a.t:visited {
		color: Black;
		background-color: #cc0000;
	font-weight: bold;
         border: 0px solid #000;
}

/*Second and subsequent levels*/
 #menu2 {
	width: 100%;
	margin: 0px auto;
	font-size: 6pt;
	font-weight: bolder;
}

#menu2 a {
	text-decoration: none;

}
#menu2 ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;

}

#menu2 li { display: inline; }

/*1st level elements*/
#menu2 ul
{
	background-color: #AAAAAA;
	padding: 2px 0;
	margin-bottom: 1em;
	border-top: 1px solid #000;
	border-bottom: 0px solid #cc0000;
}

#menu2 li {
	margin: 0px 4px 0px 4px;

}

#menu2 ul a,
#menu2 ul a:link,
#menu2 ul a:visited
{
	color: #000;
	padding: 0px 8px 0px 8px;

}

#menu2 ul a:hover,
#menu2 ul a:focus
{
border: 0px solid black;
color: #cc0000;
}


/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	width: 100%;
	clear: both;
	padding-bottom: 8em;
	float: left;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
	float: left;
	width: 100%;
	clear: both;
	margin-top: -3.8em;
	background: #1A1A1A url(bgneu.gif) repeat-x top left;
	color: #fff;
}

#footer a{
	color: #fff;
}
#footer a:hover{
	color: #cc0000;
}
/* Sets the width of the footer content */
#footer #width {
	position: relative;
	z-index: 3;
	font-size: 1.3em;
	padding-top: 48px;

}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.yellow {
	color: #FFD700;
}

.red {
  color: #cc0000;
}

.blue {
	color: #000066;
}
.silver {
	color: #CCCCCC;
}




