
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/
body { min-height: 100%; height: 100%; }

body {
background: #000099 url(images/back.gif) top center repeat-x;
margin: 0;
padding: 0;
font-family: verdana, arial,sans-serif;
line-height: 20px;
font-size:14px;
text-color:#202020;
overflow:auto;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
display:block;
min-height:30em;
height:100%;
margin-bottom:-100%;
padding-bottom:100%;

}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(images/bgtop.gif) top center no-repeat;
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content
another wrapper that holds all the content                              */
/**************************************************/

#contentwrapper {
	 height: 100%;
	 overflow:hidden;
}

#content {
background: url(images/bgmiddle.gif) center repeat-y;
width: 766px;
min-height:100%;
height: auto;
padding: 0px 17px 0px 17px;
display:block;
margin-bottom:-100%;
padding-bottom:100%;

}
/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(images/header.gif) top center no-repeat;
width: 746px;
height: 40px;
margin: 0px 0px 30px 0px;
padding: 23px 0px 0px 20px;
color: white;
font-size: 20px;
text-align: left;
}
/*                    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;
}

#menu li a:link, #menu li a:visited {
color: navy;
display: block;
background:  url(images/off.gif) top center no-repeat;
padding: 8px 0 0 10px;
height: 29px;
text-align: left;
}

#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;
}

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
width: 520px;
/*margin: 0px 0px 0px 220px;*/
float:right;
margin-right:20px;
margin-top:-10px;
height:100%;
min-height:100%;
border: 2px navy;

}
h1 {
font-weight: bold;
font-size:14px;
}

img {
border: none;
}

/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(images/bgbottom.gif) bottom center no-repeat;
width: 800px;
height: 50px;
}
