img, div, li{ behavior: url(iepngfix.htc) }
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/


* html body {
	background-color: #000099;
	background:url(images/ie_bg.gif) #000099 repeat-x;
}

body {
background: #000099 url(images/back.png) top center repeat-x; 
margin: 0;
padding: 0;
font-family:verdana, arial,sans-serif;
font-size:12px;
z-index:1;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop.png) top center no-repeat; 
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

*html #content {
_background-image: url(images/bgmiddle.gif);
_background-position: center;
_background-repeat:repeat-y;
}

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
z-index:1000;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header.png) top center no-repeat; 
width: 746px;
height: 106px;
margin: 0px 0px 10px 0px;
padding: 60px 0px 0px 20px;
color: white;
}
/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin-left: 10px;
float: left;
text-align: left;
}

#menu li a {
height: 37px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 29px;
text-decoration: none;
text-align: left;
}



	
*html #menu li a {
_color: navy;
_display: block;
_background:  url(images/off.gif) top center no-repeat;
_padding: 8px 0 0 10px;
_height: 29px;
_text-align: left;
}

	
*html  #menu li a:hover {
_color: blue;
_background:  url(images/on.gif) top center no-repeat;
_padding: 8px 0 0 10px;
_height: 29px;
_text-align: left;
}

	
	
#menu li a {
color: navy;
display: block;
background:  url(images/off.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}
	
#menu li a:hover {
color: blue;
background:  url(images/on.png) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
background:  url(images/texttop.png) top left no-repeat;
width: 520px;
margin: 0px 0px 0px 220px;
padding-top: 55px;
border: 2px navy;
}

img {
border: none;
} 

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 50px;
}

