
/**************************************************/
/*             Body and Wrapper                   */
/**************************************************/

body {
background: #000099 url(images/back.png) top center repeat-x; 
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}

#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    */
/**************************************************/

#content {
background: url(images/bgmiddle.png) center repeat-y; 
width: 766px;
height: 100%;
padding: 0px 17px 0px 17px;
}

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

#header {
color: white;
font: 50px Verdana;
font-style: italic;
font-weight: bold;
}

#header-small {
color: white;
font: 16px Verdana;
font-style: italic;
font-weight: bold;
}

/*********************************************/
/*                    Menu                   */
/*********************************************/

#menu {
color: white;
font-size: 12px;
font-weight: bold;
}

.favlinks {
font: bold 11pt arial,sans-serif;
}

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


img {
border: none;
} 


/**************************************************/
/*                 Main Body                      */
/**************************************************/

#main {
font: normal 12pt verdana, arial,sans-serif;
}

.bgmiddle {
background-image:url('images/bgmiddle.png');
}

.header {
background-image:url('images/header.png');
width: 71.76em;
height: 10.38em;
}


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

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

/**************************************************/
/*                    Footer                      */
/**************************************************/

#footer {
color: white;
font-size: 12px;

}
